Navigation
API > API/Plugins > API/Plugins/NNE > API/Plugins/NNE/FSymbolicTensorShape
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 FSymbolicTensorShape Make
&40;
TConstArrayView< int32 > Data
&41;
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. |