Searched refs:GetWidthSize (Results 1 – 2 of 2) sorted by relevance
769 int TensorDescriptor::GetWidthSize(BHWDC shape) const { in GetWidthSize() function in tflite::gpu::TensorDescriptor788 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()
74 int GetWidthSize(BHWDC shape) const;