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

Function LogEval

tensorflow/lite/kernels/elementwise.cc:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90TfLiteStatus LogEval(TfLiteContext* context, TfLiteNode* node) {
91 return EvalNumeric(context, node, std::log);
92}
93
94TfLiteStatus SqrtEval(TfLiteContext* context, TfLiteNode* node) {
95 return EvalNumeric(context, node, std::sqrt);

Callers

nothing calls this directly

Calls 1

EvalNumericFunction · 0.70

Tested by

no test coverage detected