- CCastLayer Class
The class implements a layer that performs conversion of input blob into output type.
void SetOutputType( TBlobType type );
Sets type of the output data.
This layer has no trainable parameters.
The single input accepts a blob of any size with any data type.
The single output contains a blob of the same size with GetOutputType()
type.