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 MakeFromSymbolic
&40;
const FSymbolicTensorShape & SymbolicShape
&41;
Remarks
Construct a tensor shape from a symbolic tensor shape.
Negative dimension values are replaced by 1. a tensor shape with the given dimensions.
Parameters
| Name | Description |
|---|---|
| SymbolicShape | a symbolic tensor shape. |