Home
last modified time | relevance | path

Searched refs:BinaryOpSparseFuzzer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/utils/benchmark/examples/sparse/
H A Dop_benchmark.py12 from torch.utils.benchmark.op_fuzzers.sparse_binary import BinaryOpSparseFuzzer
96 run(n=100, stmt="x + y", fuzzer_cls=BinaryOpSparseFuzzer)
/aosp_15_r20/external/pytorch/torch/utils/benchmark/op_fuzzers/
H A Dsparse_binary.py16 class BinaryOpSparseFuzzer(Fuzzer): class