Struct NDAxisState
- Namespace
- NumSharp.Backends.Iteration
- Assembly
- NumSharp.dll
public struct NDAxisState
- Inherited Members
-
- Extension Methods
-
Fields
Axis
Field Value
- int
AxisLength
Field Value
- long
Data0
Field Value
- nint
Data1
Field Value
- nint
DestinationAxisStride
public long DestinationAxisStride
Field Value
- long
DestinationOuterStrides
public long* DestinationOuterStrides
Field Value
- long*
MaxDims
public const int MaxDims = 64
Field Value
- int
OuterNDim
Field Value
- int
OuterShape
Field Value
- long*
OuterSize
Field Value
- long
SourceAxisStride
public long SourceAxisStride
Field Value
- long
SourceOuterStrides
public long* SourceOuterStrides
Field Value
- long*
Methods
GetDestinationOuterStridesPointer()
public long* GetDestinationOuterStridesPointer()
Returns
- long*
GetOuterShapePointer()
public long* GetOuterShapePointer()
Returns
- long*
GetSourceOuterStridesPointer()
public long* GetSourceOuterStridesPointer()
Returns
- long*