#include <Batching.h>
Public Member Functions | |
BatchRule (size_t batchSize, const std::vector< size_t > &sizes, size_t lastPadding=0) | |
size_t | getBatchSize () const |
size_t | getLastPadding () const |
size_t | getSize (size_t i) const |
const std::vector< size_t > & | getSizes () const |
size_t | nSizes () const |
~BatchRule ()=default | |
Private Attributes | |
size_t | batchSize_ |
size_t | lastPadding_ |
std::vector< size_t > | sizes_ |
Definition at line 19 of file Batching.h.
|
explicit |
Definition at line 16 of file Batching.cc.
References HLT_FULL_cff::batchSize, Exception, alignCSCRings::s, and sizes_.
|
default |
|
inline |
Definition at line 28 of file Batching.h.
References batchSize_.
Referenced by tfaot::operator<<(), and tfaot::BatchStrategy::setRule().
|
inline |
Definition at line 34 of file Batching.h.
References lastPadding_.
Referenced by tfaot::operator<<(), and tfaot::Model< W >::run().
|
inline |
Definition at line 40 of file Batching.h.
References mps_fire::i, and sizes_.
Referenced by tfaot::Model< W >::run().
|
inline |
|
inline |
Definition at line 37 of file Batching.h.
References sizes_.
Referenced by tfaot::operator<<(), and tfaot::Model< W >::run().
|
private |
Definition at line 43 of file Batching.h.
Referenced by getBatchSize().
|
private |
Definition at line 45 of file Batching.h.
Referenced by getLastPadding().
|
private |
Definition at line 44 of file Batching.h.
Referenced by BatchRule(), getSize(), getSizes(), and nSizes().