Home
last modified time | relevance | path

Searched defs:kMaxChunkSize (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dconv_ops_using_gemm.cc202 const size_t kMaxChunkSize = (1 * 1024 * 1024); variable
204 const size_t kMaxChunkSize = (16 * 1024 * 1024); variable
H A Dquantized_conv_ops.cc195 const size_t kMaxChunkSize = (1 * 1024 * 1024); variable
H A Dconv_ops_fused_image_transform.cc54 const size_t kMaxChunkSize = (1 * 1024 * 1024); variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dsocket_utils_posix.h49 static constexpr int kMaxChunkSize = 32 * 1024 * 1024; member
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dsocket_utils_posix.h49 static constexpr int kMaxChunkSize = 32 * 1024 * 1024; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dtcp_socket_utils.h58 static constexpr int kMaxChunkSize = 32 * 1024 * 1024; member
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
H A Dtcp_socket_utils.h59 static constexpr int kMaxChunkSize = 32 * 1024 * 1024; member
/aosp_15_r20/external/tink/cc/aead/internal/
H A Dssl_aead.cc58 const int64_t kMaxChunkSize = std::numeric_limits<int>::max(); in UpdateCipher() local
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dprocess_memory_dump.cc90 const size_t kMaxChunkSize = 8 * 1024 * 1024; in CountResidentBytes() local
/aosp_15_r20/external/webrtc/net/dcsctp/fuzzers/
H A Ddcsctp_fuzzers.cc331 static constexpr size_t kMaxChunkSize = 256; in GeneratePacket() local
/aosp_15_r20/external/cronet/base/trace_event/
H A Dprocess_memory_dump.cc110 const size_t kMaxChunkSize = 8 * 1024 * 1024; in CountResidentBytes() local
/aosp_15_r20/system/chre/chpp/test/
H A Dtransport_test.cpp51 constexpr size_t kMaxChunkSize = 20000; variable
/aosp_15_r20/external/zstd/lib/compress/
H A Dzstd_ldm.c518 size_t const kMaxChunkSize = 1 << 20; in ZSTD_ldm_generateSequences() local
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dtrace_database_integrationtest.cc49 constexpr size_t kMaxChunkSize = 4ul * 1024 * 1024; variable