Searched refs:AddCopy (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | descriptor_database.h | 316 bool AddCopy(const void* encoded_file_descriptor, int size);
|
D | descriptor_database_unittest.cc | 124 return database_.AddCopy(data.data(), data.size()); in AddToDatabase()
|
D | descriptor_database.cc | 403 bool EncodedDescriptorDatabase::AddCopy(const void* encoded_file_descriptor, in AddCopy() function in google::protobuf::EncodedDescriptorDatabase
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | memory_space_assignment.h | 916 void AddCopy(const AsynchronousCopy& copy);
|
D | memory_space_assignment_test.cc | 4803 ordering.AddCopy({3, 11, alternate_mem_space}); in TEST_F() 4805 ordering.AddCopy({1, 8, alternate_mem_space}); in TEST_F() 4807 ordering.AddCopy({5, 14, alternate_mem_space}); in TEST_F() 4809 ordering.AddCopy({7, 14, alternate_mem_space}); in TEST_F() 4814 ordering.AddCopy({5, 13, alternate_mem_space}); in TEST_F() 4816 ordering.AddCopy({5, 14, alternate_mem_space}); in TEST_F()
|
D | memory_space_assignment.cc | 1462 void AsynchronousCopyOrdering::AddCopy(const AsynchronousCopy& copy) { in AddCopy() function in xla::AsynchronousCopyOrdering 2137 async_copy_ordering_.AddCopy(pending_async_copies_.back()); in AddAsyncCopy()
|