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 MakeFromSymbolic
(
const FSymbolicTensorShape & SymbolicShape
)
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. |