Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.h116 Status AsFunctionDefNode(NodeDef* function_body_node) const;
Dfunctions.cc266 Status GrapplerFunctionConnectivity::AsFunctionDefNode( in AsFunctionDefNode() function in tensorflow::grappler::GrapplerFunctionConnectivity
889 TF_RETURN_IF_ERROR(connectivity.AsFunctionDefNode(func_def_node)); in MakeFunctionDef()