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 |
bool operator!=
(
const FTensorShape & OtherShape
) const
Remarks
Check if the tensor shape is different from another one. true if the tensor shape is different from the other one, false otherwise.
Parameters
| Name | Description |
|---|---|
| OtherShape | the other tensor shape. |