Home
last modified time | relevance | path

Searched defs:Schedule (Results 1 – 25 of 179) sorted by relevance

12345678

/external/swiftshader/third_party/marl/src/
Dscheduler_bench.cpp21 BENCHMARK_DEFINE_F(Schedule, Empty)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
32 BENCHMARK_DEFINE_F(Schedule, SomeWork) in BENCHMARK_DEFINE_F() argument
51 BENCHMARK_DEFINE_F(Schedule, MultipleForkAndJoin)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
80 BENCHMARK_DEFINE_F(Schedule, SomeWorkWorkerAffinityOneOf) in BENCHMARK_DEFINE_F() argument
Devent_bench.cpp22 BENCHMARK_DEFINE_F(Schedule, Event)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
43 BENCHMARK_DEFINE_F(Schedule, EventBaton)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
Dwaitgroup_bench.cpp19 BENCHMARK_DEFINE_F(Schedule, WaitGroup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
Dticket_bench.cpp24 BENCHMARK_DEFINE_F(Schedule, Ticket)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
/external/rust/android-crates-io/crates/tokio/src/runtime/task/
Dlist.rs94 ) -> (JoinHandle<T::Output>, Option<Notified<S>>) in bind()
114 ) -> (JoinHandle<T::Output>, Option<Notified<S>>) in bind_local()
126 unsafe fn bind_inner(&self, task: Task<S>, notified: Notified<S>) -> Option<Notified<S>> in bind_inner()
168 S: Schedule, in close_and_shutdown_all()
261 ) -> (JoinHandle<T::Output>, Option<Notified<S>>) in bind()
291 S: Schedule, in close_and_shutdown_all()
/external/pytorch/aten/src/ATen/native/cuda/
DRowwiseScaledMM.cu101 struct Schedule</*PingPong=*/false, /*FastAccum=*/false> { struct
102 using type = cutlass::gemm::KernelTmaWarpSpecialized;
106 struct Schedule</*PingPong=*/true, /*FastAccum=*/false> { struct
107 using type = cutlass::gemm::KernelTmaWarpSpecializedPingpong;
111 struct Schedule</*PingPong=*/false, /*FastAccum=*/true> { struct
112 using type = cutlass::gemm::KernelTmaWarpSpecializedFP8FastAccum;
116 struct Schedule</*PingPong=*/true, /*FastAccum=*/true> { struct
117 using type = cutlass::gemm::KernelTmaWarpSpecializedPingpongFP8FastAccum;
/external/tensorflow/tensorflow/compiler/xla/runtime/
Dasync_runtime.h221 void Schedule(Task task) override { EnqueueWork(host_, std::move(task)); } in Schedule() function
233 void Schedule(Task task) override { thread_pool_->Schedule(std::move(task)); } in Schedule() function
/external/cldr/docs/site/index/
Ddraft-schedule.md5 # Schedule chapter
Dsurvey-tool.md17 ### Schedule subsection in CLDR Survey Tool
/external/federated-compute/fcp/base/
Dscheduler.cc57 void Schedule(std::function<void()> task) override { in Schedule() function in fcp::__anon0749c0690111::WorkerImpl
127 void Schedule(std::function<void()> task) override { in Schedule() function in fcp::__anon0749c0690111::ThreadPoolScheduler
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dwork_serializer.cc123 void WorkSerializer::WorkSerializerImpl::Schedule( in Schedule() function in grpc_core::WorkSerializer::WorkSerializerImpl
240 void WorkSerializer::Schedule(std::function<void()> callback, in Schedule() function in grpc_core::WorkSerializer
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
Dactor.cc24 void Actor::Schedule(QuicTime next_tick) { in Schedule() function in quic::simulator::Actor
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
Dactor.cc24 void Actor::Schedule(QuicTime next_tick) { in Schedule() function in quic::simulator::Actor
/external/federated-compute/fcp/secagg/server/
Dsecagg_scheduler.h126 void Schedule(std::function<std::unique_ptr<T>()> generator, in Schedule() function
143 void Schedule(std::function<std::unique_ptr<T>()> generator) { in Schedule() function
/external/tensorflow/tensorflow/core/tfrt/utils/
Dtest_util.h31 void Schedule(std::function<void()> fn) override { in Schedule() function
Dthread_pool.h30 void Schedule(std::function<void()> fn) override { in Schedule() function
/external/google-cloud-java/java-notebooks/proto-google-cloud-notebooks-v1/src/main/proto/google/cloud/notebooks/v1/
Dschedule.proto30 message Schedule { message
/external/googleapis/google/cloud/notebooks/v1/
Dschedule.proto30 message Schedule { message
/external/grpc-grpc/src/core/lib/gprpp/
Dwork_serializer.cc175 void WorkSerializer::LegacyWorkSerializer::Schedule( in Schedule() function in grpc_core::WorkSerializer::LegacyWorkSerializer
307 void Schedule(std::function<void()> callback, in Schedule() function in grpc_core::WorkSerializer::DispatchingWorkSerializer
545 void WorkSerializer::Schedule(std::function<void()> callback, in Schedule() function in grpc_core::WorkSerializer
/external/openscreen/util/
Dalarm.h51 inline void Schedule(Functor functor, Clock::time_point alarm_time) { in Schedule() function
/external/abseil-cpp/absl/synchronization/internal/
Dthread_pool.h60 void Schedule(absl::AnyInvocable<void()> func) { in Schedule() function
/external/openscreen/third_party/abseil/src/absl/synchronization/internal/
Dthread_pool.h57 void Schedule(std::function<void()> func) { in Schedule() function
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dworker_thread.cc30 void WorkerThread::Schedule(std::function<void()> fn) { in Schedule() function in xla::WorkerThread
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dthread_pool.h60 void Schedule(absl::AnyInvocable<void()> func) { in Schedule() function
/external/angle/third_party/abseil-cpp/absl/synchronization/internal/
Dthread_pool.h60 void Schedule(absl::AnyInvocable<void()> func) { in Schedule() function

12345678