Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Set
Method
Set
tensorflow/core/lib/monitoring/gauge.h:200–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
////
199
template <typename T>
200
void GaugeCell<T>::Set(const T& value) {
201
mutex_lock l(mu_);
202
value_ = value;
203
}
204
205
template <typename T>
206
T GaugeCell<T>::value() const {
Callers
7
TEST
Function · 0.45
TEST
Function · 0.45
WorkerSession
Method · 0.45
StartSend
Method · 0.45
StartRecv
Method · 0.45
ExecuteOp
Method · 0.45
Fill
Function · 0.45
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36