Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dtensor.h102 int GetChannelsAlignment() const;
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dtensor_desc.cc983 int GetChannelsAlignment(const TensorDescriptor& desc, const BHWDC& shape) { in GetChannelsAlignment() function
992 const int channels_alignment = GetChannelsAlignment(desc, shape); in DataFromBHWDC()
1026 const int channels_alignment = GetChannelsAlignment(desc, shape); in DataToBHWDC()