Home
last modified time | relevance | path

Searched defs:executor_type (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor_factory.cc40 void ExecutorFactory::Register(const string& executor_type, in Register()
61 Status ExecutorFactory::GetFactory(const string& executor_type, in GetFactory()
76 Status NewExecutor(const string& executor_type, in NewExecutor()
Dkernel_benchmark_testlib.cc51 Rendezvous* rendez, const char* executor_type, in Benchmark()
Dfunction.cc414 string executor_type; member
909 string executor_type; in CreateItem() local
Ddirect_session.cc1417 auto executor_type = options_.config.experimental().executor_type(); in CreateExecutors() local
/external/grpc-grpc/src/core/lib/iomgr/
Dexecutor.cc378 grpc_closure_scheduler* grpc_executor_scheduler(GrpcExecutorType executor_type, in grpc_executor_scheduler()
419 bool grpc_executor_is_threaded(GrpcExecutorType executor_type) { in grpc_executor_is_threaded()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dexecutor.cc408 ExecutorType executor_type, ExecutorJobType job_type) { in Run()
446 bool Executor::IsThreaded(ExecutorType executor_type) { in IsThreaded()
/external/tensorflow/tensorflow/core/grappler/clusters/
Dcluster.cc46 void Cluster::SetExecutorType(const string* executor_type) { in SetExecutorType()
/external/python/cpython3/Lib/test/
Dtest_concurrent_futures.py154 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
/external/tensorflow/tensorflow/python/eager/
Dcontext.py119 def __init__(self, executor_type=None, config_proto=None): argument
137 def executor_type(self): member in FunctionCallOptions
141 def executor_type(self, executor_type): member in FunctionCallOptions
2193 def function_executor_type(executor_type): argument
/external/python/futures/
Dtest_futures.py166 executor_type = futures.ThreadPoolExecutor variable in ThreadPoolMixin
170 executor_type = futures.ProcessPoolExecutor variable in ProcessPoolMixin
/external/tensorflow/tensorflow/python/ops/
Dfunctional_ops.py1131 executor_type=None): argument
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto503 string executor_type = 3; field
/external/tensorflow/tensorflow/core/framework/
Dfunction.h707 std::string executor_type; member
Dop_kernel.h690 const std::string* executor_type = nullptr; member
Dop_kernel.cc1108 const string& OpKernelContext::executor_type() const { in executor_type() function in tensorflow::OpKernelContext
Dfunction.cc1060 string executor_type = FunctionLibraryRuntime::ExecutorType(options, attrs); in Canonicalize() local