Represents a model, primarily a collection of named parameters and sub-models and a function governed by them.
Constructor | Description |
|
|
Instance member | Description |
Full Usage:
this.asFunction parameters input
Parameters:
Tensor
input : 'In
Returns: 'Out
|
The resulting function can be composed with a loss function and differentiated. During execution the parameters of the model are temporarily set to the supplied parameters.
|
|
|
Full Usage:
this.forward arg1
Parameters:
'In
Returns: 'Out
Modifiers: abstract |
|
© Copyright 2021, DiffSharp Contributors.