Searched defs:FastText (Results 1 – 2 of 2) sorted by relevance
23 FastText::FastText(const std::unordered_map<std::string, std::vector<float>> &map, int32_t dim) : V… in FastText() function in mindspore::dataset::FastText
73 class FastText(cde.FastText): class