Table of Contents ▸ List of Commands ▸ Neural Networks ▸ nn_mul | ◀ nn_maxpool3d | nn_nl ▶ |
nn_mul
Arguments:
- out,in0,_in1
Description:
Add a mul layer to the current network.in0 or in1 can be layer names or constant values (both cannot be constant values though).
Default values:
in1=. (previous layer).