Home
last modified time | relevance | path

Searched refs:different_weights_for_height (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_metal.h51 bool different_weights_for_height = false; member
Dconv_powervr.cc619 if (conv_params.different_weights_for_height) { in GenerateConv()
935 if (conv_params.different_weights_for_height) { in GenerateConv()
1061 bool different_weights_for_height, const BHWC* dst_shape) { in GuessBestParams() argument
1070 conv_params.different_weights_for_height = different_weights_for_height; in GuessBestParams()
1072 if (different_weights_for_height) { in GuessBestParams()
1117 if (different_weights_for_height) { in GuessBestParams()
1165 if (different_weights_for_height) { in GuessBestParams()
1255 if (different_weights_for_height) { in GuessBestParams()
Dconv_powervr.h89 bool different_weights_for_height; member
191 bool different_weights_for_height,
Dconv_buffer_1x1.cc221 if (conv_params.different_weights_for_height) { in GenerateConvBuffer1x1()
396 conv_params.different_weights_for_height = true; in CreateConvBuffer1x1Wino4x4To6x6()
Dconv_buffer_1x1.h65 bool different_weights_for_height = false; member
Dconv_metal.cc269 if (params.different_weights_for_height) { in GenerateConvolution()
910 params.different_weights_for_height = false; in GetConvParamsForAMD()
947 params.different_weights_for_height = false; in GetConvParams()
1086 params.different_weights_for_height = true; in CreateConvolutionMetalWino4x4To6x6()