Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/NEON/UNIT/
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
/external/ComputeLibrary/tests/validation/CL/UNIT/
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
/external/ComputeLibrary/src/core/
DTensorInfo.cpp142 size_t total_size_in_bytes) in init()
170 size_t total_size_in_bytes) in init()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dhost_callback.cc116 size_t total_size_in_bytes, bool done) { in CreateHostCallbackStateAndAppendSendRecvCallbacks()
/external/ComputeLibrary/tests/validation/fixtures/
DConvolutionLayerFixture.h447 const size_t total_size_in_bytes = Op * H * W * Ip * tensor_info.element_size(); in prepare_weights() local
/external/harfbuzz_ng/src/graph/
Dgraph.hh1129 size_t total_size_in_bytes () const { in total_size_in_bytes() function