Searched refs:CreateShapeValueNode (Results 1 – 4 of 4) sorted by relevance
177 ValueNodePtr CreateShapeValueNode(const FuncGraphPtr &func_graph, const std::vector<int64_t> &shape,
504 ValueNodePtr CreateShapeValueNode(const FuncGraphPtr &func_graph, const std::vector<int64_t> &shape… in CreateShapeValueNode() function
199 auto x_shape_vnode = CreateShapeValueNode(graph, x_shape); in Process()
156 auto shape_value = CreateShapeValueNode(func_graph, input_shape->shape(), true); in CreateDropoutGenMaskCNode()