Home
last modified time | relevance | path

Searched refs:FillParameters (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/lang_id/common/flatbuffers/
Dmodel-utils.h59 bool FillParameters(const Model &model, mobile::TaskContext *context);
Dmodel-utils.cc111 bool FillParameters(const Model &model, mobile::TaskContext *context) { in FillParameters() function
/external/libtextclassifier/lang_id/fb_model/
Dmodel-provider-from-fb.cc57 if (!saft_fbs::FillParameters(*model_, &context_)) { in Initialize()