Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/utils/
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
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbasic_batch_scheduler_benchmark_test.cc110 class ThroughputBenchmark { class
112 explicit ThroughputBenchmark( in ThroughputBenchmark() function in tensorflow::serving::__anon95370d300111::ThroughputBenchmark
/external/pytorch/torch/utils/
Dthroughput_benchmark.py60 class ThroughputBenchmark: class