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.cc1128 attr_str += BuildNodeTypeAttr(GRAPH_INPUT, tid.second, i, in PlaceRemoteGraphArguments()
1136 attr_str += BuildNodeTypeAttr(GRAPH_OUTPUT, tid.second, i); in PlaceRemoteGraphArguments()
1142 attr_str += BuildNodeTypeAttr(FUSED_NODE); in PlaceRemoteGraphArguments()
1148 attr_str += BuildNodeTypeAttr(FUSED_NODE); in PlaceRemoteGraphArguments()
1154 attr_str += BuildNodeTypeAttr(BORDER_INPUT, tid.second, i); in PlaceRemoteGraphArguments()
1160 attr_str += BuildNodeTypeAttr(BORDER_OUTPUT, tid.second, i); in PlaceRemoteGraphArguments()
1164 attr_str += BuildNodeTypeAttr(UNUSED); in PlaceRemoteGraphArguments()
1460 /* static */ string RemoteFusedGraphExecuteUtils::BuildNodeTypeAttr( in BuildNodeTypeAttr() function in tensorflow::RemoteFusedGraphExecuteUtils
1467 /* static */ string RemoteFusedGraphExecuteUtils::BuildNodeTypeAttr( in BuildNodeTypeAttr() function in tensorflow::RemoteFusedGraphExecuteUtils
1472 /* static */ string RemoteFusedGraphExecuteUtils::BuildNodeTypeAttr( in BuildNodeTypeAttr() function in tensorflow::RemoteFusedGraphExecuteUtils