Home
last modified time | relevance | path

Searched refs:executors (Results 1 – 25 of 26) sorted by relevance

12

/external/grpc-grpc/src/core/lib/iomgr/
Dexecutor.cc319 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/
Dexecutor.cc58 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/
Dllvm_compiler_test.cc142 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()
Dcpu_gpu_fusion_test.cc831 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()
Ddynamic_ops_test.cc755 auto executors = PlatformUtil::GetStreamExecutors(platform).ValueOrDie(); in BM_DynamicSlice() local
756 se::StreamExecutorMemoryAllocator allocator(platform, executors); in BM_DynamicSlice()
Ddot_operation_test.cc1815 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()
Dlocal_client_execute_test.cc951 auto executors = PlatformUtil::GetStreamExecutors(platform).ValueOrDie(); in BM_LocalClientOverhead() local
952 se::StreamExecutorMemoryAllocator allocator(platform, executors); in BM_LocalClientOverhead()
Dwhile_test.cc1266 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/
Dservice.cc288 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()
Dlocal_service.cc178 std::vector<se::StreamExecutor*> executors(build_options.num_partitions(), in CompileExecutables() local
183 execute_backend_.get(), {executors}, in CompileExecutables()
Dshaped_buffer_test.cc33 TF_ASSERT_OK_AND_ASSIGN(auto executors, in TEST()
35 xla::se::StreamExecutorMemoryAllocator allocator(platform, executors); in TEST()
Dgeneric_transfer_manager.h58 Status ResetDevices(absl::Span<se::StreamExecutor* const> executors) override;
Dservice.h246 Backend* backend, std::vector<std::vector<se::StreamExecutor*>> executors,
/external/rust/crates/async-task/
DMETADATA3 "Task abstraction for building executors (in rust)."
DREADME.md12 Task abstraction for building executors.
18 All executors have a queue that holds scheduled tasks:
DCargo.toml10 description = "Task abstraction for building executors"
/external/libcxx/utils/libcxx/android/test/
Dformat.py5 from libcxx.android.executors import AdbExecutor
/external/tensorflow/tensorflow/compiler/mlir/g3doc/
Doverview.md7 and low-level compilers/executors that generate hardware-specific code.
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor_c_api.h225 SE_StreamExecutor** executors,
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto715 // Graphs of the partitions executed by executors.
/external/kotlinx.coroutines/
DCHANGES.md1095 * `delay` implementation in Swing, JavaFx, and scheduled executors is fixed to avoid an extra dispa…
/external/python/cpython3/Doc/whatsnew/
D3.2.rst248 launching and managing calls. The goal of the executors is to make it easier to
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dwords.shakespeare.txt.gz1a 2A 3Aaron 4AARON 5abaissiez 6abandon 7abandoned 8abase 9Abase 10 ...
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA-old.txt66806 executors %19960 ɪgzˈɛkjətərz

12