Constructor Range
Range(string, string, string, string)
Initializes and returns an instance of Range layer.
Declaration
public Range(string name, string start, string limit, string delta)Parameters
| Type | Name | Description | 
|---|---|---|
| string | name | The name to use for the output tensor of the layer. | 
| string | start | The name to use for the scalar start value tensor of the layer. | 
| string | limit | The name to use for the scalar limit value tensor of the layer. | 
| string | delta | The name to use for the scalar delta value tensor of the layer. |