Home
last modified time | relevance | path

Searched defs:VectorIntWorkspace (Results 1 – 1 of 1) sorted by relevance

/external/libtextclassifier/common/
Dworkspace.cc47 VectorIntWorkspace::VectorIntWorkspace(int size) : elements_(size) {} in VectorIntWorkspace() function in libtextclassifier::nlp_core::VectorIntWorkspace
49 VectorIntWorkspace::VectorIntWorkspace(int size, int value) in VectorIntWorkspace() function in libtextclassifier::nlp_core::VectorIntWorkspace
52 VectorIntWorkspace::VectorIntWorkspace(const std::vector<int> &elements) in VectorIntWorkspace() function in libtextclassifier::nlp_core::VectorIntWorkspace