Home
last modified time | relevance | path

Searched defs:ThroughputBenchmark (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dthroughput_benchmark.cpp43 ThroughputBenchmark::ThroughputBenchmark(const jit::Module& script_module) in ThroughputBenchmark() function in torch::throughput_benchmark::ThroughputBenchmark
46 ThroughputBenchmark::ThroughputBenchmark(py::object module) in ThroughputBenchmark() function in torch::throughput_benchmark::ThroughputBenchmark
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dbasic_batch_scheduler_benchmark_test.cc110 class ThroughputBenchmark { class
112 explicit ThroughputBenchmark( in ThroughputBenchmark() function in tensorflow::serving::__anon152aa2b00111::ThroughputBenchmark
/aosp_15_r20/external/pytorch/torch/utils/
H A Dthroughput_benchmark.py60 class ThroughputBenchmark: class