Searched defs:CreateTuple (Results 1 – 4 of 4) sorted by relevance
54 static inline ValuePtr CreateTuple(const std::vector<NumberContainer> &values) { in CreateTuple() function
310 AnfNodePtr CreateTuple(const std::vector<int64_t> &tuple) { in CreateTuple() function
63 CNodePtr AnSubGraph::CreateTuple() { in CreateTuple() function in mindspore::AnSubGraph
157 static py::object CreateTuple(const mindspore::abstract::BaseShapePtr &base_shape, const mindspore:… in CreateTuple() function