Class TensorVal (mod)
Special constants that can be passed instead of indicies or parameter values or be returned from methods.
Inheritance
TensorVal (mod)
Namespace: Tensor
Assembly: Tensor.dll
Syntax
[<AutoOpen>]
module TensorVal
Fields
Name | Description |
---|---|
val Fill | For slicing: fills all remaining axes with size one. |
val NewAxis | For slicing: inserts a new axis of size one. |
val NoMask | Indicates that the dimension is unmasked, i.e. equals specifying a tensor filled with trues. |
val NotFound | For search: value was not found. |
val Remainder | For reshape: remainder, so that number of elements stays constant. |