Home
last modified time | relevance | path

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

12

/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()
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()
/external/tensorflow/tensorflow/python/ops/
Dimage_grad_deterministic_test.py70 def testDeterministicGradients(self, align_corners, half_pixel_centers, argument
Dimage_grad_test_base.py137 half_pixel_centers=False, argument
238 half_pixel_centers, dtype): argument
Dimage_ops_impl.py4604 half_pixel_centers=False): argument
4617 half_pixel_centers=False): argument
4630 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/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()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dresize_nearest_neighbor.h31 const bool half_pixel_centers) { in GetNearestNeighbor()
Dreference_ops.h1180 const bool half_pixel_centers, in ComputeInterpolationValues()
1265 const bool half_pixel_centers, in ComputeInterpolationValues()
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
Dresize_test.cc26 bool half_pixel_centers = false) { in ResizeOpModel()
/external/tensorflow/tensorflow/lite/tools/versioning/
Dop_version.h56 bool half_pixel_centers; member
/external/tensorflow/tensorflow/lite/kernels/
Dresize_nearest_neighbor_test.cc42 bool half_pixel_centers = false) { in ResizeNearestNeighborOpModel()
Dresize_bilinear_test.cc41 bool half_pixel_centers = false) { in ResizeBilinearOpModel()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Doperations.h407 bool half_pixel_centers = false; member
420 bool half_pixel_centers = false; member
Dmodel_builder.cc1535 bool half_pixel_centers; in IsSupported() local
1587 bool* half_pixel_centers) { in GetHalfPixelCentersValue()
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator_test.cc2135 AttrValue half_pixel_centers; in TEST_F() local
2162 AttrValue half_pixel_centers; in TEST_F() local
2185 AttrValue half_pixel_centers; in TEST_F() local
2215 AttrValue half_pixel_centers; in TEST_F() local
Dop_level_cost_estimator.cc2526 const auto half_pixel_centers = in PredictResizeBilinear() local
/external/tensorflow/tensorflow/lite/c/
Dbuiltin_op_data.h314 bool half_pixel_centers; member
319 bool half_pixel_centers; member
/external/tensorflow/tensorflow/lite/kernels/internal/
Dresize_nearest_neighbor_test.cc34 bool half_pixel_centers = false) { in TestReferenceResizeNearestNeighbor()
Dtypes.h1063 bool half_pixel_centers; member
1068 bool half_pixel_centers; member

12