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 IsCompatibleWith
(
const FSymbolicTensorShape & SymbolicShape
) 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.