Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_utils.h309 static string BuildNodeTypeAttr(const RemoteFusedGraphNodeType node_type,
314 static string BuildNodeTypeAttr(const RemoteFusedGraphNodeType node_type,
317 static string BuildNodeTypeAttr(const RemoteFusedGraphNodeType node_type);
Dremote_fused_graph_execute_utils.cc1130 attr_str += BuildNodeTypeAttr(GRAPH_INPUT, tid.second, i, in PlaceRemoteGraphArguments()
1138 attr_str += BuildNodeTypeAttr(GRAPH_OUTPUT, tid.second, i); in PlaceRemoteGraphArguments()
1144 attr_str += BuildNodeTypeAttr(FUSED_NODE); in PlaceRemoteGraphArguments()
1150 attr_str += BuildNodeTypeAttr(FUSED_NODE); in PlaceRemoteGraphArguments()
1156 attr_str += BuildNodeTypeAttr(BORDER_INPUT, tid.second, i); in PlaceRemoteGraphArguments()
1162 attr_str += BuildNodeTypeAttr(BORDER_OUTPUT, tid.second, i); in PlaceRemoteGraphArguments()
1166 attr_str += BuildNodeTypeAttr(UNUSED); in PlaceRemoteGraphArguments()
1462 /* static */ string RemoteFusedGraphExecuteUtils::BuildNodeTypeAttr( in BuildNodeTypeAttr() function in tensorflow::RemoteFusedGraphExecuteUtils
1469 /* static */ string RemoteFusedGraphExecuteUtils::BuildNodeTypeAttr( in BuildNodeTypeAttr() function in tensorflow::RemoteFusedGraphExecuteUtils
1474 /* static */ string RemoteFusedGraphExecuteUtils::BuildNodeTypeAttr( in BuildNodeTypeAttr() function in tensorflow::RemoteFusedGraphExecuteUtils