Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dtensor_desc.cc960 int GetLinearIndex(const TensorDescriptor& desc, const BHWDC& shape, int b, in GetLinearIndex() function
1008 int gpu_index = GetLinearIndex(desc, shape, b, x, y, d, s, c); in DataFromBHWDC()
1038 int gpu_index = GetLinearIndex(desc, shape, b, x, y, d, s, c); in DataToBHWDC()