Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.cc455 const auto graph_fdef = graph_fdefs.find(fdef.signature().name()); in AddSubgraph() local
457 if (graph_fdef == graph_fdefs.end()) { in AddSubgraph()
461 if (!FunctionDefsEqual(fdef, *graph_fdef->second)) { in AddSubgraph()
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.cc630 FunctionDef graph_fdef; in UpdateFunctionLibDefinition() local
631 TF_RETURN_IF_ERROR(GraphToFunctionDef(new_graph, function_name, &graph_fdef)); in UpdateFunctionLibDefinition()
632 TF_RETURN_IF_ERROR(flib_def->ReplaceFunction(function_name, graph_fdef)); in UpdateFunctionLibDefinition()