MCPcopy 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

25class SharedCounter {
26 public:
27 int64 get() { return value_; }
28 int64 next() { return ++value_; }
29
30 private:

Callers 15

RunMethod · 0.45
ClientGraphMethod · 0.45
InitMethod · 0.45
DoGatherMethod · 0.45
ExecutorStateMethod · 0.45
ProcessSyncMethod · 0.45
BatchProcessMethod · 0.45
PrepareInputsMethod · 0.45
GraphRunnerMethod · 0.45
RunMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 15

RunMethod · 0.36
InitMethod · 0.36
DoGatherMethod · 0.36
TESTFunction · 0.36
InitializeDeviceMethod · 0.36
TEST_FFunction · 0.36
CreateMethod · 0.36
InitMethod · 0.36
GetFuncBodyMethod · 0.36
GetGradBodyMethod · 0.36