Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/
Dsplit_v.cc71 std::vector<abstract::BaseShapePtr> shape_tuple; in InferShape() local
/third_party/mindspore/tests/ut/cpp/pipeline/static_analysis/
Ddata_test.cc127 std::shared_ptr<TupleShape> shape_tuple = dyn_cast<TupleShape>(abstract_tup->BuildShape()); in TEST_F() local
/third_party/mindspore/mindspore/core/abstract/
Dutils.cc395 auto shape_tuple = base_shape->cast<TupleShapePtr>(); in MakeAbstract() local
/third_party/mindspore/mindspore/ccsrc/utils/
Dconvert_utils_py.cc466 auto shape_tuple = shape_obj.cast<py::tuple>(); in MakePyInferRes2Abstract() local
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dprim.cc309 py::tuple shape_tuple(len); in AbstractTupleToPython() local