Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dfully_connected_texture.h107 const int f_index = in RearrangeWeightsFP16() local
109 filters[i][j] = weights.data[f_index]; in RearrangeWeightsFP16()
125 const int f_index = in RearrangeWeightsFP16() local
127 filters[i][j] = weights.data[f_index]; in RearrangeWeightsFP16()
154 const int f_index = in RearrangeWeightsFP32() local
156 filters[i][j] = weights.data[f_index]; in RearrangeWeightsFP32()
Dconvolution_transposed_thin.h121 const int f_index = weights.shape.LinearIndex({d_ch, y, x, s_ch}); in RearrangeWeightsData() local
122 filters[j][i] = weights.data[f_index]; in RearrangeWeightsData()
Dconvolution_transposed_3x3_thin.h132 const int f_index = weights.shape.LinearIndex( in RearrangeWeightsData() local
134 filters[i][j] = weights.data[f_index]; in RearrangeWeightsData()
Dconvolution_transposed_4x4.h131 const int f_index = weights.shape.LinearIndex( in RearrangeWeightsData() local
133 filters[i][j] = weights.data[f_index]; in RearrangeWeightsData()
Ddepth_wise_conv_3x3.h142 const int f_index = weights.shape.LinearIndex({0, y, x, s_ch}); in RearrangeWeightsAndBiasesData() local
143 filter_val[i] = weights.data[f_index]; in RearrangeWeightsAndBiasesData()
Ddepth_wise_conv.h153 const int f_index = weights.shape.LinearIndex( in RearrangeWeightsData() local
155 filter_val[i] = weights.data[f_index]; in RearrangeWeightsData()
Ddepth_wise_conv_3d.h147 const int f_index = weights.shape.LinearIndex( in RearrangeWeightsData() local
149 filter_val[i] = weights.data[f_index]; in RearrangeWeightsData()
Dconv_constants.h133 const int f_index = in RearrangeWeightsData() local
135 filters[i][j] = weights.data[f_index]; in RearrangeWeightsData()
Dconvolution_transposed.h182 const int f_index = in RearrangeWeightsData() local
184 filters[j][i] = weights.data[f_index]; in RearrangeWeightsData()
Dconvolution_transposed_3d.h186 const int f_index = in RearrangeWeightsData() local
188 filters[j][i] = weights.data[f_index]; in RearrangeWeightsData()
Dconv_texture.h190 const int f_index = in RearrangeWeightsData() local
192 filters[j][i] = weights.data[f_index]; in RearrangeWeightsData()
Dutil.h231 const int f_index = in RearrangeWeightsToOHWIOGroupI4O4() local
233 filter[i] = weights.data[f_index]; in RearrangeWeightsToOHWIOGroupI4O4()
Dconv_3d.h243 const int f_index = in RearrangeWeightsData() local
245 filters[j][i] = weights.data[f_index]; in RearrangeWeightsData()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/
Dfully_connected.cc154 const int f_index = in FullyConnected() local
156 filters_reordered[counter++] = attr.weights.data[f_index]; in FullyConnected()
Ddepthwise_conv.cc224 const int f_index = attr.weights.shape.LinearIndex({0, y, x, s_ch}); in ReorderWeightsDepthWiseConv3x3Stride1x1() local
225 weights_reordered[counter++] = attr.weights.data[f_index]; in ReorderWeightsDepthWiseConv3x3Stride1x1()
419 const int f_index = attr.weights.shape.LinearIndex({0, y, x, s_ch}); in ReorderWeightsDepthWiseConv3x3Stride2() local
420 weights_reordered[counter++] = attr.weights.data[f_index]; in ReorderWeightsDepthWiseConv3x3Stride2()
Dtranspose_conv.cc944 const int f_index = in ConvolutionTransposed() local
946 filters_reordered[counter++] = params.weights.data[f_index]; in ConvolutionTransposed()
1037 const int f_index = in ConvolutionTransposed3x3() local
1039 filters_reordered[counter++] = params.weights.data[f_index]; in ConvolutionTransposed3x3()
Dconv.cc771 const int f_index = in ReorderWeightsForConv() local
773 weights_reordered[counter++] = params.weights.data[f_index]; in ReorderWeightsForConv()
/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()