Home
last modified time | relevance | path

Searched defs:executor_name (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/remote_fused_graph/pylib/python/ops/
Dremote_fused_graph_ops.py39 executor_name, argument
/external/tensorflow/tensorflow/core/framework/
Dremote_fused_graph_execute_info.proto33 string executor_name = 4; field
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_op_test_utils.cc98 const string& executor_name) in TestRemoteFusedGraphExecutor()
Dremote_fused_graph_execute_utils.cc607 const string& executor_name, const GraphDef& subgraph_def, in BuildRemoteFusedGraphExecuteInfo()
676 const string& node_name, const string& executor_name, in BuildRemoteFusedGraphExecuteOpNode()
1091 const std::vector<string>& outputs, const string& executor_name, in FuseRemoteGraphByExecutor()
1462 const string& executor_name, const string& node_name) { in BuildNodeTypeAttr()
/external/grpc-grpc/src/core/lib/iomgr/
Dexecutor.cc60 size_t GrpcExecutor::RunClosures(const char* executor_name, in RunClosures()