Home
last modified time | relevance | path

Searched refs:GetWeightsAndIndices (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bicubic_op.cc87 inline void GetWeightsAndIndices(const float scale, const int64 out_loc, in GetWeightsAndIndices() function
215 GetWeightsAndIndices<HalfPixelScaler, true>( in ComputeXWeightsAndIndices()
223 GetWeightsAndIndices<LegacyScaler, false>( in ComputeXWeightsAndIndices()
245 GetWeightsAndIndices<HalfPixelScaler, true>(resizer_state.width_scale, x, in ComputeGradientXWeightsAndIndices()
255 GetWeightsAndIndices<LegacyScaler, false>(resizer_state.width_scale, x, in ComputeGradientXWeightsAndIndices()
315 GetWeightsAndIndices<HalfPixelScaler, true>( in interpolate_with_caching()
318 GetWeightsAndIndices<LegacyScaler, false>( in interpolate_with_caching()
494 GetWeightsAndIndices<HalfPixelScaler, true>(height_scale, y, in ResizeBicubicGrad()
497 GetWeightsAndIndices<LegacyScaler, false>(height_scale, y, in ResizeBicubicGrad()
Dresize_bicubic_op_test.cc90 inline void GetWeightsAndIndices(float scale, int64 out_loc, int64 limit, in GetWeightsAndIndices() function in tensorflow::ResizeBicubicOpTest
134 GetWeightsAndIndices(height_scale, y, in_height, &y_weights, in ResizeBicubicBaseline()
139 GetWeightsAndIndices(width_scale, x, in_width, &x_weights, in ResizeBicubicBaseline()