Home
last modified time | relevance | path

Searched defs:GetMemorySizeInBytes (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
H A Dbuffer.h47 uint64_t GetMemorySizeInBytes() const { return size_; } in GetMemorySizeInBytes() function
H A Dmetal_spatial_tensor.h68 uint64_t GetMemorySizeInBytes() const { in GetMemorySizeInBytes() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dbuffer.h49 uint64_t GetMemorySizeInBytes() const { return size_; } in GetMemorySizeInBytes() function
H A Dtensor.h73 uint64_t GetMemorySizeInBytes() const { in GetMemorySizeInBytes() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
H A Dtensor_desc.cc270 uint64_t TensorDescriptor::GetMemorySizeInBytes() const { in GetMemorySizeInBytes() function in tflite::gpu::TensorDescriptor