Home
last modified time | relevance | path

Searched refs:TC3_CHECK_GE (Results 1 – 4 of 4) sorted by relevance

/external/libtextclassifier/utils/base/
Dlogging.h127 #define TC3_CHECK_GE(x, y) TC3_CHECK((x) >= (y)) macro
153 #define TC3_DCHECK_GE(x, y) TC3_CHECK_GE(x, y)
/external/libtextclassifier/actions/
Dfeature-processor_test.cc37 TC3_CHECK_GE(dest_size, 4); in AddEmbedding()
Dactions-suggestions_test.cc1039 TC3_CHECK_GE(dest_size, 1); in AddEmbedding()
/external/libtextclassifier/annotator/
Dfeature-processor_test.cc67 TC3_CHECK_GE(dest_size, 4); in AddEmbedding()