Searched defs:half_pixel_centers (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/cc/gradients/ |
D | image_grad.cc | 32 bool half_pixel_centers; in ResizeNearestNeighborGradHelper() local 54 bool half_pixel_centers; in ResizeBilinearGradHelper() local 72 bool half_pixel_centers; in ResizeBicubicGradHelper() local
|
D | image_grad_test.cc | 55 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/ |
D | quantized_resize_bilinear_op_test.cc | 69 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()
|
D | resize_bicubic_op.cc | 209 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()
|
D | quantized_resize_bilinear_op.cc | 76 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()
|
D | resize_nearest_neighbor_op_test.cc | 36 explicit ResizeNearestNeighborOpTestBase(bool half_pixel_centers) { in ResizeNearestNeighborOpTestBase()
|
D | resize_bilinear_op_test.cc | 35 explicit ResizeBilinearOpTestBase(bool half_pixel_centers) in ResizeBilinearOpTestBase()
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 3197 half_pixel_centers=False): argument 3210 half_pixel_centers=False): argument 3223 half_pixel_centers=False): argument
|