MCPcopy 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
239TfLiteStatus ArgMinEval(TfLiteContext* context, TfLiteNode* node) {
240 return Eval(context, node, false);
241}
242
243TfLiteStatus ArgMaxEval(TfLiteContext* context, TfLiteNode* node) {
244 return Eval(context, node, true);

Callers

nothing calls this directly

Calls 1

EvalFunction · 0.70

Tested by

no test coverage detected