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

Method context

tensorflow/lite/core/subgraph.h:233–233  ·  view source on GitHub ↗

Return the subgraph specific context.

Source from the content-addressed store, hash-verified

231
232 // Return the subgraph specific context.
233 TfLiteContext* context() { return &context_; }
234
235 // Set the value of an external context.
236 void SetExternalContext(TfLiteExternalContextType type,

Callers 3

InterpreterMethod · 0.45
SetNumThreadsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected