Harlinn.Windows 0.1
Loading...
Searching...
No Matches
Harlinn::AI::Meta Namespace Reference

Classes

class  MapTypeInfo
 
class  Metadata
 Provides access to metadata for a Session, including the type information about the inputs and outputs for the model loaded into the Session object. More...
 
class  OpaqueTypeInfo
 
class  OptionalTypeInfo
 
class  SequenceTypeInfo
 
class  TensorTypeAndShapeInfo
 
class  TypeInfoBase
 
class  UnknownTypeInfo
 

Enumerations

enum class  TypeInfoType {
  Unknown ,
  Tensor ,
  Sequence ,
  Map ,
  Opaque ,
  Sparsetensor ,
  Optional
}
 
enum class  TensorElementType {
  Undefined ,
  Float ,
  UInt8 ,
  Int8 ,
  UInt16 ,
  Int16 ,
  Int32 ,
  Int64 ,
  String ,
  Bool ,
  Float16 ,
  Double ,
  UInt32 ,
  UInt64 ,
  Complex64 ,
  Complex128 ,
  BFloat16 ,
  Float8E4M3FN ,
  Float8E4M3FNUZ ,
  Float8E5M2 ,
  Float8E5M2FNUZ ,
  UInt4 ,
  Int4
}
 

Enumeration Type Documentation

◆ TensorElementType

Enumerator
Undefined 
Float 
UInt8 
Int8 
UInt16 
Int16 
Int32 
Int64 
String 
Bool 
Float16 
Double 
UInt32 
UInt64 
Complex64 
Complex128 
BFloat16 
Float8E4M3FN 
Float8E4M3FNUZ 
Float8E5M2 
Float8E5M2FNUZ 
UInt4 
Int4 

◆ TypeInfoType

Enumerator
Unknown 
Tensor 
Sequence 
Map 
Opaque 
Sparsetensor 
Optional