Method MemSet
MemSet(TensorFloat, float)
Sets the entries of a tensor to a given fill value.
Declaration
public override void MemSet(TensorFloat O, float value)
Parameters
| Type | Name | Description |
|---|---|---|
| TensorFloat | O | The output tensor to be computed and filled. |
| float | value | The fill value. |
Overrides
MemSet(TensorInt, int)
Sets the entries of a tensor to a given fill value.
Declaration
public override void MemSet(TensorInt O, int value)
Parameters
| Type | Name | Description |
|---|---|---|
| TensorInt | O | The output tensor to be computed and filled. |
| int | value | The fill value. |