#include <batch_stream.h>
◆ BatchStream() [1/2]
apollo::perception::inference::BatchStream::BatchStream |
( |
int |
batchSize, |
|
|
int |
maxBatches, |
|
|
std::string |
data_path |
|
) |
| |
◆ BatchStream() [2/2]
apollo::perception::inference::BatchStream::BatchStream |
( |
| ) |
|
◆ getBatch()
float* apollo::perception::inference::BatchStream::getBatch |
( |
| ) |
|
|
inline |
◆ getBatchesRead()
int apollo::perception::inference::BatchStream::getBatchesRead |
( |
| ) |
const |
|
inline |
◆ getBatchSize()
int apollo::perception::inference::BatchStream::getBatchSize |
( |
| ) |
const |
|
inline |
◆ getDims()
nvinfer1::DimsNCHW apollo::perception::inference::BatchStream::getDims |
( |
| ) |
const |
|
inline |
◆ next()
bool apollo::perception::inference::BatchStream::next |
( |
| ) |
|
◆ reset()
void apollo::perception::inference::BatchStream::reset |
( |
int |
firstBatch | ) |
|
◆ skip()
void apollo::perception::inference::BatchStream::skip |
( |
int |
skipCount | ) |
|
The documentation for this class was generated from the following file: