/aosp_15_r20/external/executorch/backends/arm/test/ops/ |
H A D | test_bmm.py | 24 test_parameters = [ variable in TestBMM.BMM 36 test_parameters = [(torch.rand(2, 3, 5), torch.rand(2, 5, 2))] variable in TestBMM.MatMul 42 test_parameters = [ variable in TestBMM.BMMSingleInput
|
H A D | test_squeeze.py | 25 test_parameters: list[tuple[torch.Tensor, int]] = [ variable in TestSqueeze.SqueezeDim 35 test_parameters: list[tuple[torch.Tensor, tuple[int]]] = [ variable in TestSqueeze.SqueezeDims 45 test_parameters: list[tuple[torch.Tensor]] = [ variable in TestSqueeze.Squeeze
|
H A D | test_var.py | 30 test_parameters = [ variable in TestVar.Var 46 test_parameters = [ variable in TestVar.VarDim 63 test_parameters = [ variable in TestVar.VarCorrection
|
H A D | test_sub.py | 22 test_parameters = [ variable in TestSimpleSub.Sub 32 test_parameters = [ variable in TestSimpleSub.Sub2
|
H A D | test_mm.py | 28 test_parameters = [ variable in TestMM.MM 40 test_parameters = [ variable in TestMM.MMSingleInput
|
H A D | test_add.py | 24 test_parameters = [ variable in TestSimpleAdd.Add 36 test_parameters = [ variable in TestSimpleAdd.Add2
|
H A D | test_rsqrt.py | 21 test_parameters = [ variable in TestRsqrt.Rsqrt
|
H A D | test_sum.py | 29 test_parameters: list[Tuple[exampledata_t]] = [ variable in TestSum.Sum
|
H A D | test_expand.py | 33 test_parameters = [ variable in TestSimpleExpand.Expand
|
H A D | test_repeat.py | 33 test_parameters = [ variable in TestSimpleRepeat.Repeat
|
H A D | test_unsqueeze.py | 26 test_parameters: list[tuple[torch.Tensor]] = [(torch.randn(n),) for n in shapes] variable in TestSimpleUnsqueeze.Unsqueeze
|
H A D | test_cat.py | 23 test_parameters = [ variable in TestCat.Cat
|
H A D | test_clone.py | 34 test_parameters = [(torch.ones(n),) for n in sizes] variable in TestSimpleClone.Clone
|
H A D | test_full.py | 42 test_parameters = [((torch.randn(n) * 10 - 5, 3.2),) for n in sizes] variable in TestFull.AddVariableFull
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/op_tests/ |
H A D | shape_to_strided_slice.py | 23 test_parameters, argument
|
H A D | strided_slice.py | 25 def _make_strided_slice_tests(options, test_parameters, expected_tf_failures=0): argument
|
H A D | roll.py | 24 test_parameters = [ variable
|
H A D | binary_op.py | 26 test_parameters=None): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/mlir/testing/op_tests/ |
H A D | shape_to_strided_slice.py | 27 test_parameters, argument
|
H A D | roll.py | 28 test_parameters = [ variable
|
/aosp_15_r20/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
D | parameters.cpp | 28 double test_parameters(float* pf, double ppd[][2], struct char_struct& s, int** ppn = 0, unsigned s… in test_parameters() function
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_symtable.py | 114 def test_parameters(self): member in SymtableTest
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_symtable.py | 138 def test_parameters(self): member in SymtableTest
|
D | test_genericalias.py | 223 def test_parameters(self): member in BaseTest
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/ |
H A D | zip_test_utils.py | 348 test_parameters, argument
|