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

Class Context

tensorflow/core/platform/context.h:31–31  ·  view source on GitHub ↗

Context is a container for request-specific information that should be passed to threads that perform related work. The default constructor should capture all relevant context.

Source from the content-addressed store, hash-verified

29// to threads that perform related work. The default constructor should capture
30// all relevant context.
31class Context;
32
33// Scoped object that sets the current thread's context until the object is
34// destroyed.

Callers 3

CreateTaskMethod · 0.50
CreateTaskMethod · 0.50
RegisterInputMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected