Searched defs:half_pixel_centers (Results 1 – 13 of 13) 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()
|
/external/tensorflow/tensorflow/lite/tools/versioning/ |
D | op_version.h | 50 bool half_pixel_centers; member
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | resize_bilinear_test.cc | 37 bool half_pixel_centers = false) { in ResizeBilinearOpModel()
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 3836 half_pixel_centers=False): argument 3849 half_pixel_centers=False): argument 3862 half_pixel_centers=False): argument
|
/external/tensorflow/tensorflow/lite/c/ |
D | builtin_op_data.h | 263 bool half_pixel_centers; member
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | types.h | 999 bool half_pixel_centers; member
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | reference_ops.h | 1977 const bool half_pixel_centers, in ComputeInterpolationValues()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 4719 const bool half_pixel_centers) { in ResizeBilinearGeneric() 4772 const bool half_pixel_centers) { in ResizeBilinearGenericSmallChannel()
|