Navigation
API > API/Runtime > API/Runtime/NNE > API/Runtime/NNE/FSymbolicTensorShape
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default construct a symbolic tensor shape. | NNETypes.h | ||
FSymbolicTensorShape
(
const FSymbolicTensorShape& OtherShape |
Construct this symbolic tensor shape from another one. | NNETypes.h |
FSymbolicTensorShape()
Description
Default construct a symbolic tensor shape.
| Name | FSymbolicTensorShape |
| Type | function |
| Header File | /Engine/Source/Runtime/NNE/Public/NNETypes.h |
| Include Path | #include "NNETypes.h" |
FSymbolicTensorShape()
FSymbolicTensorShape(const FSymbolicTensorShape &)
Description
Construct this symbolic tensor shape from another one.
| Name | FSymbolicTensorShape |
| Type | function |
| Header File | /Engine/Source/Runtime/NNE/Public/NNETypes.h |
| Include Path | #include "NNETypes.h" |
FSymbolicTensorShape
(
const FSymbolicTensorShape & OtherShape
)
Parameters
| Name | Remarks |
|---|---|
| OtherShape | the other symbolic tensor shape to copy from. |