/external/tensorflow/tensorflow/core/common_runtime/ |
D | executor_factory.cc | 40 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()
|
D | kernel_benchmark_testlib.cc | 47 Rendezvous* rendez, const char* executor_type) { in Benchmark()
|
D | function.cc | 388 string executor_type; member 861 string executor_type; in CreateItem() local
|
D | direct_session.cc | 1304 auto executor_type = options_.config.experimental().executor_type(); in CreateExecutors() local
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | executor.cc | 378 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/ |
D | cluster.cc | 46 void Cluster::SetExecutorType(const string* executor_type) { in SetExecutorType()
|
/external/tensorflow/tensorflow/python/eager/ |
D | context.py | 90 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/ |
D | test_concurrent_futures.py | 148 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/ |
D | test_futures.py | 166 executor_type = futures.ThreadPoolExecutor variable in ThreadPoolMixin 170 executor_type = futures.ProcessPoolExecutor variable in ProcessPoolMixin
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | config.proto | 427 string executor_type = 3; field
|
/external/tensorflow/tensorflow/python/ops/ |
D | functional_ops.py | 780 executor_type=None): argument
|
/external/tensorflow/tensorflow/core/framework/ |
D | function.h | 561 string executor_type; member
|
D | function.cc | 918 string executor_type = FunctionLibraryRuntime::ExecutorType(options, attrs); in Canonicalize() local
|
/external/v8/src/builtins/ |
D | builtins-promise-gen.cc | 676 Node* executor_type = LoadInstanceType(var_executor.value()); in BranchIfAccessCheckFailed() local
|