| 56 | } |
| 57 | |
| 58 | int32_t Int8EntropyCalibrator2::getBatchSize() const noexcept { |
| 59 | // Return the batch size |
| 60 | return m_batchSize; |
| 61 | } |
| 62 | |
| 63 | bool 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 |
nothing calls this directly
no outgoing calls
no test coverage detected