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

Method Get

tensorflow/lite/interpreter_test.cc:918–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

916 static const TfLiteExternalContextType kType = kTfLiteGemmLowpContext;
917
918 static TestExternalContext* Get(TfLiteContext* context) {
919 return reinterpret_cast<TestExternalContext*>(
920 context->GetExternalContext(context, kType));
921 }
922
923 static void Set(TfLiteContext* context, TestExternalContext* value) {
924 context->SetExternalContext(context, kType, value);

Callers 5

GetMinimumRuntimeMethod · 0.45
ParseNodesMethod · 0.45
ParseQuantizationMethod · 0.45
ParseTensorsMethod · 0.45

Calls 1

GetExternalContextMethod · 0.80

Tested by

no test coverage detected