MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / SafeAccumulatorSet

Class SafeAccumulatorSet

tensorflow/python/eager/pywrap_tfe_src.cc:1491–1494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1489};
1490
1491class SafeAccumulatorSet : public SafeSetCopy<AccumulatorSet> {
1492 public:
1493 SafeAccumulatorSet() : SafeSetCopy<AccumulatorSet>(*GetAccumulatorSet()) {}
1494};
1495
1496bool* ThreadTapeIsStopped() {
1497 thread_local bool thread_tape_is_stopped{false};

Callers 2

TapeSetRecordOperationFunction · 0.85
RecordGradientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected