|
Mila 0.13.48
Deep Neural Network Library
|
Classes | |
| class | Mila::Data::MilaFileHeader |
| Common file header for Mila data files. More... | |
Enumerations | |
| enum class | Mila::Data::MilaFileType : uint32_t { Unknown = 0 , BpeVocabulary = 1 , CharVocabulary = 2 , TokenizedCorpus = 3 , Dataset = 4 , TrainingCheckpoint = 5 , Gpt4BpeVocabulary = 6 } |
| File type identifiers for Mila data files. More... | |
Functions | |
| constexpr const char * | Mila::Data::toString (MilaFileType type) |
Files | |
| file | /__w/Mila/Mila/Mila/Src/Data/Core/FileHeader.ixx |
| Common file header structure for Mila data files. | |