Home
last modified time | relevance | path

Searched refs:AddCopy (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor_database.h316 bool AddCopy(const void* encoded_file_descriptor, int size);
Ddescriptor_database_unittest.cc124 return database_.AddCopy(data.data(), data.size()); in AddToDatabase()
Ddescriptor_database.cc403 bool EncodedDescriptorDatabase::AddCopy(const void* encoded_file_descriptor, in AddCopy() function in google::protobuf::EncodedDescriptorDatabase
/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.h916 void AddCopy(const AsynchronousCopy& copy);
Dmemory_space_assignment_test.cc4803 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()
Dmemory_space_assignment.cc1462 void AsynchronousCopyOrdering::AddCopy(const AsynchronousCopy& copy) { in AddCopy() function in xla::AsynchronousCopyOrdering
2137 async_copy_ordering_.AddCopy(pending_async_copies_.back()); in AddAsyncCopy()