/external/grpc-grpc/src/core/lib/iomgr/ |
D | executor.cc | 319 static GrpcExecutor* executors[GRPC_NUM_EXECUTORS]; variable 322 executors[GRPC_DEFAULT_EXECUTOR]->Enqueue(closure, error, in default_enqueue_short() 327 executors[GRPC_DEFAULT_EXECUTOR]->Enqueue(closure, error, in default_enqueue_long() 332 executors[GRPC_RESOLVER_EXECUTOR]->Enqueue(closure, error, in resolver_enqueue_short() 337 executors[GRPC_RESOLVER_EXECUTOR]->Enqueue(closure, error, in resolver_enqueue_long() 362 if (executors[GRPC_DEFAULT_EXECUTOR] != nullptr) { in grpc_executor_init() 363 GPR_ASSERT(executors[GRPC_RESOLVER_EXECUTOR] != nullptr); in grpc_executor_init() 367 executors[GRPC_DEFAULT_EXECUTOR] = in grpc_executor_init() 369 executors[GRPC_RESOLVER_EXECUTOR] = in grpc_executor_init() 372 executors[GRPC_DEFAULT_EXECUTOR]->Init(); in grpc_executor_init() [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | executor.cc | 58 Executor* executors[static_cast<size_t>(ExecutorType::NUM_EXECUTORS)]; variable 61 executors[static_cast<size_t>(ExecutorType::DEFAULT)]->Enqueue( in default_enqueue_short() 66 executors[static_cast<size_t>(ExecutorType::DEFAULT)]->Enqueue( in default_enqueue_long() 71 executors[static_cast<size_t>(ExecutorType::RESOLVER)]->Enqueue( in resolver_enqueue_short() 76 executors[static_cast<size_t>(ExecutorType::RESOLVER)]->Enqueue( in resolver_enqueue_long() 390 if (executors[static_cast<size_t>(ExecutorType::DEFAULT)] != nullptr) { in InitAll() 391 GPR_ASSERT(executors[static_cast<size_t>(ExecutorType::RESOLVER)] != in InitAll() 396 executors[static_cast<size_t>(ExecutorType::DEFAULT)] = in InitAll() 398 executors[static_cast<size_t>(ExecutorType::RESOLVER)] = in InitAll() 401 executors[static_cast<size_t>(ExecutorType::DEFAULT)]->Init(); in InitAll() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | llvm_compiler_test.cc | 142 std::vector<std::vector<se::StreamExecutor *>> executors; in TestMultiModuleCompilation() local 143 executors.push_back({backend_->default_stream_executor()}); in TestMultiModuleCompilation() 144 executors.push_back({backend_->default_stream_executor()}); in TestMultiModuleCompilation() 147 std::move(executors), in TestMultiModuleCompilation()
|
D | cpu_gpu_fusion_test.cc | 831 auto executors = PlatformUtil::GetStreamExecutors(platform).ValueOrDie(); in BM_ParallelFusion() local 832 se::StreamExecutorMemoryAllocator allocator(platform, executors); in BM_ParallelFusion() 893 se::Stream stream(executors[device_ordinal]); in BM_ParallelFusion()
|
D | dynamic_ops_test.cc | 755 auto executors = PlatformUtil::GetStreamExecutors(platform).ValueOrDie(); in BM_DynamicSlice() local 756 se::StreamExecutorMemoryAllocator allocator(platform, executors); in BM_DynamicSlice()
|
D | dot_operation_test.cc | 1815 auto executors = PlatformUtil::GetStreamExecutors(platform).ValueOrDie(); in DOT_ReorderContracting() local 1816 se::StreamExecutorMemoryAllocator allocator(platform, executors); in DOT_ReorderContracting() 1853 se::Stream stream(executors[device_ordinal]); in DOT_ReorderContracting()
|
D | local_client_execute_test.cc | 951 auto executors = PlatformUtil::GetStreamExecutors(platform).ValueOrDie(); in BM_LocalClientOverhead() local 952 se::StreamExecutorMemoryAllocator allocator(platform, executors); in BM_LocalClientOverhead()
|
D | while_test.cc | 1266 auto executors = PlatformUtil::GetStreamExecutors(platform).ValueOrDie(); in BM_WhileLoop() local 1267 se::StreamExecutorMemoryAllocator allocator(platform, executors); in BM_WhileLoop()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | service.cc | 288 Backend* backend, std::vector<std::vector<se::StreamExecutor*>> executors, in BuildExecutables() argument 321 std::move(executors), options)); in BuildExecutables() 327 std::move(module), executors[0][0], options)); in BuildExecutables() 539 std::vector<se::StreamExecutor*> executors; in GetExecutors() local 545 executors.push_back(executor); in GetExecutors() 547 return executors; in GetExecutors() 600 TF_ASSIGN_OR_RETURN(auto executors, GetExecutors(execution_options, in ExecuteGraphParallel() 622 all_arguments.insert(all_arguments.end(), executors.size() - 1, {{}}); in ExecuteGraphParallel() 625 computation_names.insert(computation_names.end(), executors.size(), in ExecuteGraphParallel() 627 all_executors.push_back(executors); in ExecuteGraphParallel()
|
D | local_service.cc | 178 std::vector<se::StreamExecutor*> executors(build_options.num_partitions(), in CompileExecutables() local 183 execute_backend_.get(), {executors}, in CompileExecutables()
|
D | shaped_buffer_test.cc | 33 TF_ASSERT_OK_AND_ASSIGN(auto executors, in TEST() 35 xla::se::StreamExecutorMemoryAllocator allocator(platform, executors); in TEST()
|
D | generic_transfer_manager.h | 58 Status ResetDevices(absl::Span<se::StreamExecutor* const> executors) override;
|
D | service.h | 246 Backend* backend, std::vector<std::vector<se::StreamExecutor*>> executors,
|
/external/rust/crates/async-task/ |
D | METADATA | 3 "Task abstraction for building executors (in rust)."
|
D | README.md | 12 Task abstraction for building executors. 18 All executors have a queue that holds scheduled tasks:
|
D | Cargo.toml | 10 description = "Task abstraction for building executors"
|
/external/libcxx/utils/libcxx/android/test/ |
D | format.py | 5 from libcxx.android.executors import AdbExecutor
|
/external/tensorflow/tensorflow/compiler/mlir/g3doc/ |
D | overview.md | 7 and low-level compilers/executors that generate hardware-specific code.
|
/external/tensorflow/tensorflow/stream_executor/tpu/ |
D | tpu_executor_c_api.h | 225 SE_StreamExecutor** executors,
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | config.proto | 715 // Graphs of the partitions executed by executors.
|
/external/kotlinx.coroutines/ |
D | CHANGES.md | 1095 * `delay` implementation in Swing, JavaFx, and scheduled executors is fixed to avoid an extra dispa…
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.2.rst | 248 launching and managing calls. The goal of the executors is to make it easier to
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | words.shakespeare.txt.gz | 1a
2A
3Aaron
4AARON
5abaissiez
6abandon
7abandoned
8abase
9Abase
10 ... |
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 66806 executors %19960 ɪgzˈɛkjətərz
|