Home
last modified time | relevance | path

Searched defs:ResizeNearestNeighborGrad (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dresize_nearest_neighbor_grad_impl.cu32 __global__ void ResizeNearestNeighborGrad(const int input_size, const T *input, const int s1, const… in ResizeNearestNeighborGrad() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/
Dresize_grad.c21 int ResizeNearestNeighborGrad(const float *in_addr, float *out_addr, int batch_size, int channel, i… in ResizeNearestNeighborGrad() function
/third_party/mindspore/mindspore/ops/operations/
D_grad_ops.py1672 class ResizeNearestNeighborGrad(PrimitiveWithInfer): class