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