MCPcopy Create free account
hub / github.com/cyrusbehr/tensorrt-cpp-api / getBatchSize

Method getBatchSize

src/engine.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58int32_t Int8EntropyCalibrator2::getBatchSize() const noexcept {
59 // Return the batch size
60 return m_batchSize;
61}
62
63bool Int8EntropyCalibrator2::getBatch(void **bindings, const char **names, int32_t nbBindings) noexcept {
64 // This method will read a batch of images into GPU memory, and place the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected