Searched refs:IsAnyMax (Results 1 – 3 of 3) sorted by relevance
33 bool IsAnyMax(const NodeDef& node);
63 bool IsAnyMax(const NodeDef& node) { in IsAnyMax() function
2873 return IsAnyMax(*node) || IsAnyMin(*node) || IsAnyMaxPool(*node) || in IsSupported()2962 if (IsAnyMax(node) || IsArgMax(node)) { in FlipMinMax()