HomeSort by relevance Sort by last modified time
    Searched refs:equal_to (Results 1 - 25 of 613) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/kernels/
cwise_op_gpu_equal_to.cu.cc 22 DEFINE_BINARY10(equal_to, float, Eigen::half, double, uint8, int8, int16, int64,
cwise_op_equal_to_2.cc 25 REGISTER6(BinaryOp, CPU, "Equal", functor::equal_to, int32, int64, complex64,
28 REGISTER6(BinaryOp, GPU, "Equal", functor::equal_to, int8, int16, int64,
cwise_op_equal_to_1.cc 19 REGISTER6(BinaryOp, CPU, "Equal", functor::equal_to, float, Eigen::half, double,
28 REGISTER4(BinaryOp, GPU, "Equal", functor::equal_to, float, Eigen::half, double,
46 BinaryOp<CPUDevice, functor::equal_to<int32>>);
50 REGISTER5(BinaryOp, SYCL, "Equal", functor::equal_to, float, double, uint8,
58 BinaryOp<CPUDevice, functor::equal_to<int32>>);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.adjacent.find/
adjacent_find_pred.pass.cpp 29 std::equal_to<int>()) ==
33 std::equal_to<int>()) ==
37 std::equal_to<int>()) ==
  /external/libcxx/test/std/utilities/function.objects/comparisons/
equal_to.pass.cpp 12 // equal_to
22 typedef std::equal_to<int> F;
30 typedef std::equal_to<> F2;
37 constexpr bool foo = std::equal_to<int> () (36, 36);
40 constexpr bool bar = std::equal_to<> () (36.0, 36);
  /external/tensorflow/tensorflow/core/lib/gtl/
edit_distance_test.cc 60 ASSERT_EQ(LevenshteinDistance(empty_, empty_, std::equal_to<char>()), 0);
64 ASSERT_EQ(LevenshteinDistance(ebab_, abcd_, std::equal_to<char>()), 3);
65 ASSERT_EQ(LevenshteinDistance(abcd_, ebab_, std::equal_to<char>()), 3);
69 ASSERT_EQ(LevenshteinDistance(s1234_, empty_, std::equal_to<char>()), 4);
70 ASSERT_EQ(LevenshteinDistance(empty_, s567_, std::equal_to<char>()), 3);
74 ASSERT_EQ(LevenshteinDistance(s1234_, s1_, std::equal_to<char>()), 3);
75 ASSERT_EQ(LevenshteinDistance(s1_, s1234_, std::equal_to<char>()), 3);
79 ASSERT_EQ(LevenshteinDistance(kilo_, kilogram_, std::equal_to<char>()), 4);
80 ASSERT_EQ(LevenshteinDistance(kilogram_, kilo_, std::equal_to<char>()), 4);
84 ASSERT_EQ(LevenshteinDistance(mother_, grandmother_, std::equal_to<char>())
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.find.first.of/
find_first_of_pred.pass.cpp 34 std::equal_to<int>()) ==
41 std::equal_to<int>()) ==
47 std::equal_to<int>()) ==
53 std::equal_to<int>()) ==
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/comparisons/
equal_to.pass.cpp 12 // equal_to
22 typedef std::equal_to<int> F;
30 typedef std::equal_to<> F2;
37 constexpr bool foo = std::equal_to<int> () (36, 36);
40 constexpr bool bar = std::equal_to<> () (36.0, 36);
  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.is_permutation/
is_permutation_pred.pass.cpp 37 std::equal_to<int> c{};
56 std::equal_to<const int>()) == true);
60 std::equal_to<const int>()) == true);
66 std::equal_to<const int>()) == true);
71 std::equal_to<const int>()) == false);
81 std::equal_to<const int>()) == false);
87 std::equal_to<const int>()) == false);
98 std::equal_to<const int>()) == true);
104 std::equal_to<const int>()) == true);
109 std::equal_to<const int>()) == false)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.is_permutation/
is_permutation_pred.pass.cpp 41 std::equal_to<const int>()) == true);
45 std::equal_to<const int>()) == true);
51 std::equal_to<const int>()) == true);
56 std::equal_to<const int>()) == false);
66 std::equal_to<const int>()) == false);
72 std::equal_to<const int>()) == false);
83 std::equal_to<const int>()) == true);
89 std::equal_to<const int>()) == true);
94 std::equal_to<const int>()) == false);
104 std::equal_to<const int>()) == false)
    [all...]
  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.adjacent.find/
adjacent_find_pred.pass.cpp 44 std::equal_to<int>()) ==
48 std::equal_to<int>()) ==
52 std::equal_to<int>()) ==
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/
size_hash_equal.pass.cpp 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
33 test_compare<std::equal_to<NotConstructible> >,
39 test_compare<std::equal_to<NotConstructible> >(9)
43 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
56 test_compare<std::equal_to<NotConstructible> >,
62 test_compare<std::equal_to<NotConstructible> >(9)
66 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
size_hash_equal.pass.cpp 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
33 test_compare<std::equal_to<NotConstructible> >,
39 test_compare<std::equal_to<NotConstructible> >(9)
43 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
56 test_compare<std::equal_to<NotConstructible> >,
62 test_compare<std::equal_to<NotConstructible> >(9)
66 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
  /external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
size_hash_equal.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
33 test_compare<std::equal_to<NotConstructible> >,
38 test_compare<std::equal_to<NotConstructible> >(9)
42 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
54 test_compare<std::equal_to<NotConstructible> >,
59 test_compare<std::equal_to<NotConstructible> >(9)
63 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
size_hash_equal_allocator.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
33 test_compare<std::equal_to<NotConstructible> >,
38 test_compare<std::equal_to<NotConstructible> >(9),
43 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
55 test_compare<std::equal_to<NotConstructible> >,
60 test_compare<std::equal_to<NotConstructible> >(9),
65 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
  /external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/
size_hash_equal.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
33 test_compare<std::equal_to<NotConstructible> >,
38 test_compare<std::equal_to<NotConstructible> >(9)
42 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
54 test_compare<std::equal_to<NotConstructible> >,
59 test_compare<std::equal_to<NotConstructible> >(9)
63 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
size_hash_equal_allocator.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
33 test_compare<std::equal_to<NotConstructible> >,
38 test_compare<std::equal_to<NotConstructible> >(9),
43 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
55 test_compare<std::equal_to<NotConstructible> >,
60 test_compare<std::equal_to<NotConstructible> >(9),
65 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.equal/
equal_pred.pass.cpp 40 std::equal_to<int>()));
46 std::equal_to<int>()));
51 std::equal_to<int>()));
71 std::equal_to<int>()));
77 std::equal_to<int>()));
82 std::equal_to<int>()));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/unord.map.cnstr/
size_hash_equal.pass.cpp 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
33 test_compare<std::equal_to<NotConstructible> >,
39 test_compare<std::equal_to<NotConstructible> >(9)
43 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
56 test_compare<std::equal_to<NotConstructible> >,
62 test_compare<std::equal_to<NotConstructible> >(9)
66 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
size_hash_equal.pass.cpp 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
33 test_compare<std::equal_to<NotConstructible> >,
39 test_compare<std::equal_to<NotConstructible> >(9)
43 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
56 test_compare<std::equal_to<NotConstructible> >,
62 test_compare<std::equal_to<NotConstructible> >(9)
66 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
size_hash_equal.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
33 test_compare<std::equal_to<NotConstructible> >,
38 test_compare<std::equal_to<NotConstructible> >(9)
42 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
54 test_compare<std::equal_to<NotConstructible> >,
59 test_compare<std::equal_to<NotConstructible> >(9)
63 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
size_hash_equal_allocator.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
33 test_compare<std::equal_to<NotConstructible> >,
38 test_compare<std::equal_to<NotConstructible> >(9),
43 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
55 test_compare<std::equal_to<NotConstructible> >,
60 test_compare<std::equal_to<NotConstructible> >(9),
65 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.set/unord.set.cnstr/
size_hash_equal.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
33 test_compare<std::equal_to<NotConstructible> >,
38 test_compare<std::equal_to<NotConstructible> >(9)
42 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
54 test_compare<std::equal_to<NotConstructible> >,
59 test_compare<std::equal_to<NotConstructible> >(9)
63 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
size_hash_equal_allocator.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
33 test_compare<std::equal_to<NotConstructible> >,
38 test_compare<std::equal_to<NotConstructible> >(9),
43 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
55 test_compare<std::equal_to<NotConstructible> >,
60 test_compare<std::equal_to<NotConstructible> >(9),
65 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
  /external/libcxx/test/libcxx/debug/containers/
db_unord_container_tests.pass.cpp 59 std::unordered_map<int, int, std::hash<int>, std::equal_to<int>, MapAlloc>,
62 std::unordered_set<int, std::hash<int>, std::equal_to<int>, SetAlloc>,
65 std::unordered_multimap<int, int, std::hash<int>, std::equal_to<int>, MapAlloc>,
68 std::unordered_multiset<int, std::hash<int>, std::equal_to<int>, SetAlloc>,

Completed in 474 milliseconds

1 2 3 4 5 6 7 8 91011>>