Home
last modified time | relevance | path

Searched defs:half_pixel_centers (Results 1 – 13 of 13) 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()
/external/tensorflow/tensorflow/lite/tools/versioning/
Dop_version.h50 bool half_pixel_centers; member
/external/tensorflow/tensorflow/lite/kernels/
Dresize_bilinear_test.cc37 bool half_pixel_centers = false) { in ResizeBilinearOpModel()
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py3836 half_pixel_centers=False): argument
3849 half_pixel_centers=False): argument
3862 half_pixel_centers=False): argument
/external/tensorflow/tensorflow/lite/c/
Dbuiltin_op_data.h263 bool half_pixel_centers; member
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h999 bool half_pixel_centers; member
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h1977 const bool half_pixel_centers, in ComputeInterpolationValues()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h4719 const bool half_pixel_centers) { in ResizeBilinearGeneric()
4772 const bool half_pixel_centers) { in ResizeBilinearGenericSmallChannel()