Home
last modified time | relevance | path

Searched defs:BatchToSpace (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dbatch_to_space.h34 BatchToSpace() : PrimitiveC(kNameBatchToSpace) {} in BatchToSpace() function
/third_party/mindspore/tests/st/ops/gpu/
Dtest_batchtospace_op.py42 def BatchToSpace(nptype, block_size=2, input_shape=(4, 1, 2, 2)): function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dbatchtospace_impl.cu21 __global__ void BatchToSpace(const size_t size, const T *input, const size_t in, in BatchToSpace() function
/third_party/mindspore/tests/st/networks/models/deeplabv3/src/backbone/
Dresnet_deeplab.py196 class BatchToSpace(nn.Cell): class
/third_party/mindspore/mindspore/ops/operations/
Darray_ops.py5026 class BatchToSpace(PrimitiveWithInfer): class