Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dweights_layout.h43 bool IsO4I4() const;
Dweights_layout.cc38 bool WeightsDescription::IsO4I4() const { in IsO4I4() function in tflite::gpu::WeightsDescription
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_weights_converter.cc119 } else if (conv_weights_desc.IsO4I4()) { in GetConverterToConvWeightsCode()