Searched refs:IsInputNode (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/utils/ | ||
D | functions.cc | 428 bool IsInputNode(const NodeDef& node) const { in IsInputNode() function in tensorflow::grappler::__anoneaf86e2d0511::MakeFunctionDefHelper |
/external/tensorflow/tensorflow/core/kernels/ | ||
D | remote_fused_graph_execute_utils.h | 121 static bool IsInputNode( |
D | remote_fused_graph_execute_utils.cc | 284 if (IsInputNode(input_node_info_list, node->name())) { in DryRunInferenceForAllNode() |