Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.h67 Status RuntimeGraphOptimizer(const GraphDef& graph_def_arg,
Dgrappler_item_builder.cc206 Status RuntimeGraphOptimizer(const GraphDef& graph_def_arg, in RuntimeGraphOptimizer() argument
218 if (output_graph_def != &graph_def_arg) { in RuntimeGraphOptimizer()
219 *output_graph_def = graph_def_arg; in RuntimeGraphOptimizer()
228 GraphDef graph_def(graph_def_arg); in RuntimeGraphOptimizer()