Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.cc426 Status AsFunctionDefNode(NodeDef* function_body_node) const;
504 Status MakeFunctionDefHelper::AsFunctionDefNode( in AsFunctionDefNode() function in tensorflow::grappler::__anoneaf86e2d0511::MakeFunctionDefHelper
603 TF_RETURN_IF_ERROR(helper.AsFunctionDefNode(func_def_node)); in MakeFunctionDef()