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

Method sync

tensorflow/lite/delegates/gpu/gl/gl_sync.h:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 ~GlSync() { Invalidate(); }
61
62 const GLsync sync() const { return sync_; }
63
64 private:
65 explicit GlSync(GLsync sync) : sync_(sync) {}

Callers 12

GlSyncWaitFunction · 0.45
GlActiveSyncWaitFunction · 0.45
EmbeddingVarComputeFnFunction · 0.45
VariableComputeFnFunction · 0.45
NormalVariableComputeFnFunction · 0.45
ComputeEVGradFnFunction · 0.45
ComputeSparseGradFnFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected