Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.cc601 NodeDef* func_def_node = func->add_node_def(); in MakeFunctionDef() local
602 *func_def_node = func_node; in MakeFunctionDef()
603 TF_RETURN_IF_ERROR(helper.AsFunctionDefNode(func_def_node)); in MakeFunctionDef()