HomeSort by relevance Sort by last modified time
    Searched refs:equal_to (Results 1 - 25 of 348) 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 REGISTER7(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>>);
  /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...]
  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.is_permutation/
is_permutation_pred.pass.cpp 37 std::equal_to<int> c{};
68 std::equal_to<const int>()) == true);
72 std::equal_to<const int>()) == true);
78 std::equal_to<const int>()) == true);
83 std::equal_to<const int>()) == false);
93 std::equal_to<const int>()) == false);
99 std::equal_to<const int>()) == false);
110 std::equal_to<const int>()) == true);
116 std::equal_to<const int>()) == true);
121 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));
size_hash_equal_allocator.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),
44 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
57 test_compare<std::equal_to<NotConstructible> >,
63 test_compare<std::equal_to<NotConstructible> >(9),
68 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
81 test_compare<std::equal_to<NotConstructible> >,
86 test_compare<std::equal_to<NotConstructible> >(9),
91 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9))
    [all...]
  /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));
size_hash_equal_allocator.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),
44 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
57 test_compare<std::equal_to<NotConstructible> >,
63 test_compare<std::equal_to<NotConstructible> >(9),
68 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
81 test_compare<std::equal_to<NotConstructible> >,
86 test_compare<std::equal_to<NotConstructible> >(9),
91 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9))
    [all...]
  /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));
size.fail.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
33 test_compare<std::equal_to<NotConstructible> >,
39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
51 test_compare<std::equal_to<NotConstructible> >,
57 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
size.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
33 test_compare<std::equal_to<NotConstructible> >,
39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
51 test_compare<std::equal_to<NotConstructible> >,
57 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
size_hash.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
33 test_compare<std::equal_to<NotConstructible> >,
41 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
53 test_compare<std::equal_to<NotConstructible> >,
61 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
assign_move.pass.cpp 14 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
38 test_compare<std::equal_to<int> >,
54 test_compare<std::equal_to<int> >(9),
60 test_compare<std::equal_to<int> >(3),
79 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
91 test_compare<std::equal_to<int> >,
107 test_compare<std::equal_to<int> >(9),
113 test_compare<std::equal_to<int> >(3),
124 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
136 test_compare<std::equal_to<int> >
    [all...]
  /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));
assign_move.pass.cpp 14 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
38 test_compare<std::equal_to<int> >,
54 test_compare<std::equal_to<int> >(9),
60 test_compare<std::equal_to<int> >(3),
71 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
83 test_compare<std::equal_to<int> >,
99 test_compare<std::equal_to<int> >(9),
105 test_compare<std::equal_to<int> >(3),
116 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
128 test_compare<std::equal_to<int> >
    [all...]
size.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
33 test_compare<std::equal_to<NotConstructible> >,
39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
51 test_compare<std::equal_to<NotConstructible> >,
57 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
size_hash.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
33 test_compare<std::equal_to<NotConstructible> >,
41 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
53 test_compare<std::equal_to<NotConstructible> >,
61 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
  /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>,
  /external/libcxx/test/std/containers/unord/unord.multiset/
max_bucket_count.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
33 std::equal_to<int>, min_allocator<int>> C;
  /external/libcxx/test/std/containers/unord/unord.set/
max_bucket_count.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
33 std::equal_to<int>, min_allocator<int>> C;

Completed in 851 milliseconds

1 2 3 4 5 6 7 8 91011>>