Interface IShape
Assembly: NumSharp.Core.dll
Syntax
Properties
|
Improve this Doc
View Source
BiShape
Declaration
(int, int)BiShape { get; }
Property Value
Type |
Description |
System.ValueTuple<System.Int32, System.Int32> |
|
|
Improve this Doc
View Source
Dimensions
Declaration
int[] Dimensions { get; }
Property Value
Type |
Description |
System.Int32[] |
|
|
Improve this Doc
View Source
DimOffset
Declaration
Property Value
Type |
Description |
System.Int32[] |
|
|
Improve this Doc
View Source
NDim
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Size
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TensorLayout
Declaration
int TensorLayout { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TriShape
Declaration
(int, int, int)TriShape { get; }
Property Value
Type |
Description |
System.ValueTuple<System.Int32, System.Int32, System.Int32> |
|
|
Improve this Doc
View Source
UniShape
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
ChangeTensorLayout(Int32)
Declaration
void ChangeTensorLayout(int order)
Parameters
Type |
Name |
Description |
System.Int32 |
order |
|
|
Improve this Doc
View Source
GetDimIndexOutShape(Int32)
Declaration
int[] GetDimIndexOutShape(int select)
Parameters
Type |
Name |
Description |
System.Int32 |
select |
|
Returns
Type |
Description |
System.Int32[] |
|
|
Improve this Doc
View Source
GetIndexInShape(Int32[])
Declaration
int GetIndexInShape(params int[] select)
Parameters
Type |
Name |
Description |
System.Int32[] |
select |
|
Returns
Type |
Description |
System.Int32 |
|