Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dweights_layout.h41 int GetOutputGroupSize() const;
Dweights_layout.cc21 int WeightsDescription::GetOutputGroupSize() const { in GetOutputGroupSize() function in tflite::gpu::WeightsDescription
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_weights_converter.cc143 std::to_string(conv_weights_desc.GetOutputGroupSize()) + ";\n"; in GetConverterToConvWeightsCode()
179 const int out_group_size = weights_desc_.GetOutputGroupSize(); in GetGridSize()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Doperation_selector.cc233 AlignByN(weights_shape.b, conv_weights_desc.GetOutputGroupSize() * 4); in GPUOperationFromNode()
310 weights_shape.b, conv_weights_desc.GetOutputGroupSize() * 4); in GPUOperationFromNode()
354 weights_desc.GetOutputGroupSize()); in GPUOperationFromNode()