Searched defs:AddOutput (Results 1 – 4 of 4) sorted by relevance
79 void OutputsCollector::AddOutput(const ir::NodePtr &output) { in AddOutput() function in mindspore::pijit::OutputsCollector
217 void AddOutput(std::string name, in AddOutput() function
48 void AnSubGraph::AddOutput(const AnfNodePtr &node) { in AddOutput() function in mindspore::AnSubGraph
857 bool FuncGraphBuilder::AddOutput(const py::object &output_obj, bool is_top_graph) { in AddOutput() function in mindspore::FuncGraphBuilder