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