| 173 | } //!< get the boolean variable corresponding to the Layer Info, see getPrintLayerInfo() |
| 174 | |
| 175 | void setMaxBatchSize(int64_t maxBatchSize) noexcept |
| 176 | { |
| 177 | mMaxBatchSize = maxBatchSize; |
| 178 | } //!< set the Max Batch Size |
| 179 | int64_t getMaxBatchSize() const noexcept |
| 180 | { |
| 181 | return mMaxBatchSize; |
no outgoing calls
no test coverage detected