Home
last modified time | relevance | path

Searched refs:GetWidthSize (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dtensor_desc.cc769 int TensorDescriptor::GetWidthSize(BHWDC shape) const { in GetWidthSize() function in tflite::gpu::TensorDescriptor
788 return GetWidthSize(shape) * shape.h; in GetSliceStrideSize()
791 return GetWidthSize(shape) * shape.h * shape.b; in GetSliceStrideSize()
793 return GetWidthSize(shape) * shape.h; in GetSliceStrideSize()
Dtensor_desc.h74 int GetWidthSize(BHWDC shape) const;