HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
int4.h File Reference
#include <cassert>
#include <type_traits>
#include "core/common/common.h"
#include <gsl/gsl>
+ Include dependency graph for int4.h:
+ This graph shows which files directly or indirectly include this file:

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 >