Searched refs:IsGreaterThan (Results 1 – 4 of 4) sorted by relevance
33 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE bool IsGreaterThan(dtype a, dtype b) { in IsGreaterThan() function90 if (IsGreaterThan<propagate_nans>(bottom_data_n[idx], maxval)) { in MaxPoolForwardNCHW()165 if (IsGreaterThan<propagate_nans>(bottom_data_n[idx], maxval)) { in MaxPoolForwardNHWC()
2273 class IsGreaterThan { class2275 explicit IsGreaterThan(int threshold) : threshold_(threshold) {} in IsGreaterThan() function in testing::gmock_matchers_test::IsGreaterThan2302 Matcher<int> m = Truly(IsGreaterThan(5)); in TEST()
1299 IsGreaterThan, enumerator1308 …template<> struct OperatorTraits<IsGreaterThan> { static const char* getName(){ return ">"… in getName()1344 struct Evaluator<T1, T2, IsGreaterThan> {1824 return captureExpression<Internal::IsGreaterThan>( rhs ); in operator >()
2896 class IsGreaterThan { class2898 explicit IsGreaterThan(int threshold) : threshold_(threshold) {} in IsGreaterThan() function in testing::gmock_matchers_test::__anon67385ff30111::IsGreaterThan2925 Matcher<int> m = Truly(IsGreaterThan(5)); in TEST()