Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ArgMinEval
Function
ArgMinEval
tensorflow/lite/kernels/arg_min_max.cc:239–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
}
238
239
TfLiteStatus ArgMinEval(TfLiteContext* context, TfLiteNode* node) {
240
return Eval(context, node, false);
241
}
242
243
TfLiteStatus ArgMaxEval(TfLiteContext* context, TfLiteNode* node) {
244
return Eval(context, node, true);
Callers
nothing calls this directly
Calls
1
Eval
Function · 0.70
Tested by
no test coverage detected