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 inputParameters: 
 Tensorinput : 'InReturns: '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 arg1Parameters: 
 'InReturns: 'OutModifiers: abstract | 
 
 | 
© Copyright 2021, DiffSharp Contributors.