Searched refs:kFeatureSliceDurationMs (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/ |
A D | audio_provider_mock_test.cc | 34 GetAudioSamples(µ_error_reporter, 0, kFeatureSliceDurationMs, in TF_LITE_MICRO_TEST() 44 GetAudioSamples(µ_error_reporter, 500, kFeatureSliceDurationMs, in TF_LITE_MICRO_TEST() 55 GetAudioSamples(µ_error_reporter, 1500, kFeatureSliceDurationMs, in TF_LITE_MICRO_TEST() 65 GetAudioSamples(µ_error_reporter, 12250, kFeatureSliceDurationMs, in TF_LITE_MICRO_TEST()
|
A D | audio_provider_test.cc | 33 GetAudioSamples(µ_error_reporter, 0, kFeatureSliceDurationMs, in TF_LITE_MICRO_TEST()
|
A D | feature_provider.cc | 106 kFeatureSliceDurationMs, &audio_samples_size, in PopulateFeatureData()
|
A D | audio_provider.cc | 71 ((kFeatureSliceDurationMs - kFeatureSliceStrideMs) *
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/micro_features/ |
A D | micro_model_settings.h | 34 constexpr int kFeatureSliceDurationMs = 30; variable
|
A D | micro_features_generator.cc | 37 config.window.size_ms = kFeatureSliceDurationMs; in InitializeMicroFeatures()
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/simple_features/ |
A D | simple_model_settings.h | 36 constexpr int kFeatureSliceDurationMs = 30; variable
|
Completed in 8 milliseconds