Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dbuffer.h47 uint64_t GetMemorySizeInBytes() const { return size_; } in GetMemorySizeInBytes() function
Dmetal_spatial_tensor.cc359 uint64_t MetalSpatialTensor::GetMemorySizeInBytes() const { in GetMemorySizeInBytes() function in tflite::gpu::metal::MetalSpatialTensor
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dbuffer.h49 uint64_t GetMemorySizeInBytes() const { return size_; } in GetMemorySizeInBytes() function
Dtensor.cc462 uint64_t Tensor::GetMemorySizeInBytes() const { in GetMemorySizeInBytes() function in tflite::gpu::cl::Tensor