|
ONE - On-device Neural Engine
|
This file defines the core types and status codes for GGMA API. More...
#include <stddef.h>#include <stdint.h>Go to the source code of this file.
Typedefs | |
| typedef struct ggma_context | ggma_context |
| typedef int32_t | ggma_token |
| typedef struct ggma_tokenizer | ggma_tokenizer |
Enumerations | |
| enum | GGMA_STATUS { GGMA_STATUS_NO_ERROR = 0 , GGMA_STATUS_ERROR = 1 , GGMA_STATUS_UNEXPECTED_NULL = 2 , GGMA_STATUS_OUT_OF_MEMORY = 4 , GGMA_STATUS_DEPRECATED_API = 6 } |
| Enumeration of status codes returned by GGMA API functions. More... | |
This file defines the core types and status codes for GGMA API.
Definition in file ggma_types.h.
| typedef struct ggma_context ggma_context |
Definition at line 52 of file ggma_types.h.
| typedef int32_t ggma_token |
Definition at line 53 of file ggma_types.h.
| typedef struct ggma_tokenizer ggma_tokenizer |
Definition at line 54 of file ggma_types.h.
| enum GGMA_STATUS |
Enumeration of status codes returned by GGMA API functions.
Definition at line 34 of file ggma_types.h.