Searched defs:NodePtrList (Results 1 – 2 of 2) sorted by relevance
61 using NodePtrList = std::vector<NodePtr>; variable
536 DShape StandardNormalOp::InferShape(const NodePtrList &, const DAttrs &attrs) { in InferShape()