Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/cpp/ops/
Dtest_ops_unstack.cc36 auto unstack = std::make_shared<Unstack>(); in TEST_F() local
/third_party/mindspore/tests/st/ops/gpu/
Dtest_unpack_op.py56 def unstack(nptype): function