Navigation
API > API/Plugins > API/Plugins/NNE > API/Plugins/NNE/FTensorShape
References
| Module | NNE |
| Header | /Engine/Plugins/Experimental/NNE/Source/NNE/Public/NNETypes.h |
| Include | #include "NNETypes.h" |
| Source | /Engine/Plugins/Experimental/NNE/Source/NNE/Private/NNETypes.cpp |
static FTensorShape Make
&40;
TConstArrayView< uint32 > Data
&41;
Remarks
Construct a tensor shape with the given dimensions. a tensor shape with the given dimensions.
Parameters
| Name | Description |
|---|---|
| Data | an array of dimensions. |