Home
last modified time | relevance | path

Searched refs:source_input (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dresource.h70 const py::object &source_input() const { return source_input_; } in source_input() function
Daction.cc343 if (!res->source_input()) { in ParseAction()
347 py::object input = res->source_input(); in ParseAction()
951 auto cell = py::cast<CellPtr>(res->source_input()); in SetMindIRGraphAction()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Dpy_pass.cc204 py::object top_cell = resource->source_input(); in ReflectParamBackToPython()