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

The base decoder that converts a string into a set of tensors. More...

#include <decoder.h>

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

Public Member Functions

virtual void Setup (const DecoderConf &conf)
 
virtual std::vector< TensorDecode (std::string value)=0
 Decode value to get data and labels.
 

Detailed Description

The base decoder that converts a string into a set of tensors.


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