Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.cc564 absl::flat_hash_set<absl::string_view> func_body_nodes; in MakeGrapplerFunctionItem() local
567 const auto output_node_name = [&func_body_nodes](const OpDef::ArgDef& out, in MakeGrapplerFunctionItem()
571 while (func_body_nodes.find(name) != func_body_nodes.end()) { in MakeGrapplerFunctionItem()
579 func_body_nodes.insert(func_def_node.name()); in MakeGrapplerFunctionItem()