fix clang check
This commit is contained in:
@@ -67,7 +67,7 @@ void MemoryOutput::getSupportedDescriptors() {}
|
||||
void MemoryOutput::initSupportedPrimitiveDescriptors() {
|
||||
if (!supportedPrimitiveDescriptors.empty())
|
||||
return;
|
||||
|
||||
|
||||
// WA: should use MemoryInput store type to avoid buffer mismatch
|
||||
auto inputMemoryNode = dynamic_cast<MemoryInput*>(inputNode);
|
||||
IE_ASSERT(inputMemoryNode != nullptr);
|
||||
|
||||
Reference in New Issue
Block a user