/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 | 51 Rendezvous* rendez, const char* executor_type, in Benchmark()
|
D | function.cc | 414 string executor_type; member 909 string executor_type; in CreateItem() local
|
D | direct_session.cc | 1417 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 | 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
|
/external/tensorflow/tensorflow/python/eager/ |
D | context.py | 119 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/ |
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 | 1131 executor_type=None): argument
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | config.proto | 503 string executor_type = 3; field
|
/external/tensorflow/tensorflow/core/framework/ |
D | function.h | 707 std::string executor_type; member
|
D | op_kernel.h | 690 const std::string* executor_type = nullptr; member
|
D | op_kernel.cc | 1108 const string& OpKernelContext::executor_type() const { in executor_type() function in tensorflow::OpKernelContext
|
D | function.cc | 1060 string executor_type = FunctionLibraryRuntime::ExecutorType(options, attrs); in Canonicalize() local
|