Searched defs:remove_side_effect (Results 1 – 2 of 2) sorted by relevance
31 explicit RemoveRedundantOpPass(bool is_train_model, bool remove_side_effect) in RemoveRedundantOpPass()33 RemoveRedundantOpPass(bool is_train_model, bool remove_side_effect, bool keep_update_state) in RemoveRedundantOpPass()
40 …ateStateWithMonad(const FuncGraphPtr &func_graph, const CNodePtr &cnode, bool remove_side_effect) { in ReplaceUpdateStateWithMonad()