Home
last modified time | relevance | path

Searched defs:ResizeNearestNeighbor (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dresize_nearest_neighbor.h34 ResizeNearestNeighbor() : PrimitiveC(kNameResizeNearestNeighbor) {} in ResizeNearestNeighbor() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dresize_nearest_neighbor_impl.cu24 __global__ void ResizeNearestNeighbor(const int size, const T *input, const int s1, const int s2, c… in ResizeNearestNeighbor() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dresize_fp32.c541 int ResizeNearestNeighbor(const float *input_data, float *output_data, const int *input_shape, cons… in ResizeNearestNeighbor() function
/third_party/mindspore/mindspore/ops/operations/
Darray_ops.py3662 class ResizeNearestNeighbor(PrimitiveWithInfer): class