Home
last modified time | relevance | path

Searched defs:d_ch (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
H A Dweights_conversion.h55 const int d_ch = (d * out_group_size + d_group) * 4 + i; in RearrangeWeightsToOHWIOGroupI4O4() local
92 const int d_ch = (d * out_group_size + d_group) * 4 + i; in RearrangeWeightsToODHWIOGroupI4O4() local
129 const int d_ch = (d * out_group_size + d_group) * 4 + j; in RearrangeWeightsToOHWIOGroupO4I4() local
166 const int d_ch = (d * out_group_size + d_group) * 4 + j; in RearrangeWeightsToODHWIOGroupO4I4() local
203 const int d_ch = (d * out_group_size + d_group) * 4 + i; in RearrangeWeightsToI4HWIOOGroupO4() local
240 const int d_ch = (d * out_group_size + d_group) * 4 + i; in RearrangeWeightsToI4DHWIOOGroupO4() local
277 const int d_ch = (d * out_group_size + d_group) * 4 + j; in RearrangeWeightsToO4HWIOOGroupI4() local
314 const int d_ch = (d * out_group_size + d_group) * 4 + j; in RearrangeWeightsToO4DHWIOOGroupI4() local
352 const int d_ch = d * 4 + j; in RearrangeWeightsToOICustomSpatialI4O4() local
392 const int d_ch = d * 4 + j; in RearrangeWeightsToOICustomSpatialI4O4() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Dconv_constants.h52 const int d_ch = d * 4 + i; in RearrangeWeightsForConvConstants() local
89 const int d_ch = d * 4 + j; in RearrangeWeightsForConvConstantsDot() local
H A Ddepthwise_conv.h130 const int d_ch = d * 4 + i; in RearrangeWeightsForDWConv2D() local
200 const int d_ch = d * 4 + i; in RearrangeWeightsForDWConv3D() local
H A Dconvolution_transposed_thin.h124 const int d_ch = j; in RearrangeWeightsData() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/
H A Ddepthwise_conv_plus_1x1_conv.cc114 const int d_ch = d * 4 + i; in AddDepthwiseConvData() local
148 const int d_ch = d * 4 + i; in AddConvData() local