Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/mobile/model_test/
H A Dgen_test_model.py33 from sampling_ops import SamplingOpsModule
66 "sampling_ops": SamplingOpsModule(),
H A Dsampling_ops.py7 class SamplingOpsModule(torch.nn.Module): class