Home
last modified time | relevance | path

Searched defs:SpaceToDepth (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dspace_to_depth.h35 SpaceToDepth() : PrimitiveC(kNameSpaceToDepth) { InitIOName({"x"}, {"y"}); } in SpaceToDepth() function
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dspace_to_depth_fp32.cc65 int SpaceToDepthCPUKernel::SpaceToDepth(int task_id) { in SpaceToDepth() function in mindspore::kernel::SpaceToDepthCPUKernel
/third_party/mindspore/tests/st/ops/cpu/
Dtest_spacetodepth_op.py45 def SpaceToDepth(nptype): function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dspacetodepth_impl.cu22 __global__ void SpaceToDepth(const size_t size, const T *input, const size_t in, in SpaceToDepth() function
/third_party/mindspore/tests/st/ops/gpu/
Dtest_spacetodepth_op.py44 def SpaceToDepth(nptype): function
/third_party/mindspore/mindspore/ops/operations/
Darray_ops.py4802 class SpaceToDepth(PrimitiveWithInfer): class