Navigation
API > API/Runtime > API/Runtime/NNE > API/Runtime/NNE/FTensorShape
Description
Construct a tensor shape from a symbolic tensor shape.
Negative dimension values are replaced by 1.
| Name | MakeFromSymbolic |
| Type | function |
| Header File | /Engine/Source/Runtime/NNE/Public/NNETypes.h |
| Include Path | #include "NNETypes.h" |
| Source | /Engine/Source/Runtime/NNE/Private/NNETypes.cpp |
static FTensorShape MakeFromSymbolic
(
const FSymbolicTensorShape & SymbolicShape
)
a tensor shape with the given dimensions.
Parameters
| Name | Remarks |
|---|---|
| SymbolicShape | a symbolic tensor shape. |