HDK
|
Go to the source code of this file.
Classes | |
struct | onnxruntime::Int4Traits< Signed > |
struct | onnxruntime::Int4Traits< true > |
struct | onnxruntime::Int4Traits< false > |
struct | onnxruntime::Int4x2Base< Signed > |
Stores 2 packed 4-bit elements in 1 byte. More... | |
Namespaces | |
onnxruntime | |
Typedefs | |
using | onnxruntime::Int4x2 = Int4x2Base< true > |
using | onnxruntime::UInt4x2 = Int4x2Base< false > |