Searched refs:weight_3 (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/image/ |
D | resize_bicubic_op.cc | 77 float weight_3; member 112 out->weight_3 = (out->index_3 == in_loc + 2 in GetWeightsAndIndices() 117 out->weight_0 + out->weight_1 + out->weight_2 + out->weight_3; in GetWeightsAndIndices() 123 out->weight_3 *= one_over_weight_sum; in GetWeightsAndIndices() 129 out->weight_3 = coeffs_table[(kTableSize - offset) * 2 + 1]; in GetWeightsAndIndices() 139 const float weight_2, const float weight_3, in Interpolate1D() argument 145 static_cast<float>(value_3) * weight_3; in Interpolate1D() 289 y_wai.weight_3, y_ptr_0[pt_index], y_ptr_1[pt_index], in ComputeYInterpolation() 400 x_wai.weight_2, x_wai.weight_3); in interpolate_with_caching() 403 x_wai.weight_2, x_wai.weight_3); in interpolate_with_caching() [all …]
|
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa/ |
D | depthwise_conv.cc | 238 ae_p24x2s weight_0, weight_1, weight_2, weight_3; in DepthwiseConv4x32MatchingInputAndFilter() local 242 AE_LP8X2F_IU(weight_3, weight_3_ptr, 2); in DepthwiseConv4x32MatchingInputAndFilter() 267 AE_MULAS56P24S_HH(block_0_acc, input_3, weight_3); in DepthwiseConv4x32MatchingInputAndFilter() 272 AE_MULAS56P24S_LL(block_1_acc, input_3, weight_3); in DepthwiseConv4x32MatchingInputAndFilter()
|