Home
last modified time | relevance | path

Searched defs:total_size_in_bytes (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/UNIT/
H A DTensorAllocator.cpp110 const size_t total_size_in_bytes = tensor.info()->total_size(); in TEST_CASE() local
160 const size_t total_size_in_bytes = tensor.info()->total_size(); in TEST_CASE() local
214 const size_t total_size_in_bytes = tensor.info()->total_size(); in TEST_CASE() local
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/delegate/
H A Dasset.h37 inline size_t total_size_in_bytes() const noexcept { in total_size_in_bytes() function
52 …inline const size_t total_size_in_bytes() const noexcept { return package_info.total_size_in_bytes… in total_size_in_bytes() function
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/UNIT/
H A DTensorAllocator.cpp236 const size_t total_size_in_bytes = tensor.info()->total_size(); in TEST_CASE() local
299 const size_t total_size_in_bytes = tensor.info()->total_size(); in TEST_CASE() local
/aosp_15_r20/external/ComputeLibrary/src/core/
H A DTensorInfo.cpp142 size_t total_size_in_bytes) in init()
170 size_t total_size_in_bytes) in init()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dhost_callback.cc116 size_t total_size_in_bytes, bool done) { in CreateHostCallbackStateAndAppendSendRecvCallbacks()
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Dmod.rs383 let mut total_size_in_bytes: usize = 0; in size_in_bytes_from_ptr() localVariable
408 let mut total_size_in_bytes: usize = 0; in size_in_bytes_from_slice() localVariable
/aosp_15_r20/external/rust/crates/uefi/src/proto/device_path/
Dmod.rs383 let mut total_size_in_bytes: usize = 0; in size_in_bytes_from_ptr() localVariable
408 let mut total_size_in_bytes: usize = 0; in size_in_bytes_from_slice() localVariable
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DConvolutionLayerFixture.h447 const size_t total_size_in_bytes = Op * H * W * Ip * tensor_info.element_size(); in prepare_weights() local
/aosp_15_r20/external/harfbuzz_ng/src/graph/
H A Dgraph.hh1347 size_t total_size_in_bytes () const { in total_size_in_bytes() function