Home
last modified time | relevance | path

Searched defs:half_pixel_centers (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/cc/gradients/
Dimage_grad.cc32 bool half_pixel_centers; in ResizeNearestNeighborGradHelper() local
54 bool half_pixel_centers; in ResizeBilinearGradHelper() local
72 bool half_pixel_centers; in ResizeBicubicGradHelper() local
Dimage_grad_test.cc55 const bool align_corners, const bool half_pixel_centers, in MakeOp()
80 const bool half_pixel_centers) { in TestResizedShapeForType()
113 const bool half_pixel_centers) { in TestResizeToSmallerAndAlign()
128 const bool half_pixel_centers) { in TestResizeToLargerAndAlign()
/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op_test.cc69 const bool half_pixel_centers, const int64 out_size, const int64 in_size, in GetReferenceWeight()
109 T CalcReferenceResizedVal(const T* image_data, const bool half_pixel_centers, in CalcReferenceResizedVal()
148 const bool half_pixel_centers, const float min, in CheckTensorValue()
192 const bool half_pixel_centers, in TestResizeBilinear()
299 const bool half_pixel_centers) { in RunTestResizeBilinearTwoDims()
323 const bool half_pixel_centers) { in RunBenchmarkResizeBilinearTwoDims()
339 const bool half_pixel_centers) { in TestResizeBilinearTwoDimsType()
Dresize_bicubic_op.cc209 const bool half_pixel_centers, in ComputeXWeightsAndIndices()
240 const bool half_pixel_centers, std::vector<WeightsAndIndices>* x_wais) { in ComputeGradientXWeightsAndIndices()
295 const ImageResizerState& resizer_state, const bool half_pixel_centers, in interpolate_with_caching()
474 const bool half_pixel_centers, in ResizeBicubicGrad()
Dquantized_resize_bilinear_op.cc76 const int index_step, const int resolution, const bool half_pixel_centers) { in BuildLerpCache()
473 const bool half_pixel_centers, in ResizeImageReference()
522 const bool half_pixel_centers, in ResizeImage()
536 const bool half_pixel_centers, in ResizeImage()
599 const bool half_pixel_centers, in ResizeImage()
661 const bool half_pixel_centers, in ResizeBilinear()
Dresize_nearest_neighbor_op_test.cc36 explicit ResizeNearestNeighborOpTestBase(bool half_pixel_centers) { in ResizeNearestNeighborOpTestBase()
Dresize_bilinear_op_test.cc35 explicit ResizeBilinearOpTestBase(bool half_pixel_centers) in ResizeBilinearOpTestBase()
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py3197 half_pixel_centers=False): argument
3210 half_pixel_centers=False): argument
3223 half_pixel_centers=False): argument