TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
sample::Binding Struct Reference
Collaboration diagram for sample::Binding:

Public Member Functions

void fill (const std::string &fileName)
 
void fill ()
 
void dump (std::ostream &os, const std::string separator=" ") const
 

Public Attributes

bool isInput {false}
 
MirroredBuffer buffer
 
int volume {0}
 
nvinfer1::DataType dataType {nvinfer1::DataType::kFLOAT}
 

Member Function Documentation

◆ fill() [1/2]

void sample::Binding::fill ( const std::string &  fileName)
inline
Here is the call graph for this function:

◆ fill() [2/2]

void sample::Binding::fill ( )
inline
Here is the call graph for this function:

◆ dump()

void sample::Binding::dump ( std::ostream &  os,
const std::string  separator = " " 
) const
inline
Here is the call graph for this function:

Member Data Documentation

◆ isInput

bool sample::Binding::isInput {false}

◆ buffer

MirroredBuffer sample::Binding::buffer

◆ volume

int sample::Binding::volume {0}

◆ dataType

nvinfer1::DataType sample::Binding::dataType {nvinfer1::DataType::kFLOAT}

The documentation for this struct was generated from the following file: