Searched defs:need_unpack_args (Results 1 – 2 of 2) sorted by relevance
34 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
507 bool need_unpack_args = false; in InsertUnpackGraph() local