Searched refs:graphptr (Results 1 – 1 of 1) sorted by relevance
274 std::unique_ptr<Graph> graphptr(new Graph(function_library)); in RuntimeGraphOptimizer() local277 graph_ctor_opts, std::move(graph_def), graphptr.get())); in RuntimeGraphOptimizer()281 optimizer.Optimize(flr, env, cpu_device, &graphptr, in RuntimeGraphOptimizer()283 graphptr->ToGraphDef(output_graph_def); in RuntimeGraphOptimizer()287 return AddDefaultAttrsToGraphDef(output_graph_def, *graphptr->op_registry(), in RuntimeGraphOptimizer()