Searched defs:InMemoryModelData (Results 1 - 1 of 1) sorted by relevance

/external/libtextclassifier/common/memory_image/
H A Din-memory-model-data.h32 // Technically, an InMemoryModelData is a DataStore that maps the special string
38 class InMemoryModelData { class in namespace:libtextclassifier::nlp_core
48 // Constructs an InMemoryModelData based on a chunk of bytes. Those bytes
50 explicit InMemoryModelData(StringPiece bytes) : data_store_(bytes) {} function in class:libtextclassifier::nlp_core::InMemoryModelData
54 // InMemoryModelData) except that each file name

Completed in 114 milliseconds