Home
last modified time | relevance | path

Searched refs:GetParamName (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/common/
Dembedding-feature-extractor.cc36 const std::string features = context->Get(GetParamName("features"), ""); in Init()
40 context->Get(GetParamName("embedding_names"), ""); in Init()
44 context->Get(GetParamName("embedding_dims"), ""); in Init()
Dembedding-feature-extractor.h82 std::string GetParamName(const std::string &param_name) const { in GetParamName() function