Searched refs:get_data (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminus/ |
A D | pnm2png.c | 37 png_uint_32 get_data (FILE *pnm_file, int depth); 384 *pix_ptr++ = get_data (pnm_file, 8); in pnm2png() 396 *pix_ptr++ = get_data (pnm_file, bit_depth); in pnm2png() 419 *pix_ptr++ = get_data (alpha_file, alpha_depth); in pnm2png() 562 png_uint_32 get_data (FILE *pnm_file, int depth) in get_data() function
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/ |
A D | train.py | 235 train_fingerprints, train_ground_truth = audio_processor.get_data( 269 audio_processor.get_data(FLAGS.batch_size, i, model_settings, 0.0, 305 test_fingerprints, test_ground_truth = audio_processor.get_data(
|
A D | input_data_test.py | 82 result_data, result_labels = audio_processor.get_data(
|
A D | input_data.py | 509 def get_data(self, how_many, offset, model_settings, background_frequency, member in AudioProcessor
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/ |
A D | train_micro_speech_model.ipynb | 410 " data, _ = audio_processor.get_data(1, i*1, model_settings,\n", 451 " test_data, test_labels = audio_processor.get_data(\n",
|
Completed in 7 milliseconds