Apache Singa
A General Distributed Deep Learning Library
Public Member Functions | List of all members
singa::Transformer Class Referenceabstract

Base apply class that does data transformations in pre-processing stage. More...

#include <transformer.h>

Inheritance diagram for singa::Transformer:
Inheritance graph
[legend]

Public Member Functions

virtual void Setup (const TransformerConf &conf)
 
virtual Tensor Apply (int flag, Tensor &input)=0
 

Detailed Description

Base apply class that does data transformations in pre-processing stage.


The documentation for this class was generated from the following file: