Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class GPUAdjustableAllocator final {
size_t FreeEmptyMemory(size_t target_memory_bytes,
BFCAllocator* bfc_allocator)
EXCLUSIVE_LOCKS_REQUIRED(lock_);
mutex lock_;
};

} // namespace tensorflow
Expand Down