Navigation
API > API/Runtime > API/Runtime/NNE > API/Runtime/NNE/FTensorShape > API/Runtime/NNE/FTensorShape/__ctor
References
| Module | NNE |
| Header | /Engine/Source/Runtime/NNE/Public/NNETypes.h |
| Include | #include "NNETypes.h" |
FTensorShape
(
const FTensorShape & OtherShape
)
Remarks
Construct this tensor shape from another one.
Parameters
| Name | Description |
|---|---|
| OtherShape | the other tensor shape to copy from. |