Home
last modified time | relevance | path

Searched refs:f_index (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dweights_conversion.h55 const int f_index = in RearrangeWeightsToOHWIOGroupI4O4() local
57 filter[i] = weights.data[f_index]; in RearrangeWeightsToOHWIOGroupI4O4()
91 const int f_index = in RearrangeWeightsToOHWIOGroupO4I4() local
93 filter[i] = weights.data[f_index]; in RearrangeWeightsToOHWIOGroupO4I4()
128 const int f_index = in RearrangeWeightsToODHWIOGroupI4O4() local
130 filter[i] = weights.data[f_index]; in RearrangeWeightsToODHWIOGroupI4O4()
165 const int f_index = in RearrangeWeightsToI4HWIOOGroupO4() local
167 filter[i] = weights.data[f_index]; in RearrangeWeightsToI4HWIOOGroupO4()
201 const int f_index = in RearrangeWeightsToO4HWIOOGroupI4() local
203 filter[i] = weights.data[f_index]; in RearrangeWeightsToO4HWIOOGroupI4()
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dwinograd_util.cc135 const int f_index = src_weights.shape.LinearIndex({d, y, x, s}); in RearrangeWeightsToWinograd4x4To6x6Weights() local
136 in_vals[y * 3 + x] = src_weights.data[f_index]; in RearrangeWeightsToWinograd4x4To6x6Weights()
144 const int f_index = dst_shape.LinearIndex({d, y, x, s}); in RearrangeWeightsToWinograd4x4To6x6Weights() local
145 dst_weights->data[f_index] = out_vals[y * 6 + x]; in RearrangeWeightsToWinograd4x4To6x6Weights()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_constants.h53 const int f_index = in RearrangeWeightsForConvConstants() local
55 filters[j][i] = weights.data[f_index]; in RearrangeWeightsForConvConstants()
90 const int f_index = in RearrangeWeightsForConvConstantsDot() local
92 filters[j][i] = weights.data[f_index]; in RearrangeWeightsForConvConstantsDot()
Ddepthwise_conv.h52 const int f_index = weights.shape.LinearIndex( in RearrangeWeightsForDWConv2D() local
54 filter_val[i] = weights.data[f_index]; in RearrangeWeightsForDWConv2D()
125 const int f_index = weights.shape.LinearIndex( in RearrangeWeightsForDWConv3D() local
127 filter_val[i] = weights.data[f_index]; in RearrangeWeightsForDWConv3D()
Dconvolution_transposed_thin.h123 const int f_index = weights.shape.LinearIndex({d_ch, y, x, s_ch}); in RearrangeWeightsData() local
124 filters[j][i] = weights.data[f_index]; in RearrangeWeightsData()
Ddepthwise_conv_3x3_stride_h2.h124 const int f_index = weights.shape.LinearIndex({0, y, x, s_ch}); in RearrangeWeightsAndBiasesData() local
125 filter_val[i] = weights.data[f_index]; in RearrangeWeightsAndBiasesData()
Ddepthwise_conv_3x3.h130 const int f_index = weights.shape.LinearIndex({0, y, x, s_ch}); in RearrangeWeightsAndBiasesData() local
131 filter_val[i] = weights.data[f_index]; in RearrangeWeightsAndBiasesData()
Dconv_weights_converter_test_util.cc43 const int f_index = weights.shape.LinearIndex({o, y, x, i}); in ConvolutionWeightsConverterTest() local
45 src_tensor.data[s_index] = weights.data[f_index]; in ConvolutionWeightsConverterTest()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/
Ddepthwise_conv_plus_1x1_conv.cc54 const int f_index = in UploadWeights() local
56 gpu_data.push_back(dw_attr.weights.data[f_index]); in UploadWeights()
81 const int f_index = in UploadWeights() local
83 gpu_data.push_back(conv_attr.weights.data[f_index]); in UploadWeights()
/external/libaom/libaom/av1/encoder/
Dcompound_type.c152 const BLOCK_SIZE f_index = split_qtr[bsize]; in estimate_wedge_sign() local
153 assert(f_index != BLOCK_INVALID); in estimate_wedge_sign()
168 cpi->fn_ptr[f_index].vf(src, src_stride, pred0, stride0, &esq[0][0]); in estimate_wedge_sign()
169 cpi->fn_ptr[f_index].vf(src + bh_by2 * src_stride + bw_by2, src_stride, in estimate_wedge_sign()
172 cpi->fn_ptr[f_index].vf(src, src_stride, pred1, stride1, &esq[1][0]); in estimate_wedge_sign()
173 cpi->fn_ptr[f_index].vf(src + bh_by2 * src_stride + bw_by2, src_stride, in estimate_wedge_sign()
Dtx_search.c591 const int f_index = in get_energy_distribution_fine() local
593 assert(f_index >= 0 && f_index < BLOCK_SIZES_ALL); in get_energy_distribution_fine()
594 const BLOCK_SIZE subsize = (BLOCK_SIZE)f_index; in get_energy_distribution_fine()
/external/harfbuzz_ng/src/
Dhb-ot-layout.cc935 unsigned int f_index = l.get_feature_index (i); in hb_ot_layout_language_find_feature() local
937 if (feature_tag == g.get_feature_tag (f_index)) { in hb_ot_layout_language_find_feature()
938 if (feature_index) *feature_index = f_index; in hb_ot_layout_language_find_feature()