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