Searched defs:ResizeNearestNeighbor (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/ |
H A D | resize_nearest_neighbor_op.cc | 134 struct ResizeNearestNeighbor<CPUDevice, T, half_pixel_centers, align_corners> { struct 135 bool operator()(const CPUDevice& d, typename TTypes<T, 4>::ConstTensor input, in operator ()()
|
H A D | resize_nearest_neighbor_op_gpu.cu.cc | 160 struct ResizeNearestNeighbor<GPUDevice, T, half_pixel_centers, align_corners> { struct 161 bool operator()(const GPUDevice& d, typename TTypes<T, 4>::ConstTensor input, in operator ()()
|
H A D | resize_nearest_neighbor_op.h | 27 struct ResizeNearestNeighbor { struct
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | resize_nearest_neighbor.h | 50 inline void ResizeNearestNeighbor( in ResizeNearestNeighbor() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/ |
H A D | operator_test.cc | 438 TEST_F(OperatorTest, ResizeNearestNeighbor) { in TEST_F() argument
|
H A D | operator.cc | 1121 class ResizeNearestNeighbor class
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/ |
H A D | randomized_tests.cc | 3864 TEST_F(OpTest, ResizeNearestNeighbor) { in TEST_F() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
H A D | optimized_ops.h | 5535 inline void ResizeNearestNeighbor( in ResizeNearestNeighbor() function
|
/aosp_15_r20/external/tensorflow/tensorflow/go/op/ |
H A D | wrappers.go | 37042 func ResizeNearestNeighbor(scope *Scope, images tf.Output, size tf.Output, optional ...ResizeNeares… func
|