mlpack  master
Classes | Namespaces
multiply_constant.hpp File Reference
Include dependency graph for multiply_constant.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mlpack::ann::MultiplyConstant< InputDataType, OutputDataType >
 Implementation of the multiply constant layer. More...
 

Namespaces

 mlpack
 Linear algebra utility functions, generally performed on matrices or vectors.
 
 mlpack::ann
 Artificial Neural Network.
 

Detailed Description

Author
Marcus Edel

Definition of the MultiplyConstantLayer class, which multiplies the input by a (non-learnable) constant.

Definition in file multiply_constant.hpp.