Searched refs:IsGreaterThan (Results 1 - 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Dmaxpooling_op_gpu.cu.cc33 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE bool IsGreaterThan(dtype a, dtype b) { function in namespace:tensorflow::__anon26507
89 if (IsGreaterThan<propagate_nans>(bottom_data_n[idx], maxval)) {
165 if (IsGreaterThan<propagate_nans>(bottom_data_n[idx], maxval)) {
/external/google-breakpad/src/testing/test/
H A Dgmock-matchers_test.cc2273 class IsGreaterThan { class in namespace:testing::gmock_matchers_test
2275 explicit IsGreaterThan(int threshold) : threshold_(threshold) {} function in class:testing::gmock_matchers_test::IsGreaterThan
2302 Matcher<int> m = Truly(IsGreaterThan(5));
/external/annotation-tools/scene-lib/
H A Dant-contrib.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/AntContribVersion ...
/external/googletest/googlemock/test/
H A Dgmock-matchers_test.cc2446 class IsGreaterThan { class in namespace:testing::gmock_matchers_test
2448 explicit IsGreaterThan(int threshold) : threshold_(threshold) {} function in class:testing::gmock_matchers_test::IsGreaterThan
2475 Matcher<int> m = Truly(IsGreaterThan(5));
/external/v8/testing/gmock/test/
H A Dgmock-matchers_test.cc2437 class IsGreaterThan { class in namespace:testing::gmock_matchers_test
2439 explicit IsGreaterThan(int threshold) : threshold_(threshold) {} function in class:testing::gmock_matchers_test::IsGreaterThan
2466 Matcher<int> m = Truly(IsGreaterThan(5));

Completed in 4092 milliseconds