Home
last modified time | relevance | path

Searched defs:executor_type (Results 1 – 14 of 14) 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.cc47 Rendezvous* rendez, const char* executor_type) { in Benchmark()
Dfunction.cc388 string executor_type; member
861 string executor_type; in CreateItem() local
Ddirect_session.cc1304 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/tensorflow/tensorflow/core/grappler/clusters/
Dcluster.cc46 void Cluster::SetExecutorType(const string* executor_type) { in SetExecutorType()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py90 def __init__(self, executor_type=None, config_proto=None): argument
108 def executor_type(self): member in FunctionCallOptions
112 def executor_type(self, executor_type): member in FunctionCallOptions
1069 def function_executor_type(executor_type): argument
/external/python/cpython3/Lib/test/
Dtest_concurrent_futures.py148 executor_type = futures.ThreadPoolExecutor variable in ThreadPoolMixin
152 executor_type = futures.ProcessPoolExecutor variable in ProcessPoolForkMixin
162 executor_type = futures.ProcessPoolExecutor variable in ProcessPoolSpawnMixin
167 executor_type = futures.ProcessPoolExecutor variable in ProcessPoolForkserverMixin
/external/python/futures/
Dtest_futures.py166 executor_type = futures.ThreadPoolExecutor variable in ThreadPoolMixin
170 executor_type = futures.ProcessPoolExecutor variable in ProcessPoolMixin
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto427 string executor_type = 3; field
/external/tensorflow/tensorflow/python/ops/
Dfunctional_ops.py780 executor_type=None): argument
/external/tensorflow/tensorflow/core/framework/
Dfunction.h561 string executor_type; member
Dfunction.cc918 string executor_type = FunctionLibraryRuntime::ExecutorType(options, attrs); in Canonicalize() local
/external/v8/src/builtins/
Dbuiltins-promise-gen.cc676 Node* executor_type = LoadInstanceType(var_executor.value()); in BranchIfAccessCheckFailed() local