Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/mobile/model_test/
H A Dgen_test_model.py11 PointwiseOpsModule,
59 "pointwise_ops": PointwiseOpsModule(),
H A Dmath_ops.py8 class PointwiseOpsModule(torch.nn.Module): class