Home
last modified time | relevance | path

Searched refs:comparableChild (Results 1 – 1 of 1) sorted by relevance

/external/armnn/src/armnn/optimizations/
DSquashEqualSiblings.hpp36 auto& comparableChild = *PolymorphicDowncast<Comparable*>(&child); in Run() local
42 if ((sibling != lowestPriorityChild) && comparableChild.IsEqual(*sibling)) in Run()