Home
last modified time | relevance | path

Searched refs:source_input_ (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dresource.h70 const py::object &source_input() const { return source_input_; } in source_input()
96 py::object source_input_; variable
Dresource.cc249 source_input_(obj), in Resource()
316 source_input_ = py::none(); in Clean()