Home
last modified time | relevance | path

Searched defs:need_unpack_args (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/operator/
Dops.h34 explicit UnpackGraphPrimitive(const bool &with_sens, const bool &need_unpack_args) in UnpackGraphPrimitive()
39 bool need_unpack_args() const { return need_unpack_args_; } in need_unpack_args() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Dstatic_analysis.cc507 bool need_unpack_args = false; in InsertUnpackGraph() local