Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dresize_bicubic_op.cc86 inline void GetWeightsAndIndices(const float scale, const int64 out_loc, in GetWeightsAndIndices() function
214 GetWeightsAndIndices<HalfPixelScaler, true>( in ComputeXWeightsAndIndices()
222 GetWeightsAndIndices<LegacyScaler, false>( in ComputeXWeightsAndIndices()
244 GetWeightsAndIndices<HalfPixelScaler, true>(resizer_state.width_scale, x, in ComputeGradientXWeightsAndIndices()
254 GetWeightsAndIndices<LegacyScaler, false>(resizer_state.width_scale, x, in ComputeGradientXWeightsAndIndices()
314 GetWeightsAndIndices<HalfPixelScaler, true>( in interpolate_with_caching()
317 GetWeightsAndIndices<LegacyScaler, false>( in interpolate_with_caching()
493 GetWeightsAndIndices<HalfPixelScaler, true>(height_scale, y, in ResizeBicubicGrad()
496 GetWeightsAndIndices<LegacyScaler, false>(height_scale, y, in ResizeBicubicGrad()
Dresize_bicubic_op_test.cc88 inline void GetWeightsAndIndices(float scale, int64 out_loc, int64 limit, in GetWeightsAndIndices() function in tensorflow::ResizeBicubicOpTest
132 GetWeightsAndIndices(height_scale, y, in_height, &y_weights, in ResizeBicubicBaseline()
137 GetWeightsAndIndices(width_scale, x, in_width, &x_weights, in ResizeBicubicBaseline()