|
ONE - On-device Neural Engine
|
Public Member Functions | |
| __init__ (self, str output_dir) | |
| register (self, TestCase test_case) | |
| run (self) | |
Data Fields | |
| test_cases | |
| output_dir | |
Definition at line 80 of file test_utils.py.
| test_utils.TestRunner.__init__ | ( | self, | |
| str | output_dir | ||
| ) |
Definition at line 81 of file test_utils.py.
| test_utils.TestRunner.register | ( | self, | |
| TestCase | test_case | ||
| ) |
Definition at line 85 of file test_utils.py.
References test_utils.TestRunner.test_cases.
| test_utils.TestRunner.run | ( | self | ) |
Definition at line 88 of file test_utils.py.
References test_utils._dump_npy_included_json(), test_utils.TestRunner.output_dir, and test_utils.TestRunner.test_cases.
| test_utils.TestRunner.output_dir |
Definition at line 83 of file test_utils.py.
Referenced by test_utils.TestRunner.run().
| test_utils.TestRunner.test_cases |
Definition at line 82 of file test_utils.py.
Referenced by test_utils.TestRunner.register(), and test_utils.TestRunner.run().