Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.cc428 bool IsInputNode(const NodeDef& node) const { in IsInputNode() function in tensorflow::grappler::__anoneaf86e2d0511::MakeFunctionDefHelper
598 helper.IsInputNode(func_node) || helper.IsOutputNode(func_node)) in MakeFunctionDef()
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_utils.h121 static bool IsInputNode(
Dremote_fused_graph_execute_utils.cc284 if (IsInputNode(input_node_info_list, node->name())) { in DryRunInferenceForAllNode()
324 /* static */ bool RemoteFusedGraphExecuteUtils::IsInputNode( in IsInputNode() function in tensorflow::RemoteFusedGraphExecuteUtils