Navigation
API > API/Plugins > API/Plugins/NNE > API/Plugins/NNE/FTensorShape
References
| Module | NNE |
| Header | /Engine/Plugins/Experimental/NNE/Source/NNE/Public/NNETypes.h |
| Include | #include "NNETypes.h" |
| Source | /Engine/Plugins/Experimental/NNE/Source/NNE/Private/NNETypes.cpp |
bool IsCompatibleWith
&40;
const FSymbolicTensorShape & SymbolicShape
&41; const
Remarks
Check if this tensor shape is part of the ensemble of shapes defined by the symbolic shape.
For example [1,2] is compatible with [-1,2] and [1,2] but not with [2,2] or [1,2,3]. true if this tensor shape is compatible with the symbolic shape, false otherwise.