Home
last modified time | relevance | path

Searched defs:UnaryOps (Results 1 – 2 of 2) sorted by relevance

/external/executorch/backends/xnnpack/test/passes/
Dtest_activation_fusion.py32 class UnaryOps(torch.nn.Module): class in TestActivationFusion
/external/pytorch/benchmarks/static_runtime/
Dtest_static_runtime.cc52 TEST(StaticRuntime, UnaryOps) { in TEST() argument