Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/
DUtils.cpp530 const bool is_min_max = (op == ReductionOperation::MAX || op == ReductionOperation::MIN); in needs_serialized_reduction() local
534 return !is_first_dim || is_min_max || is_quantized_type; in needs_serialized_reduction()