A transformation of a batch to a new batch. More...
#include <base.h>
Public Types | |
using | InputBatchType = InputBatch |
using | OutputBatchType = OutputBatch |
Public Member Functions | |
virtual OutputBatch | apply_batch (InputBatch input_batch)=0 |
Applies the transformation to the given input_batch . | |
A transformation of a batch to a new batch.