TinyLlama.cpp 1.0
A lightweight C++ implementation of the TinyLlama language model
Loading...
Searching...
No Matches
Public Attributes | List of all members
GGUFArray Struct Reference

Represents an array in GGUF metadata. More...

#include <gguf_structs.h>

Collaboration diagram for GGUFArray:
Collaboration graph

Public Attributes

GGUFValueType type
 
uint64_t len
 

Detailed Description

Represents an array in GGUF metadata.

Definition at line 35 of file gguf_structs.h.

Member Data Documentation

◆ len

uint64_t GGUFArray::len

Number of elements in the array

Definition at line 37 of file gguf_structs.h.

Referenced by load_gguf_meta().

◆ type

GGUFValueType GGUFArray::type

Type of elements in the array

Definition at line 36 of file gguf_structs.h.

Referenced by load_gguf_meta().


The documentation for this struct was generated from the following file: