Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ get
Method
get
tensorflow/core/common_runtime/shared_counter.h:27–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
class SharedCounter {
26
public:
27
int64 get() { return value_; }
28
int64 next() { return ++value_; }
29
30
private:
Callers
15
CollectiveParamResolverLocalTest
Method · 0.45
Run
Method · 0.45
ClientGraph
Method · 0.45
Init
Method · 0.45
DoGather
Method · 0.45
ExecutorState
Method · 0.45
ProcessSync
Method · 0.45
BatchProcess
Method · 0.45
PrepareInputs
Method · 0.45
GraphRunner
Method · 0.45
Run
Method · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
15
CollectiveParamResolverLocalTest
Method · 0.36
Run
Method · 0.36
Init
Method · 0.36
DoGather
Method · 0.36
TEST
Function · 0.36
InitializeDevice
Method · 0.36
CollectiveExecutorMgrTest
Method · 0.36
TEST_F
Function · 0.36
Create
Method · 0.36
Init
Method · 0.36
GetFuncBody
Method · 0.36
GetGradBody
Method · 0.36