Searched defs:elementwise_clamp (Results 1 – 2 of 2) sorted by relevance
125 std::optional<T> elementwise_clamp(const T& target, const T& min, const T& max) { in elementwise_clamp() function166 std::optional<T> elementwise_clamp(const T& target, const T& min, const T& max) { in elementwise_clamp() function235 std::optional<T> elementwise_clamp(const T& target, const T& min, const T& max) { in elementwise_clamp() function245 std::optional<T> elementwise_clamp(const T& target, const T& min, const T& max) { in elementwise_clamp() function
130 TEST(ClampOpTest, elementwise_clamp) { in TEST() argument