Searched refs:IsAnyMaxPool (Results 1 – 3 of 3) sorted by relevance
34 bool IsAnyMaxPool(const NodeDef& node);
68 bool IsAnyMaxPool(const NodeDef& node) { in IsAnyMaxPool() function
2873 return IsAnyMax(*node) || IsAnyMin(*node) || IsAnyMaxPool(*node) || in IsSupported()2913 (is_non_decreasing || !IsAnyMaxPool(*reduction_node)) && in TrySimplify()