Home
last modified time | relevance | path

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

/external/libtextclassifier/lang_id/common/flatbuffers/
Dmodel-utils.h49 const ModelInput *GetInputByName(const Model *model, const string &name);
Dmodel-utils.cc74 const ModelInput *GetInputByName(const Model *model, const string &name) { in GetInputByName() function
/external/libtextclassifier/lang_id/fb_model/
Dmodel-provider-from-fb.cc85 saft_fbs::GetInputBytes(saft_fbs::GetInputByName(model_, kInputName)); in InitNetworkParams()