/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ |
D | fully_connected_texture.h | 107 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()
|
D | convolution_transposed_thin.h | 121 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()
|
D | convolution_transposed_3x3_thin.h | 132 const int f_index = weights.shape.LinearIndex( in RearrangeWeightsData() local 134 filters[i][j] = weights.data[f_index]; in RearrangeWeightsData()
|
D | convolution_transposed_4x4.h | 131 const int f_index = weights.shape.LinearIndex( in RearrangeWeightsData() local 133 filters[i][j] = weights.data[f_index]; in RearrangeWeightsData()
|
D | depth_wise_conv_3x3.h | 142 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()
|
D | depth_wise_conv.h | 153 const int f_index = weights.shape.LinearIndex( in RearrangeWeightsData() local 155 filter_val[i] = weights.data[f_index]; in RearrangeWeightsData()
|
D | depth_wise_conv_3d.h | 147 const int f_index = weights.shape.LinearIndex( in RearrangeWeightsData() local 149 filter_val[i] = weights.data[f_index]; in RearrangeWeightsData()
|
D | conv_constants.h | 133 const int f_index = in RearrangeWeightsData() local 135 filters[i][j] = weights.data[f_index]; in RearrangeWeightsData()
|
D | convolution_transposed.h | 182 const int f_index = in RearrangeWeightsData() local 184 filters[j][i] = weights.data[f_index]; in RearrangeWeightsData()
|
D | convolution_transposed_3d.h | 186 const int f_index = in RearrangeWeightsData() local 188 filters[j][i] = weights.data[f_index]; in RearrangeWeightsData()
|
D | conv_texture.h | 190 const int f_index = in RearrangeWeightsData() local 192 filters[j][i] = weights.data[f_index]; in RearrangeWeightsData()
|
D | util.h | 231 const int f_index = in RearrangeWeightsToOHWIOGroupI4O4() local 233 filter[i] = weights.data[f_index]; in RearrangeWeightsToOHWIOGroupI4O4()
|
D | conv_3d.h | 243 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/ |
D | fully_connected.cc | 154 const int f_index = in FullyConnected() local 156 filters_reordered[counter++] = attr.weights.data[f_index]; in FullyConnected()
|
D | depthwise_conv.cc | 224 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()
|
D | transpose_conv.cc | 944 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()
|
D | conv.cc | 771 const int f_index = in ReorderWeightsForConv() local 773 weights_reordered[counter++] = params.weights.data[f_index]; in ReorderWeightsForConv()
|
/external/libaom/libaom/av1/encoder/ |
D | compound_type.c | 152 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()
|
D | tx_search.c | 591 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/ |
D | hb-ot-layout.cc | 935 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()
|