MCPcopy 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
69void SYCLAllocator::GetStats(AllocatorStats* stats) {
70 mutex_lock lock(mu_);
71 *stats = stats_;
72}
73
74void SYCLAllocator::ClearStats() override {
75 mutex_lock l(mu_);

Callers 1

UpdateStatsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected