Searched refs:ResizeNearestNeighborGrad (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_ResizeNearestNeighborGrad.pbtxt | 2 graph_op_name: "ResizeNearestNeighborGrad" 4 name: "image.ResizeNearestNeighborGrad"
|
/external/tensorflow/tensorflow/core/kernels/ |
D | resize_nearest_neighbor_op_gpu.cu.cc | 207 struct ResizeNearestNeighborGrad<GPUDevice, T, half_pixel_centers, struct 252 template struct ResizeNearestNeighborGrad<GPUDevice, T, false, false>; \ 253 template struct ResizeNearestNeighborGrad<GPUDevice, T, false, true>; \ 254 template struct ResizeNearestNeighborGrad<GPUDevice, T, true, false>; \ 255 template struct ResizeNearestNeighborGrad<GPUDevice, T, true, true>;
|
D | resize_nearest_neighbor_op.cc | 232 status = functor::ResizeNearestNeighborGrad<Device, T, in Compute() 238 status = functor::ResizeNearestNeighborGrad<Device, T, in Compute() 247 functor::ResizeNearestNeighborGrad<Device, T, in Compute() 254 functor::ResizeNearestNeighborGrad<Device, T, in Compute() 275 struct ResizeNearestNeighborGrad<CPUDevice, T, half_pixel_centers, struct
|
D | resize_nearest_neighbor_op.h | 35 struct ResizeNearestNeighborGrad { struct
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | image_grad.cc | 39 grad_outputs->push_back(internal::ResizeNearestNeighborGrad( in ResizeNearestNeighborGradHelper() 41 internal::ResizeNearestNeighborGrad::AlignCorners(align_corners) in ResizeNearestNeighborGradHelper()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ResizeNearestNeighborGrad.pbtxt | 2 graph_op_name: "ResizeNearestNeighborGrad"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 25044 name: "ResizeNearestNeighborGrad" 25072 name: "ResizeNearestNeighborGrad" 25107 name: "ResizeNearestNeighborGrad"
|
D | ops_history.v1.pbtxt | 55437 name: "ResizeNearestNeighborGrad" 55473 name: "ResizeNearestNeighborGrad"
|
D | ops_history.v2.pbtxt | 54854 name: "ResizeNearestNeighborGrad" 54890 name: "ResizeNearestNeighborGrad"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 2860 name: "ResizeNearestNeighborGrad"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 2860 name: "ResizeNearestNeighborGrad"
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 36784 func ResizeNearestNeighborGrad(scope *Scope, grads tf.Output, size tf.Output, optional ...ResizeNea… func
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 28675 name: "ResizeNearestNeighborGrad"
|