Home
last modified time | relevance | path

Searched defs:UnstackInferShape (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/infer/
Dunstack_infer.c20 int UnstackInferShape(const TensorC *const *inputs, size_t inputs_size, TensorC **outputs, size_t o… in UnstackInferShape() function
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dunstack.cc64 BaseShapePtr UnstackInferShape(const std::vector<int64_t> &x_shape, size_t axis) { in UnstackInferShape() function