HomeSort by relevance Sort by last modified time
    Searched defs:CountCopies (Results 1 - 4 of 4) sorted by null

  /external/libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_piecewise_pair.pass.cpp 75 struct CountCopies {
77 CountCopies() : count(0) {}
78 CountCopies(CountCopies const& o) : count(o.count + 1) {}
113 using T = CountCopies;
164 using U = CountCopies;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_piecewise_pair.pass.cpp 75 struct CountCopies {
77 CountCopies() : count(0) {}
78 CountCopies(CountCopies const& o) : count(o.count + 1) {}
113 using T = CountCopies;
164 using U = CountCopies;
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_copy_insertion_test.cc 37 int64 CountCopies(const HloComputation& computation) {
47 int64 CountCopies(const HloModule& module) {
50 count += CountCopies(*computation);
95 EXPECT_EQ(CountCopies(*module), 3);
132 EXPECT_EQ(CountCopies(*subcomputation), 2);
  /external/tensorflow/tensorflow/compiler/xla/service/
copy_insertion_test.cc 42 int64 CountCopies(const HloComputation& computation) {
52 int64 CountCopies(const HloModule& module) {
55 count += CountCopies(*computation);
121 EXPECT_EQ(CountCopies(*module), 1);
146 EXPECT_EQ(CountCopies(*module), 3);
150 EXPECT_EQ(CountCopies(*module), 3);
183 EXPECT_EQ(CountCopies(*module), 2);
220 EXPECT_EQ(CountCopies(*module), 2);
243 EXPECT_EQ(CountCopies(*module), 1);
265 EXPECT_EQ(CountCopies(*module), 1)
    [all...]

Completed in 110 milliseconds