Home
last modified time | relevance | path

Searched defs:byte_size (Results 1 – 25 of 73) sorted by relevance

123

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dgl_texture.cc124 size_t byte_size, in CreateReadOnlyRgba2dImageTexture()
152 size_t byte_size, in CreateReadOnlyRgba3dImageTexture()
232 size_t byte_size = /* RGBA = */ 4 * SizeOf(data_type) * size.x * size.y; in CreateReadWriteRgbaImageTexture() local
251 size_t byte_size = in CreateReadWriteRgbaImageTexture() local
Dapi.cc112 const size_t byte_size = s.second; in Execute() local
136 const size_t byte_size = s.second; in Execute() local
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dscratch_allocator.cc25 int64_t byte_size) { in AllocateBytes()
Dscratch_allocator.h93 int64_t byte_size) override { in AllocateBytes()
Dtemporary_memory_manager.cc96 uint64_t byte_size = element_count * element_size; in AllocateArrayBase() local
/external/pdfium/core/fxcrt/
Dfx_memory.cpp21 void* FXMEM_DefaultAlloc(size_t byte_size) { in FXMEM_DefaultAlloc()
25 void* FXMEM_DefaultCalloc(size_t num_elems, size_t byte_size) { in FXMEM_DefaultCalloc()
/external/crosvm/common/p9/src/protocol/
Dwire_format.rs19 fn byte_size(&self) -> u32; in byte_size() method
74 fn byte_size(&self) -> u32 { in byte_size() method
101 fn byte_size(&self) -> u32 { in byte_size() method
167 fn byte_size(&self) -> u32 { in byte_size() method
/external/tensorflow/tensorflow/core/kernels/
Dstring_util.cc53 const int32_t byte_size = str.size(); in UTF8StrLen() local
Dconv_ops_gpu.h54 int64_t byte_size) override { in AllocateBytes()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Druntime_intrinsics.cc50 int64_t byte_size = sizeof(int8_t); in AssertOnGpu() local
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dproto_utils.h52 int byte_size = static_cast<int>(msg.ByteSizeLong()); in GenericSerialize() local
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dproto_utils.h52 int byte_size = static_cast<int>(msg.ByteSizeLong()); in GenericSerialize() local
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dproto_utils.h52 int byte_size = msg.ByteSize(); in GenericSerialize() local
/external/python/rsa/rsa/
Dcommon.py56 def byte_size(number: int) -> int: function
/external/protobuf/python/google/protobuf/internal/
Dwire_format_test.py200 def __init__(self, byte_size): argument
/external/cronet/third_party/protobuf/python/google/protobuf/internal/
Dwire_format_test.py200 def __init__(self, byte_size): argument
/external/mobile-data-download/proto/
Dmetadata.proto237 optional int32 byte_size = 4; field
361 optional int32 byte_size = 2; field
640 optional int32 byte_size = 2 [deprecated = true]; field
Ddownload_config.proto232 optional int32 byte_size = 4; field
360 optional int32 byte_size = 2; field
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/proto/
Dmetadata.proto237 optional int32 byte_size = 4; field
361 optional int32 byte_size = 2; field
640 optional int32 byte_size = 2 [deprecated = true]; field
/external/flac/src/test_libFLAC/
Dmd5.c170 uint32_t chan, byte_size, seed = 0x12345679; in test_md5_codec() local
/external/mesa3d/src/freedreno/vulkan/
Dtu_pipeline_cache.c58 const size_t byte_size = cache->table_size * sizeof(cache->hash_table[0]); in tu_pipeline_cache_init() local
159 const size_t byte_size = table_size * sizeof(cache->hash_table[0]); in tu_pipeline_cache_grow() local
/external/rust/crates/quiche/src/
Ddgram.rs110 pub fn byte_size(&self) -> usize { in byte_size() method
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dsteps_db.proto55 uint64 byte_size = 6; field
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dhost_callback_test.cc55 size_t byte_size = ShapeUtil::ByteSizeOf(shape); in TEST() local
/external/pdfium/third_party/agg23/
Dagg_array.h58 unsigned byte_size() const in byte_size() function
404 unsigned pod_deque<T, S>::byte_size() const in byte_size() function

123