Home
last modified time | relevance | path

Searched refs:test_names (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/samples/modules/tflite-micro/magic_wand/train/
Ddata_split_person.py41 def person_split(whole_data, train_names, valid_names, test_names): argument
53 elif data["name"] in test_names:
68 test_names = ["liucx", "zhangxy", "negative1", "negative8"] variable
70 … valid_names, test_names)
Ddata_split_person_test.py36 test_names = ["tangsy"]
41 … valid_names, test_names)
/Zephyr-Core-3.7.0/scripts/dts/python-devicetree/tests/
Dtest_dtlib.py2147 def test_names(): function