Navigation
API > API/Runtime > API/Runtime/NNE > API/Runtime/NNE/FTensorShape
Description
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].
| Name | IsCompatibleWith |
| Type | function |
| Header File | /Engine/Source/Runtime/NNE/Public/NNETypes.h |
| Include Path | #include "NNETypes.h" |
| Source | /Engine/Source/Runtime/NNE/Private/NNETypes.cpp |
bool IsCompatibleWith
(
const FSymbolicTensorShape & SymbolicShape
) const
true if this tensor shape is compatible with the symbolic shape, false otherwise.