eval expr args resShape
Signature: expr:ElemExprT -> args:Tensor<'T> list -> resShape:NShapeSpecT -> Tensor<'T>
Type parameters: 'T
|
evaluates all elements of an element expression
|
evalElement expr args idxs
Signature: expr:ElemExprT -> args:Tensor<'T> list -> idxs:ShapeSpecT -> 'T
Type parameters: 'T
|
evaluates the specified element of an element expression
|
signImpl x
Signature: x:^T -> ^T
Type parameters: ^T
|
|
typedApply (...)
Signature: fBool:(bool -> bool) -> fDouble:(double -> double) -> fSingle:(single -> single) -> fInt:(int -> int) -> fByte:(byte -> byte) -> a:'T -> 'T
Type parameters: 'T
|
|
typedApply2 (...)
Signature: fBool:(bool -> bool -> bool) -> fDouble:(double -> double -> double) -> fSingle:(single -> single -> single) -> fInt:(int -> int -> int) -> fByte:(byte -> byte -> byte) -> a:'T -> b:'T -> 'T
Type parameters: 'T
|
|
uncheckedApply f a
Signature: f:('T -> 'T) -> a:'S -> 'S
Type parameters: 'T, 'S
|
|
uncheckedApply2 f a b
Signature: f:('T -> 'T -> 'T) -> a:'S -> b:'S -> 'S
Type parameters: 'T, 'S
|
|
unsp a
Signature: a:'T -> 'R
Type parameters: 'T, 'R
|
unsupported operation for this type
|