MCPcopy 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////
199template <typename T>
200void GaugeCell<T>::Set(const T& value) {
201 mutex_lock l(mu_);
202 value_ = value;
203}
204
205template <typename T>
206T GaugeCell<T>::value() const {

Callers 7

TESTFunction · 0.45
TESTFunction · 0.45
WorkerSessionMethod · 0.45
StartSendMethod · 0.45
StartRecvMethod · 0.45
ExecuteOpMethod · 0.45
FillFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36