/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 | 50 Rendezvous* rendez, const char* executor_type, in Benchmark()
|
D | function.cc | 417 string executor_type; member 997 string executor_type; in CreateItem() local
|
D | direct_session.cc | 1412 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/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | executor.cc | 408 ExecutorType executor_type, ExecutorJobType job_type) { in Run() 446 bool Executor::IsThreaded(ExecutorType executor_type) { in IsThreaded()
|
/external/tensorflow/tensorflow/core/grappler/clusters/ |
D | cluster.cc | 46 void Cluster::SetExecutorType(const string* executor_type) { in SetExecutorType()
|
/external/python/cpython3/Lib/test/ |
D | test_concurrent_futures.py | 160 executor_type = futures.ThreadPoolExecutor variable in ThreadPoolMixin 164 executor_type = futures.ProcessPoolExecutor variable in ProcessPoolForkMixin 178 executor_type = futures.ProcessPoolExecutor variable in ProcessPoolSpawnMixin 190 executor_type = futures.ProcessPoolExecutor variable in ProcessPoolForkserverMixin
|
/external/tensorflow/tensorflow/python/eager/ |
D | context.py | 140 def __init__(self, executor_type=None, config_proto=None): argument 157 def executor_type(self): member in FunctionCallOptions 161 def executor_type(self, executor_type): member in FunctionCallOptions 2340 def function_executor_type(executor_type): argument
|
/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/python/ops/ |
D | functional_ops.py | 1136 executor_type=None): argument
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | config.proto | 530 string executor_type = 3; field
|
/external/tensorflow/tensorflow/core/framework/ |
D | function.h | 727 std::string executor_type; member
|
D | op_kernel.h | 650 const std::string* executor_type = nullptr; member
|
D | op_kernel.cc | 1038 const string& OpKernelContext::executor_type() const { in executor_type() function in tensorflow::OpKernelContext
|
D | function.cc | 1062 string executor_type = FunctionLibraryRuntime::ExecutorType(options, attrs); in Canonicalize() local
|