Home
last modified time | relevance | path

Searched refs:new_slice (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/
A Dfeature_provider.cc98 for (int new_slice = slices_to_keep; new_slice < kFeatureSliceCount; in PopulateFeatureData() local
99 ++new_slice) { in PopulateFeatureData()
100 const int new_step = (current_step - kFeatureSliceCount + 1) + new_slice; in PopulateFeatureData()
114 int8_t* new_slice_data = feature_data_ + (new_slice * kFeatureSliceSize); in PopulateFeatureData()
/AliOS-Things-master/components/py_engine/engine/py/
A Dnativeglue.h127 mp_obj_t (*new_slice)(mp_obj_t start, mp_obj_t stop, mp_obj_t step); member

Completed in 12 milliseconds