Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/operator/
Dops.h36 … : Primitive("UnpackGraph"), with_sens_in_args_(with_sens), need_unpack_args_(need_unpack_args) {} in UnpackGraphPrimitive()
40 bool need_unpack_args() const { return need_unpack_args_; } in need_unpack_args()
44 bool need_unpack_args_; variable