Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
struct 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
GetInput
Function · 0.85
GetOutput
Function · 0.85
Tested by
no test coverage detected