HomeSort by relevance Sort by last modified time
    Searched refs:GetWeightsAndIndices (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
resize_bicubic_op_test.cc 87 inline void GetWeightsAndIndices(float scale, int64 out_loc, int64 limit,
131 GetWeightsAndIndices(height_scale, y, in_height, &y_weights,
136 GetWeightsAndIndices(width_scale, x, in_width, &x_weights,
resize_bicubic_op.cc 76 inline void GetWeightsAndIndices(const float scale, const int64 out_loc,
168 GetWeightsAndIndices(resizer_state.width_scale, x, resizer_state.in_width,
188 GetWeightsAndIndices(resizer_state.width_scale, x,
245 GetWeightsAndIndices(resizer_state.height_scale, y,
418 GetWeightsAndIndices(height_scale, y, original_height, &y_wai);

Completed in 251 milliseconds