Deep.Net


TensorLayoutTypes

Namespace: Tensor

Nested types and modules

TypeDescription
TensorLayout
TensorRng

range specification

Functions and values

Function or valueDescription
Fill
Signature: int64

For slicing: fills all remaining axes with size one. Cannot be used together with NewAxis.

NewAxis
Signature: int64

For slicing: inserts a new axis of size one.

Remainder
Signature: int64

For reshape: remainder, so that number of elements stays constant.

RngAll
Signature: TensorRng

all elements

Fork me on GitHub