Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dmaxpooling_op_gpu.cu.cc33 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE bool IsGreaterThan(dtype a, dtype b) { in IsGreaterThan() function
90 if (IsGreaterThan<propagate_nans>(bottom_data_n[idx], maxval)) { in MaxPoolForwardNCHW()
165 if (IsGreaterThan<propagate_nans>(bottom_data_n[idx], maxval)) { in MaxPoolForwardNHWC()
/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc2273 class IsGreaterThan { class
2275 explicit IsGreaterThan(int threshold) : threshold_(threshold) {} in IsGreaterThan() function in testing::gmock_matchers_test::IsGreaterThan
2302 Matcher<int> m = Truly(IsGreaterThan(5)); in TEST()
/external/bcc/tests/cc/
Dcatch.hpp1299 IsGreaterThan, enumerator
1308 …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 >()
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc2896 class IsGreaterThan { class
2898 explicit IsGreaterThan(int threshold) : threshold_(threshold) {} in IsGreaterThan() function in testing::gmock_matchers_test::__anon67385ff30111::IsGreaterThan
2925 Matcher<int> m = Truly(IsGreaterThan(5)); in TEST()