Searched refs:IndexLookup (Results 1 – 17 of 17) sorted by relevance
27 class IndexLookup(index_lookup.IndexLookup, class
40 return index_lookup.IndexLookup42 return index_lookup_v1.IndexLookup
27 class IntegerLookup(integer_lookup.IntegerLookup, index_lookup_v1.IndexLookup):
27 class StringLookup(string_lookup.StringLookup, index_lookup_v1.IndexLookup):
49 class IndexLookup(base_preprocessing_layer.CombinerPreprocessingLayer): class168 super(IndexLookup, self).__init__(273 super(IndexLookup, self).adapt(data, reset_state)301 base_config = super(IndexLookup, self).get_config()
29 class IntegerLookup(index_lookup.IndexLookup):
29 class StringLookup(index_lookup.IndexLookup):
52 return index_lookup.IndexLookup54 return index_lookup_v1.IndexLookup
72 layer = index_lookup.IndexLookup(96 layer = index_lookup.IndexLookup(
77 layer = index_lookup.IndexLookup(109 layer = index_lookup.IndexLookup(
2420 IndexLookup.clear(); in ClearOutputData()2436 IndexLookup.clear(); in BuildLookupTable()2443 IndexLookup[codepoint] = (ImWchar)i; in BuildLookupTable()2457 IndexLookup[(int)tab_glyph.Codepoint] = (ImWchar)(Glyphs.Size-1); in BuildLookupTable()2475 IM_ASSERT(IndexAdvanceX.Size == IndexLookup.Size); in GrowIndex()2476 if (new_size <= IndexLookup.Size) in GrowIndex()2479 IndexLookup.resize(new_size, (ImWchar)-1); in GrowIndex()2509 …IM_ASSERT(IndexLookup.Size > 0); // Currently this can only be called AFTER the font has been b… in AddRemapChar()2510 int index_size = IndexLookup.Size; in AddRemapChar()2512 …if (dst < index_size && IndexLookup.Data[dst] == (ImWchar)-1 && !overwrite_dst) // 'dst' already e… in AddRemapChar()[all …]
2090 …ImVector<ImWchar> IndexLookup; // 12-16 // out // // Sparse. Index gly… member
3200 …ont->Glyphs.empty() && password_font->IndexAdvanceX.empty() && password_font->IndexLookup.empty()); in InputTextEx()
5 …is_instance: "<class \'tensorflow.python.keras.layers.preprocessing.index_lookup_v1.IndexLookup\'>"6 is_instance: "<class \'tensorflow.python.keras.layers.preprocessing.index_lookup.IndexLookup\'>"
4 is_instance: "<class \'tensorflow.python.keras.layers.preprocessing.index_lookup.IndexLookup\'>"