Creates a parameter tensor
1 2 |
shape |
- list of ints representing tensor shape |
init |
(scalar or matrix or initializer, defaults to init_glorot_uniform()) – initial value of weights W |
dtype |
character for data type to be used ("float32", "float64", or "auto") |
device |
character of instance of DeviceDescriptor |
name |
character of the name of the Function instance in the network |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.