Home
last modified time | relevance | path

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

/external/libtextclassifier/
Dtext-classifier_test.cc61 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 …]
Dtextclassifier_jni.cc341 TextClassifier::FromPath(path_str, new UniLib(env)).release()); in JNI_METHOD()
343 return reinterpret_cast<jlong>(TextClassifier::FromPath(path_str).release()); in JNI_METHOD()
Dtext-classifier.h120 static std::unique_ptr<TextClassifier> FromPath(
Dtext-classifier.cc125 std::unique_ptr<TextClassifier> TextClassifier::FromPath( in FromPath() function in libtextclassifier2::TextClassifier