Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dgraph_to_functiondef.cc571 const string control_output_node = in GraphToFunctionDef() local
573 if (control_output_node.empty()) { in GraphToFunctionDef()
577 (*fdef->mutable_control_ret())[signature_name] = control_output_node; in GraphToFunctionDef()