Searched refs:BinaryOpSparseFuzzer (Results 1 – 2 of 2) sorted by relevance
12 from torch.utils.benchmark.op_fuzzers.sparse_binary import BinaryOpSparseFuzzer96 run(n=100, stmt="x + y", fuzzer_cls=BinaryOpSparseFuzzer)
16 class BinaryOpSparseFuzzer(Fuzzer): class