Home
last modified time | relevance | path

Searched refs:HalfPixelScaler (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dresize_bilinear_op.cc234 compute_interpolation_weights(HalfPixelScaler(), out_height, in_height, in operator ()()
236 compute_interpolation_weights(HalfPixelScaler(), out_width, in_width, in operator ()()
358 return ResizeGradCore(HalfPixelScaler(), input_grad, height_scale, in operator ()()
Dresize_bicubic_op.cc214 GetWeightsAndIndices<HalfPixelScaler, true>( in ComputeXWeightsAndIndices()
244 GetWeightsAndIndices<HalfPixelScaler, true>(resizer_state.width_scale, x, in ComputeGradientXWeightsAndIndices()
314 GetWeightsAndIndices<HalfPixelScaler, true>( in interpolate_with_caching()
493 GetWeightsAndIndices<HalfPixelScaler, true>(height_scale, y, in ResizeBicubicGrad()
Dimage_resizer_state.h50 struct HalfPixelScaler { struct
Dquantized_resize_bilinear_op.cc80 ComputeInterpolationWeights<T_SCALE, HalfPixelScaler>( in BuildLerpCache()