Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/pre_activate/pass/
Dtest_insert_cast_for_pyexecute.cc76 … const TypeId &, const TypeId &, const abstract::BaseShapePtr &) -> AnfNodePtr { in TEST_F()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/c_api/src/
Dcommon.h81 using BaseShapePtr = mindspore::abstract::BaseShapePtr; variable
/third_party/mindspore/mindspore-src/source/mindspore/core/abstract/
Ddshape.h39 using BaseShapePtr = std::shared_ptr<BaseShape>; variable
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Danf.h56 using BaseShapePtr = std::shared_ptr<abstract::BaseShape>; variable