Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ GetStats
Method
GetStats
tensorflow/core/common_runtime/sycl/sycl_allocator.cc:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void SYCLAllocator::GetStats(AllocatorStats* stats) {
70
mutex_lock lock(mu_);
71
*stats = stats_;
72
}
73
74
void SYCLAllocator::ClearStats() override {
75
mutex_lock l(mu_);
Callers
1
UpdateStats
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected