Home
last modified time | relevance | path

Searched refs:executor_type (Results 1 – 25 of 48) sorted by relevance

12

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor_factory.cc40 void ExecutorFactory::Register(const string& executor_type, in Register() argument
43 if (!executor_factories()->insert({executor_type, factory}).second) { in Register()
45 << "under" << executor_type; in Register()
61 Status ExecutorFactory::GetFactory(const string& executor_type, in GetFactory() argument
65 auto iter = executor_factories()->find(executor_type); in GetFactory()
69 executor_type, " ", RegisteredFactoriesErrorMessageLocked()); in GetFactory()
76 Status NewExecutor(const string& executor_type, in NewExecutor() argument
80 TF_RETURN_IF_ERROR(ExecutorFactory::GetFactory(executor_type, &factory)); in NewExecutor()
Dexecutor_factory.h39 static void Register(const string& executor_type, ExecutorFactory* factory);
40 static Status GetFactory(const string& executor_type,
44 Status NewExecutor(const string& executor_type,
Dkernel_benchmark_testlib.cc49 Rendezvous* rendez, const char* executor_type) { in Benchmark() argument
98 TF_CHECK_OK(NewExecutor(executor_type, params, *init, &init_exec)); in Benchmark()
105 TF_CHECK_OK(NewExecutor(executor_type, params, *g, &exec_)); in Benchmark()
Dkernel_benchmark_testlib.h42 Rendezvous* rendez = nullptr, const char* executor_type = "");
Dlower_functional_ops.cc127 (options.session_options->config.experimental().executor_type() == in Run()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dinlining.mlir14 …%result = "tf.StatefulPartitionedCall"() {config = "", config_proto = "", executor_type = "", f = …
31 …%result = "tf.PartitionedCall"(%arg) {config = "", config_proto = "", executor_type = "", f = @inl…
51 …%result = "tf.StatefulPartitionedCall"() {config = "", config_proto = "", executor_type = "", f = …
55 …%result_2 = "tf.StatefulPartitionedCall"() {config = "", config_proto = "", executor_type = "", f …
Disolate-placer.mlir6 …CE"], Tout = ["tfdtype$DT_RESOURCE"], config = "", config_proto = "", executor_type = "", f = @foo…
/external/grpc-grpc/src/core/lib/iomgr/
Dexecutor.h106 grpc_closure_scheduler* grpc_executor_scheduler(GrpcExecutorType executor_type,
111 bool grpc_executor_is_threaded(GrpcExecutorType executor_type);
Dexecutor.cc378 grpc_closure_scheduler* grpc_executor_scheduler(GrpcExecutorType executor_type, in grpc_executor_scheduler() argument
380 return &schedulers_[executor_type][job_type]; in grpc_executor_scheduler()
419 bool grpc_executor_is_threaded(GrpcExecutorType executor_type) { in grpc_executor_is_threaded() argument
420 GPR_ASSERT(executor_type < GRPC_NUM_EXECUTORS); in grpc_executor_is_threaded()
421 return executors[executor_type]->IsThreaded(); in grpc_executor_is_threaded()
/external/python/cpython3/Lib/test/
Dtest_concurrent_futures.py120 self.executor = self.executor_type(
125 self.executor = self.executor_type(
154 executor_type = futures.ThreadPoolExecutor variable in ThreadPoolMixin
158 executor_type = futures.ProcessPoolExecutor variable in ProcessPoolForkMixin
168 executor_type = futures.ProcessPoolExecutor variable in ProcessPoolSpawnMixin
173 executor_type = futures.ProcessPoolExecutor variable in ProcessPoolForkserverMixin
305 """.format(executor_type=self.executor_type.__name__,
333 """.format(executor_type=self.executor_type.__name__,
737 self.executor_type(max_workers=number)
760 executor = self.executor_type()
[all …]
/external/tensorflow/tensorflow/python/ops/
Dfunctional_ops.py1089 executor_type=None): argument
1125 if executor_type is None:
1126 executor_type = ""
1135 executor_type=executor_type)
1142 executor_type=executor_type)
1156 s=compat.as_bytes(executor_type))
Dcontrol_flow_util_v2.py106 context.context().function_call_options.executor_type !=
258 if (context.context().function_call_options.executor_type ==
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DPartitionedCall.pbtxt90 name: "executor_type"
136 name: "executor_type"
DStatefulPartitionedCall.pbtxt92 name: "executor_type"
139 name: "executor_type"
/external/tensorflow/tensorflow/core/grappler/clusters/
Dcluster.cc46 void Cluster::SetExecutorType(const string* executor_type) { in SetExecutorType() argument
47 options_.config.mutable_experimental()->set_executor_type(*executor_type); in SetExecutorType()
Dcluster.h76 void SetExecutorType(const string* executor_type);
/external/tensorflow/tensorflow/python/eager/
Dcontext.py108 def __init__(self, executor_type=None, config_proto=None): argument
123 self.executor_type = executor_type
126 def executor_type(self): member in FunctionCallOptions
129 @executor_type.setter
130 def executor_type(self, executor_type): argument
131 self._executor_type = executor_type
1959 def function_executor_type(executor_type): argument
1974 current_options.executor_type = executor_type
/external/python/futures/
Dtest_futures.py142 self.executor = self.executor_type(max_workers=self.worker_count)
166 executor_type = futures.ThreadPoolExecutor variable in ThreadPoolMixin
170 executor_type = futures.ProcessPoolExecutor variable in ProcessPoolMixin
188 """ % (self.executor_type.__name__, self.executor_type.__name__))
511 self.executor_type(max_workers=number)
528 executor = self.executor_type()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.experimental.pbtxt9 argspec: "args=[\'executor_type\'], varargs=None, keywords=None, defaults=None"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.experimental.pbtxt5 argspec: "args=[\'executor_type\'], varargs=None, keywords=None, defaults=None"
Dtensorflow.-config-proto.-experimental.pbtxt12 name: "executor_type"
Dtensorflow.-config-proto.pbtxt135 name: "executor_type"
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/
Dfunction-control-ret.mlir6 …() {Tin = [], Tout = [], config = "", config_proto = "", device = "", executor_type = "", f = @foo…
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/
Dgraph-uint8-return.pbtxt40 key: "executor_type"
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfunction_utils_test.cc219 key: "executor_type"
472 key: "executor_type"

12