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

Function AbsEval

tensorflow/lite/kernels/elementwise.cc:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78TfLiteStatus AbsEval(TfLiteContext* context, TfLiteNode* node) {
79 return EvalNumeric(context, node, std::abs);
80}
81
82TfLiteStatus SinEval(TfLiteContext* context, TfLiteNode* node) {
83 return EvalNumeric(context, node, std::sin);

Callers

nothing calls this directly

Calls 1

EvalNumericFunction · 0.70

Tested by

no test coverage detected