Searched refs:TestSelectAlgorithm (Results 1 – 3 of 3) sorted by relevance
220 tests=test_select_algorithm.TestSelectAlgorithm(),224 tests=test_select_algorithm.TestSelectAlgorithm(),239 tests=test_select_algorithm.TestSelectAlgorithm(),243 tests=test_select_algorithm.TestSelectAlgorithm(),
142 class TestSelectAlgorithm(BaseTestSelectAlgorithm): class1459 test_linear_dynamic_shapes = TestSelectAlgorithm.test_linear_static_shapes1461 TestSelectAlgorithm.test_linear_with_pointwise1464 TestSelectAlgorithm.test_linear_with_transpose1467 TestSelectAlgorithm.test_linear_with_unary_binary1469 test_linear_amx_dynamic_shapes = TestSelectAlgorithm.test_linear_amx1471 TestSelectAlgorithm.test_linear_with_embedding1474 TestSelectAlgorithm.test_quantized_linear_with_pointwise1477 TestSelectAlgorithm.test_quantized_linear_with_pointwise_binary1480 TestSelectAlgorithm.test_quantized_linear_amx[all …]
49 class TestSelectAlgorithm(TestCase): class