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

Method OpContext

tensorflow/lite/kernels/fake_quant.cc:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34struct OpContext {
35 OpContext(TfLiteContext* context, TfLiteNode* node) {
36 input = GetInput(context, node, 0);
37 output = GetOutput(context, node, 0);
38 }
39 const TfLiteTensor* input;
40 TfLiteTensor* output;
41};

Callers

nothing calls this directly

Calls 2

GetInputFunction · 0.85
GetOutputFunction · 0.85

Tested by

no test coverage detected