/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | ResizeNearestNeighbor.pbtxt | 2 name: "ResizeNearestNeighbor" 40 name: "ResizeNearestNeighbor" 79 name: "ResizeNearestNeighbor" 125 name: "ResizeNearestNeighbor"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | ResizeNearestNeighbor.pbtxt | 2 name: "ResizeNearestNeighbor" 40 name: "ResizeNearestNeighbor" 79 name: "ResizeNearestNeighbor" 125 name: "ResizeNearestNeighbor"
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | resize_nearest_neighbor.cc | 110 reference_ops::ResizeNearestNeighbor( in Eval() 116 reference_ops::ResizeNearestNeighbor( in Eval() 122 optimized_ops::ResizeNearestNeighbor( in Eval() 128 reference_ops::ResizeNearestNeighbor( in Eval() 133 reference_ops::ResizeNearestNeighbor( in Eval()
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_ResizeNearestNeighbor.pbtxt | 2 graph_op_name: "ResizeNearestNeighbor" 4 name: "image.ResizeNearestNeighbor"
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | resize_nearest_neighbor_test.cc | 39 reference_ops::ResizeNearestNeighbor( in TestReferenceResizeNearestNeighbor() 367 reference_ops::ResizeNearestNeighbor( in TestOptimizedResizeNearestNeighbor() 370 optimized_ops::ResizeNearestNeighbor( in TestOptimizedResizeNearestNeighbor() 376 reference_ops::ResizeNearestNeighbor( in TestOptimizedResizeNearestNeighbor() 379 optimized_ops::ResizeNearestNeighbor( in TestOptimizedResizeNearestNeighbor() 386 reference_ops::ResizeNearestNeighbor( in TestOptimizedResizeNearestNeighbor() 389 optimized_ops::ResizeNearestNeighbor( in TestOptimizedResizeNearestNeighbor() 396 reference_ops::ResizeNearestNeighbor( in TestOptimizedResizeNearestNeighbor() 399 optimized_ops::ResizeNearestNeighbor( in TestOptimizedResizeNearestNeighbor()
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | resize_nearest_neighbor_op_gpu.cu.cc | 160 struct ResizeNearestNeighbor<GPUDevice, T, half_pixel_centers, align_corners> { struct 193 template struct ResizeNearestNeighbor<GPUDevice, T, false, false>; \ 194 template struct ResizeNearestNeighbor<GPUDevice, T, false, true>; \ 195 template struct ResizeNearestNeighbor<GPUDevice, T, true, false>; \ 196 template struct ResizeNearestNeighbor<GPUDevice, T, true, true>;
|
D | resize_op_benchmark_test.cc | 54 BM_ResizeDev(cpu, ResizeNearestNeighbor, 10, 499, 499); 58 BM_ResizeDev(gpu, ResizeNearestNeighbor, 10, 499, 499);
|
D | resize_nearest_neighbor_op.cc | 69 status = functor::ResizeNearestNeighbor<Device, T, in Compute() 75 status = functor::ResizeNearestNeighbor<Device, T, in Compute() 83 status = functor::ResizeNearestNeighbor<Device, T, in Compute() 89 status = functor::ResizeNearestNeighbor<Device, T, in Compute() 134 struct ResizeNearestNeighbor<CPUDevice, T, half_pixel_centers, align_corners> { struct
|
D | resize_nearest_neighbor_op.h | 27 struct ResizeNearestNeighbor { struct
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_ResizeNearestNeighbor.pbtxt | 2 graph_op_name: "ResizeNearestNeighbor"
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | image_grad_test.cc | 33 using ops::ResizeNearestNeighbor; 60 *y = ResizeNearestNeighbor( in MakeOp() 62 ResizeNearestNeighbor::AlignCorners(align_corners)); in MakeOp()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ResizeNearestNeighbor.pbtxt | 2 graph_op_name: "ResizeNearestNeighbor"
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | resize_nearest_neighbor.h | 50 inline void ResizeNearestNeighbor( in ResizeNearestNeighbor() function
|
/external/tensorflow/tensorflow/dtensor/mlir/ |
D | spmd_expanders.cc | 417 REGISTER_SPMD(ResizeNearestNeighbor, TF::ResizeNearestNeighborOp,
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | op_select_allowlist.md | 438 * `raw_ops.ResizeNearestNeighbor`
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | operator.cc | 1121 class ResizeNearestNeighbor class 1912 ops.push_back(MakeUnique<ResizeNearestNeighbor>( in BuildOperatorList()
|
D | operator_test.cc | 438 TEST_F(OperatorTest, ResizeNearestNeighbor) { in TEST_F() argument
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | lower_tf.mlir | 931 …%resize = "tf.ResizeNearestNeighbor"(%arg0, %shape) {align_corners = false, device = "", half_pixe… 975 …%resize = "tf.ResizeNearestNeighbor"(%arg0, %shape) {align_corners = false, device = "", half_pixe… 1029 …%resize = "tf.ResizeNearestNeighbor"(%arg0, %arg1) {align_corners = false, device = "", half_pixel…
|
/external/armnn/ |
D | CMakeLists.txt | 707 src/armnnTfLiteParser/test/ResizeNearestNeighbor.cpp
|
/external/tensorflow/tensorflow/lite/toco/ |
D | tooling_util.cc | 443 HANDLE_OPERATORTYPENAME_CASE(ResizeNearestNeighbor) in OperatorTypeName()
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
D | legalize_tf.cc | 119 DECL_CONVERT_OP(ResizeNearestNeighbor);
|
D | legalize_tfl.cc | 147 DECL_CONVERT_OP(ResizeNearestNeighbor);
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/ |
D | legalization.md | 2704 ### tf.ResizeNearestNeighbor 2711 %output = tf.ResizeNearestNeighbor(%images, %size) {align_corners, half_pixel_centers}
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | legalize-tf.mlir | 1479 …%0 = "tf.ResizeNearestNeighbor"(%arg0, %arg1) {align_corners = true} : (tensor<1x100x100x3xf32>, t… 1486 …%0 = "tf.ResizeNearestNeighbor"(%arg0, %arg1) {align_corners = false, half_pixel_centers = true} :…
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 5535 inline void ResizeNearestNeighbor( in ResizeNearestNeighbor() function 5543 reference_ops::ResizeNearestNeighbor( in ResizeNearestNeighbor()
|