Searched defs:WordType (Results 1 – 8 of 8) sorted by relevance
38 using WordType = std::string; variable
34 Vocab::Vocab(std::unordered_map<WordType, WordIdType> word2id) { word2id_ = std::move(word2id); } in Vocab()86 Status Vocab::BuildFromUnorderedMap(const std::unordered_map<WordType, WordIdType> &words, in BuildFromUnorderedMap()
115 IntegerType *WordType = DL.getIntPtrType(C); in addEmuTlsVar() local
613 Type *WordType; member
71 typedef uint64_t WordType; typedef
39 constexpr Type WordType = IceType_i64; variable
38 constexpr Type WordType = IceType_i32; variable
32 using WordType = uint32_t; typedef