Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.cc432 bool IsOutputNode(const NodeDef& node) const { in IsOutputNode() function in tensorflow::grappler::__anoneaf86e2d0511::MakeFunctionDefHelper
532 if (!helper.IsOutputNode(func_body_node)) continue; in MakeFunctionDef()
598 helper.IsInputNode(func_node) || helper.IsOutputNode(func_node)) in MakeFunctionDef()