Home
last modified time | relevance | path

Searched defs:channel_multiplier (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Ddepthwise_conv.cc31 bool IsSpecializedCase(int channel_multiplier) { in IsSpecializedCase()
36 std::string GetSrcValue(int channel_multiplier, const std::string coords) { in GetSrcValue()
70 const OperationDef& op_def, bool stride_correction, int channel_multiplier, in GenerateDepthwiseConvolutionCode()
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dconv_2d_helpers.cc206 const int channel_multiplier = weights_depth_size / input_depth; in InitializeWeightsNodes() local
Dconv_2d_builder.cc146 int channel_multiplier = 1; in PopulateSubGraph() local