smash.fcore._mwd_nn_parameters.NN_ParametersDT#
- class smash.fcore._mwd_nn_parameters.NN_ParametersDT(setup, handle=None)[source]#
Type(name=nn_parametersdt) Defined at ../smash/fcore/derived_type/mwd_nn_parameters.f90 lines 29-35
- Attributes:
bias_1Element bias_1 ftype=real(sp) pytype=float array
bias_2Element bias_2 ftype=real(sp) pytype=float array
bias_3Element bias_3 ftype=real(sp) pytype=float array
weight_1Element weight_1 ftype=real(sp) pytype=float array
weight_2Element weight_2 ftype=real(sp) pytype=float array
weight_3Element weight_3 ftype=real(sp) pytype=float array
Methods
copy([interface_call])this_copy = nn_parametersdt_copy(self) Defined at ../smash/fcore/derived_type/mwd_nn_parameters.f90 lines 58-62
from_handle