Home
last modified time | relevance | path

Searched refs:async_executor (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/criterion/benches/benchmarks/
Dasync_measurement_overhead.rs1 use criterion::{async_executor::FuturesExecutor, criterion_group, BatchSize, Criterion};
/external/tensorflow/tensorflow/python/eager/
Dcore_test.py595 async_executor = executor.new_executor(enable_async=True)
596 with context.executor_scope(async_executor):
599 async_executor.wait()
/external/rust/crates/criterion/src/
Dbencher.rs13 use crate::async_executor::AsyncExecutor;
Dlib.rs59 pub mod async_executor; module