/external/tensorflow/tensorflow/contrib/remote_fused_graph/pylib/python/ops/ |
D | remote_fused_graph_ops.py | 39 executor_name, argument 48 info_proto.executor_name = executor_name
|
D | remote_fused_graph_ops_test.py | 48 executor_name = "" 56 graph_output_node_names, executor_name, serialized_executor_parameters,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | remote_fused_graph_execute_op.cc | 39 if (!execute_info_.executor_name().empty()) { in RemoteFusedGraphExecuteOp() 42 execute_info_.executor_name()); in RemoteFusedGraphExecuteOp() 48 << execute_info_.executor_name(); in RemoteFusedGraphExecuteOp()
|
D | remote_fused_graph_execute_utils.h | 176 const string& executor_name, const GraphDef& subgraph_def, 184 const string& node_name, const string& executor_name, 275 const string& executor_name, 311 const string& executor_name,
|
D | remote_fused_graph_execute_op_test_utils.cc | 98 const string& executor_name) in TestRemoteFusedGraphExecutor() argument 99 : fused_op_types_(fused_op_types), executor_name_(executor_name) {} in TestRemoteFusedGraphExecutor()
|
D | remote_fused_graph_execute_op_test_utils.h | 66 const string& executor_name);
|
D | remote_fused_graph_execute_utils.cc | 607 const string& executor_name, const GraphDef& subgraph_def, in BuildRemoteFusedGraphExecuteInfo() argument 616 execute_info->set_executor_name(executor_name); in BuildRemoteFusedGraphExecuteInfo() 676 const string& node_name, const string& executor_name, in BuildRemoteFusedGraphExecuteOpNode() argument 688 executor_name, subgraph_def, inputs, outputs, require_shape_type, in BuildRemoteFusedGraphExecuteOpNode() 1091 const std::vector<string>& outputs, const string& executor_name, in FuseRemoteGraphByExecutor() argument 1093 const ExecutorBuildFunc* build_func = GetExecutorBuildFunc(executor_name); in FuseRemoteGraphByExecutor() 1095 return errors::InvalidArgument("Unknown executor name: " + executor_name); in FuseRemoteGraphByExecutor() 1462 const string& executor_name, const string& node_name) { in BuildNodeTypeAttr() argument 1464 ",", executor_name, ",", node_name); in BuildNodeTypeAttr()
|
D | remote_fused_graph_rewriter_transform_test.cc | 196 CHECK_EQ(remote_fused_graph_executor_name_, info.executor_name()); in CheckGraph()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | executor.h | 48 GrpcExecutor(const char* executor_name); 66 static size_t RunClosures(const char* executor_name, grpc_closure_list list);
|
D | executor.cc | 60 size_t GrpcExecutor::RunClosures(const char* executor_name, in RunClosures() argument 69 EXECUTOR_TRACE("(%s) run %p [created by %s:%d]", executor_name, c, in RunClosures() 73 EXECUTOR_TRACE("(%s) run %p", executor_name, c); in RunClosures()
|
/external/tensorflow/tensorflow/core/framework/ |
D | remote_fused_graph_execute_info.proto | 33 string executor_name = 4; field
|
/external/tensorflow/tensorflow/contrib/hvx/hvx_ops_support_checker/ |
D | hvx_ops_support_checker_main.cc | 89 LOG(INFO) << "Executor name: " << info.executor_name(); in DumpRemoteFusedGraph()
|