mlpack
master
|
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. | |
Definition of the MultiplyConstantLayer class, which multiplies the input by a (non-learnable) constant.
Definition in file multiply_constant.hpp.