Searched refs:graph_specialize_args_without_sens (Results 1 – 1 of 1) sorted by relevance
183 AbstractBasePtrList graph_specialize_args_without_sens; in Run() local189 … std::back_inserter(graph_specialize_args_without_sens), [](AbstractBasePtr abs) { return abs; }); in Run()190 auto new_graph = forward_graph->GenerateGraph(graph_specialize_args_without_sens); in Run()