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

Function CosEval

tensorflow/lite/kernels/elementwise.cc:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86TfLiteStatus CosEval(TfLiteContext* context, TfLiteNode* node) {
87 return EvalNumeric(context, node, std::cos);
88}
89
90TfLiteStatus LogEval(TfLiteContext* context, TfLiteNode* node) {
91 return EvalNumeric(context, node, std::log);

Callers

nothing calls this directly

Calls 1

EvalNumericFunction · 0.70

Tested by

no test coverage detected