Home
last modified time | relevance | path

Searched refs:how_many_new_slices (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/
A Dfeature_provider_mock_test.cc32 int how_many_new_slices = 0; in TF_LITE_MICRO_TEST() local
35 &how_many_new_slices); in TF_LITE_MICRO_TEST()
37 TF_LITE_MICRO_EXPECT_EQ(kFeatureSliceCount, how_many_new_slices); in TF_LITE_MICRO_TEST()
51 int how_many_new_slices = 0; in TF_LITE_MICRO_TEST() local
54 /* time_in_ms= */ 4970, &how_many_new_slices); in TF_LITE_MICRO_TEST()
56 TF_LITE_MICRO_EXPECT_EQ(kFeatureSliceCount, how_many_new_slices); in TF_LITE_MICRO_TEST()
A Dfeature_provider_test.cc31 int how_many_new_slices = 0; in TF_LITE_MICRO_TEST() local
34 &how_many_new_slices); in TF_LITE_MICRO_TEST()
36 TF_LITE_MICRO_EXPECT_EQ(kFeatureSliceCount, how_many_new_slices); in TF_LITE_MICRO_TEST()
A Dfeature_provider.cc36 int32_t time_in_ms, int* how_many_new_slices) { in PopulateFeatureData() argument
67 *how_many_new_slices = slices_needed; in PopulateFeatureData()
A Dmain_functions.cc155 int how_many_new_slices = 0; in loop() local
157 error_reporter, previous_time, current_time, &how_many_new_slices); in loop()
167 if (how_many_new_slices == 0) in loop()
A Dfeature_provider.h42 int* how_many_new_slices);

Completed in 17 milliseconds