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 |
void operator=
(
const FTensorShape & OtherShape
)
Remarks
Assign this tensor shape from another one.
Parameters
| Name | Description |
|---|---|
| OtherShape | the other tensor shape to copy from. |