Lines Matching full:with
11 The following apt packages are required. Replace python venv version with your python version.
17 It has been tested with Python 3.10 and it has been tested on Ubuntu 22.04.
53 Python package tflite_runtime can be installed with pip and it can also be built locally. Check thi…
57 Python package tflite_micro can be installed with pip and it can also be built locally. See this co…
73 …t tests and run unit tests. This script has been designed for Linux hosts with both aarch64 and x8…
123 Generating new test data is done with the following script. Use the -h flag to get more info.
130 …, i.e. it need a test set data name as input. It will then generate files with that name as prefix…
133 …est test in the load_all_testdatasets() function. Run the generate script with that new test set a…
166 … will remain as the main data generator until all functionality is replicated with the new scripts.
196 …nction under test there is a folder with the same name with test_ prepended to the name and it con…
205 The python test scripts should be formatted with yapf.