Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/cc/gradients/
Dimage_grad.cc38 bool half_pixel_centers; in ResizeNearestNeighborGradHelper() local
60 bool half_pixel_centers; in ResizeBilinearGradHelper() local
78 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.cc70 const bool half_pixel_centers, const int64_t out_size, in GetReferenceWeight()
112 T CalcReferenceResizedVal(const T* image_data, const bool half_pixel_centers, in CalcReferenceResizedVal()
151 const bool half_pixel_centers, const float min, in CheckTensorValue()
195 const bool half_pixel_centers, in TestResizeBilinear()
302 const bool half_pixel_centers) { in RunTestResizeBilinearTwoDims()
326 const bool half_pixel_centers) { in RunBenchmarkResizeBilinearTwoDims()
342 const bool half_pixel_centers) { in TestResizeBilinearTwoDimsType()
Dquantized_resize_bilinear_op.cc78 const int index_step, const int resolution, const bool half_pixel_centers) { in BuildLerpCache()
475 const bool half_pixel_centers, in ResizeImageReference()
524 const bool half_pixel_centers, in ResizeImage()
538 const bool half_pixel_centers, in ResizeImage()
601 const bool half_pixel_centers, in ResizeImage()
663 const bool half_pixel_centers, in ResizeBilinear()
/external/tensorflow/tensorflow/python/ops/
Dimage_grad_d9m_test.py75 def testExceptionThrowing(self, align_corners, half_pixel_centers, data_type): argument
129 def testDeterministicGradients(self, align_corners, half_pixel_centers, argument
Dimage_grad_test_base.py135 half_pixel_centers=False, argument
236 half_pixel_centers, dtype): argument
Dimage_ops_impl.py4726 half_pixel_centers=False): argument
4739 half_pixel_centers=False): argument
4752 half_pixel_centers=False): argument
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bicubic_op.cc210 const bool half_pixel_centers, in ComputeXWeightsAndIndices()
241 const bool half_pixel_centers, std::vector<WeightsAndIndices>* x_wais) { in ComputeGradientXWeightsAndIndices()
296 const ImageResizerState& resizer_state, const bool half_pixel_centers, in interpolate_with_caching()
475 const bool half_pixel_centers, in ResizeBicubicGrad()
Dresize_nearest_neighbor_op_test.cc40 explicit ResizeNearestNeighborOpTestBase(bool half_pixel_centers) in ResizeNearestNeighborOpTestBase()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dresize_bilinear.h30 const bool half_pixel_centers, in ComputeInterpolationValues()
120 const int32_t value, const int32_t scale_10, const bool half_pixel_centers, in ComputeInterpolationValuesInteger()
Dresize_nearest_neighbor.h32 const bool half_pixel_centers) { in GetNearestNeighbor()
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dresize_nearest_neighbor_builder.cc60 int half_pixel_centers = params->half_pixel_centers ? 1 : 0; in PopulateSubGraph() local
Dresize_bilinear_builder.cc60 int half_pixel_centers = params->half_pixel_centers ? 1 : 0; in PopulateSubGraph() local
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dresize_bilinear_tester.h90 ResizeBilinearTester& HalfPixelCenters(bool half_pixel_centers) { in HalfPixelCenters()
Dquantized_resize_bilinear_tester.h92 QuantizedResizeBilinearTester& HalfPixelCenters(bool half_pixel_centers) { in HalfPixelCenters()
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
Dresize_test.cc28 bool half_pixel_centers = false) { in ResizeOpModel()
/external/tensorflow/tensorflow/lite/kernels/
Dresize_nearest_neighbor_test.cc42 bool half_pixel_centers = false) { in ResizeNearestNeighborOpModel()
Dresize_bilinear_test.cc43 bool half_pixel_centers = false) { in ResizeBilinearOpModel()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Doperations.h445 bool half_pixel_centers = false; member
458 bool half_pixel_centers = false; member
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator_test.cc2189 AttrValue half_pixel_centers; in TEST_F() local
2216 AttrValue half_pixel_centers; in TEST_F() local
2239 AttrValue half_pixel_centers; in TEST_F() local
2269 AttrValue half_pixel_centers; in TEST_F() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dresize_bilinear.h1516 const bool half_pixel_centers) { in ResizeBilinearGeneric()
1569 const bool half_pixel_centers) { in ResizeBilinearGenericSmallChannel()
/external/tensorflow/tensorflow/compiler/tests/
Dimage_ops_test.py552 half_pixel_centers=True): argument
/external/tensorflow/tensorflow/lite/c/
Dbuiltin_op_data.h315 bool half_pixel_centers; member
320 bool half_pixel_centers; member
/external/tensorflow/tensorflow/lite/kernels/internal/
Dresize_nearest_neighbor_test.cc34 bool half_pixel_centers = false) { in TestReferenceResizeNearestNeighbor()
Dtypes.h911 bool half_pixel_centers; member
916 bool half_pixel_centers; member

12