Searched refs:HalfPixelScaler (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | resize_bilinear_op.cc | 234 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 ()()
|
D | resize_bicubic_op.cc | 214 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()
|
D | image_resizer_state.h | 50 struct HalfPixelScaler { struct
|
D | quantized_resize_bilinear_op.cc | 80 ComputeInterpolationWeights<T_SCALE, HalfPixelScaler>( in BuildLerpCache()
|