Home
last modified time | relevance | path

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

/external/executorch/backends/arm/test/ops/
Dtest_sum.py18 exampledata_t = Tuple[torch.Tensor, int | list[int], bool] variable
46 self, module: torch.nn.Module, test_data: tuple[exampledata_t]
65 self, module: torch.nn.Module, test_data: tuple[exampledata_t]
87 test_data: tuple[exampledata_t],
108 def test_sum_tosa_MI(self, test_data: tuple[exampledata_t]):
112 def test_sum_tosa_BI(self, test_data: tuple[exampledata_t]):
116 def test_sum_u55_BI(self, test_data: tuple[exampledata_t]):
124 def test_sum_u85_BI(self, test_data: tuple[exampledata_t]):