Searched refs:FromPath (Results 1 – 4 of 4) sorted by relevance
/external/libtextclassifier/ |
D | text-classifier_test.cc | 61 TextClassifier::FromPath(GetModelPath() + "wrong_embeddings.fb", &unilib); in TEST() 75 TextClassifier::FromPath(GetModelPath() + GetParam(), &unilib); in TEST_P() 397 TextClassifier::FromPath(GetModelPath() + GetParam(), &unilib); in TEST_P() 411 TextClassifier::FromPath(GetModelPath() + GetParam(), &unilib); in TEST_P() 548 TextClassifier::FromPath(GetModelPath() + GetParam(), &unilib); in TEST_P() 566 TextClassifier::FromPath(GetModelPath() + GetParam(), &unilib); in TEST_P() 582 TextClassifier::FromPath(GetModelPath() + GetParam(), &unilib); in TEST_P() 609 TextClassifier::FromPath(GetModelPath() + GetParam(), &unilib); in TEST_P() 633 TextClassifier::FromPath(GetModelPath() + GetParam(), &unilib); in TEST_P() 714 TextClassifier::FromPath(GetModelPath() + GetParam(), &unilib); in TEST_P() [all …]
|
D | textclassifier_jni.cc | 341 TextClassifier::FromPath(path_str, new UniLib(env)).release()); in JNI_METHOD() 343 return reinterpret_cast<jlong>(TextClassifier::FromPath(path_str).release()); in JNI_METHOD()
|
D | text-classifier.h | 120 static std::unique_ptr<TextClassifier> FromPath(
|
D | text-classifier.cc | 125 std::unique_ptr<TextClassifier> TextClassifier::FromPath( in FromPath() function in libtextclassifier2::TextClassifier
|