Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/benchmarks/dynamo/microbenchmarks/
H A Doperatorbench.py80 def microbenchmark( function
H A Dmicrobench.py41 def microbenchmark(args, model, example_inputs): function
/aosp_15_r20/external/caliper/caliper/src/test/java/com/google/caliper/runner/
H A DRuntimeInstrumentTest.java140 @Benchmark void microbenchmark(int reps) {} in microbenchmark() method in RuntimeInstrumentTest.RuntimeBenchmark