Home
last modified time | relevance | path

Searched refs:test_case (Results 1 – 5 of 5) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dtopk_v2.mod.py74 for test_case in test_cases:
75 model = Model().Operation("TOPK_V2", test_case.inp, test_case.k).To(
76 test_case.out_values, test_case.out_indices)
78 test_case.inp: test_case.inp_data,
79 test_case.out_values: test_case.out_values_data,
80 test_case.out_indices: test_case.out_indices_data
Dslice.mod.py98 for test_case in test_cases:
99 model = Model().Operation("SLICE", test_case.inp, test_case.begin,
100 test_case.size).To(test_case.output)
102 test_case.inp: test_case.inp_data,
103 test_case.begin: test_case.begin_data,
104 test_case.size: test_case.size_data,
105 test_case.output: test_case.output_data,
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dcontext.py193 def __init__(self, test_class, test_case): argument
201 self.test_case = test_case
205 return self.test_case
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/
Dec.rs474 for test_case in P192_TEST_CASES { in p192()
475 let priv_a = BigInt::parse_bytes(&test_case.priv_a, 16).unwrap(); in p192()
476 let priv_b = BigInt::parse_bytes(&test_case.priv_b, 16).unwrap(); in p192()
481 BigInt::parse_bytes(&test_case.pub_a, 16).unwrap() in p192()
486 BigInt::parse_bytes(&test_case.dh_x, 16).unwrap() in p192()
497 for test_case in P256_TEST_CASES { in p256()
498 let priv_a = BigInt::parse_bytes(&test_case.priv_a, 16).unwrap(); in p256()
499 let priv_b = BigInt::parse_bytes(&test_case.priv_b, 16).unwrap(); in p256()
504 BigInt::parse_bytes(&test_case.pub_a, 16).unwrap() in p256()
509 BigInt::parse_bytes(&test_case.dh_x, 16).unwrap() in p256()
/packages/modules/Bluetooth/system/gd/packet/parser/
Dlanguage_y.yy102 %type<test_case_t> test_case;
245 : test_case
251 | test_case_list ',' test_case
258 test_case