Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
onnx::detail Namespace Reference

Classes

class  WireReader
 

Enumerations

enum  WireType { WT_VARINT = 0 , WT_I64 = 1 , WT_LEN = 2 , WT_I32 = 5 }
 

Functions

void ReadPackedDouble (WireReader &r, uint32_t wire, std::vector< double > &out)
 
void ReadPackedFloat (WireReader &r, uint32_t wire, std::vector< float > &out)
 
void ReadPackedI32 (WireReader &r, uint32_t wire, std::vector< int32_t > &out)
 
void ReadPackedVarint (WireReader &r, uint32_t wire, std::vector< int64_t > &out)
 
std::string Str (std::pair< const char *, std::size_t > v)
 

Enumeration Type Documentation

◆ WireType

Enumerator
WT_VARINT 
WT_I64 
WT_LEN 
WT_I32 

Definition at line 30 of file onnx.hxx.

Function Documentation

◆ ReadPackedDouble()

void onnx::detail::ReadPackedDouble ( WireReader & r,
uint32_t wire,
std::vector< double > & out )
inline

Definition at line 167 of file onnx.hxx.

◆ ReadPackedFloat()

void onnx::detail::ReadPackedFloat ( WireReader & r,
uint32_t wire,
std::vector< float > & out )
inline

Definition at line 151 of file onnx.hxx.

◆ ReadPackedI32()

void onnx::detail::ReadPackedI32 ( WireReader & r,
uint32_t wire,
std::vector< int32_t > & out )
inline

Definition at line 140 of file onnx.hxx.

◆ ReadPackedVarint()

void onnx::detail::ReadPackedVarint ( WireReader & r,
uint32_t wire,
std::vector< int64_t > & out )
inline

Definition at line 129 of file onnx.hxx.

◆ Str()

std::string onnx::detail::Str ( std::pair< const char *, std::size_t > v)
inline

Definition at line 184 of file onnx.hxx.