Home
last modified time | relevance | path

Searched defs:AddOutput (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_compiler/
Dfunc_wrapper.cc79 void OutputsCollector::AddOutput(const ir::NodePtr &output) { in AddOutput() function in mindspore::pijit::OutputsCollector
/third_party/skia/third_party/externals/tint/src/transform/
Dcanonicalize_entry_point_io.cc217 void AddOutput(std::string name, in AddOutput() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ascend_native/
Dsub_graph_helper.cc48 void AnSubGraph::AddOutput(const AnfNodePtr &node) { in AddOutput() function in mindspore::AnSubGraph
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_build/
Dfunc_graph_builder.cc857 bool FuncGraphBuilder::AddOutput(const py::object &output_obj, bool is_top_graph) { in AddOutput() function in mindspore::FuncGraphBuilder