Home
last modified time | relevance | path

Searched refs:candidates (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Dinput_data.py537 candidates = self.data_index[mode]
539 sample_count = len(candidates)
541 sample_count = max(0, min(how_many, len(candidates) - offset))
555 sample_index = np.random.randint(len(candidates))
556 sample = candidates[sample_index]
653 candidates = self.data_index[mode]
655 sample_count = len(candidates)
674 sample_index = np.random.randint(len(candidates))
675 sample = candidates[sample_index]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/
A Danim_encode.c859 is_dispose_none ? &candidates[LL_DISP_NONE] : &candidates[LL_DISP_BG]; in GenerateCandidates()
1018 if (candidates[i].evaluate_) { in PickBestCandidate()
1019 const size_t candidate_size = candidates[i].mem_.size; in PickBestCandidate()
1028 if (candidates[i].evaluate_) { in PickBestCandidate()
1033 *dst = candidates[i].info_; in PickBestCandidate()
1047 WebPMemoryWriterClear(&candidates[i].mem_); in PickBestCandidate()
1048 candidates[i].evaluate_ = 0; in PickBestCandidate()
1067 Candidate candidates[CANDIDATE_COUNT]; in SetFrame() local
1108 memset(candidates, 0, sizeof(candidates)); in SetFrame()
1178 if (candidates[i].evaluate_) { in SetFrame()
[all …]
/AliOS-Things-master/components/mbedtls/library/
A Dx509_crt.c2154 mbedtls_x509_crt *candidates, in x509_crt_find_parent_in() argument
2188 for( parent = candidates; parent != NULL; parent = parent->next ) in x509_crt_find_parent_in()
/AliOS-Things-master/components/SDL2/
A Dlibtool8278 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
8280 $ECHO "*** with $libname and none of the candidates passed a file format test"
/AliOS-Things-master/components/SDL2/src/image/
A Dlibtool7184 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
7186 $ECHO "*** with $libname and none of the candidates passed a file format test"
A Dltmain.sh6691 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
6693 $ECHO "*** with $libname and none of the candidates passed a file format test"
/AliOS-Things-master/components/SDL2/build-scripts/
A Dltmain.sh7839 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
7841 $ECHO "*** with $libname and none of the candidates passed a file format test"
/AliOS-Things-master/components/SDL2/src/gfx/
A Dltmain.sh7852 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
7854 $ECHO "*** with $libname and none of the candidates passed a file format test"
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dltmain.sh7852 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
7854 $ECHO "*** with $libname and none of the candidates passed a file format test"
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dltmain.sh9338 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
9340 $ECHO "*** with $libname and none of the candidates passed a file format test"
A Dstructure.txt515 monitor are candidates for replacement by a surrounding application.
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dltmain.sh9338 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
9340 $ECHO "*** with $libname and none of the candidates passed a file format test"
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/
A Dltmain.sh9347 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
9349 $ECHO "*** with $libname and none of the candidates passed a file format test"

Completed in 105 milliseconds