Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dtranspose_conv.cc60 MakeReadonlyObject(Get3DSizeForPHWO4I4(attr.weights.shape), in GenerateCode()
Dconv.cc89 {"weights", MakeReadonlyObject(Get3DSizeForPHWO4I4(attr.weights.shape), in GenerateCode()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dconvert.h79 uint3 Get3DSizeForPHWO4I4(const OHWI& shape);
Dconvert.cc116 uint3 Get3DSizeForPHWO4I4(const OHWI& shape) { in Get3DSizeForPHWO4I4() function