Home
last modified time | relevance | path

Searched refs:AsynchronousCopy (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.h895 struct AsynchronousCopy { struct
903 bool operator<(const AsynchronousCopy& a, const AsynchronousCopy& b); argument
916 void AddCopy(const AsynchronousCopy& copy);
919 void RemoveCopy(const AsynchronousCopy& copy);
931 absl::optional<AsynchronousCopy> ViolatesOrdering(int64 start_time,
936 std::set<AsynchronousCopy> ranges_;
1252 absl::optional<AsynchronousCopy> ViolatesAsyncCopyOrdering(
1337 std::vector<AsynchronousCopy> pending_async_copies_;
Dmemory_space_assignment.cc1457 bool operator<(const AsynchronousCopy& a, const AsynchronousCopy& b) { in operator <()
1462 void AsynchronousCopyOrdering::AddCopy(const AsynchronousCopy& copy) { in AddCopy()
1468 void AsynchronousCopyOrdering::RemoveCopy(const AsynchronousCopy& copy) { in RemoveCopy()
1474 absl::optional<AsynchronousCopy> AsynchronousCopyOrdering::ViolatesOrdering( in ViolatesOrdering()
2171 absl::optional<AsynchronousCopy>