Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/model/
Dnode.h61 using NodePtrList = std::vector<NodePtr>; variable
Dop_node.cc536 DShape StandardNormalOp::InferShape(const NodePtrList &, const DAttrs &attrs) { in InferShape()