Lines Matching refs:data
31 ### Generating new test data
33 For generating new test data, the following packages are needed.
40 For generating new data, the python3 packages tensorflow, numpy and packaging are required. Most un…
115 ## Generating new test data
116 **NOTE:** The data generation scrips are being reworked, see *Refactoring of generate_test_data*
118 Generating new test data is done with the following script. Use the -h flag to get more info.
125 The script use a concept of test data sets, i.e. it need a test set data name as input. It will the…
126 When adding a new test data set, new c files should be added or existing c files should be updated …
149 Test data generation is in progress of incrementally moving over to the cleaned up scripts placed i…
156 The previous generate_test_data will remain as the main data generator until all functionality is r…
178 - `PregeneratedData` - Host local(Not part of GitHub) test data for model creation using Keras in u…
184 …data in .h files that the unit tests are using. The data in PregenrateData folder has fp32 data of…
185 - `TestCases/Common` - Common files used in test data generation is placed here.