Home
last modified time | relevance | path

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

/external/tflite-support/tensorflow_lite_support/cc/task/text/nlclassifier/
Dbert_nl_classifier.cc139 const std::string& path_to_model_with_metadata, in CreateFromFile() argument
144 path_to_model_with_metadata, std::move(resolver))); in CreateFromFile()
Dbert_nl_classifier.h61 const std::string& path_to_model_with_metadata,
/external/tflite-support/tensorflow_lite_support/cc/task/text/qa/
Dbert_question_answerer.h94 CreateFromFile(const std::string& path_to_model_with_metadata);
Dbert_question_answerer.cc55 const std::string& path_to_model_with_metadata) { in CreateFromFile() argument
60 path_to_model_with_metadata, in CreateFromFile()