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

Function SinEval

tensorflow/lite/kernels/elementwise.cc:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82TfLiteStatus SinEval(TfLiteContext* context, TfLiteNode* node) {
83 return EvalNumeric(context, node, std::sin);
84}
85
86TfLiteStatus CosEval(TfLiteContext* context, TfLiteNode* node) {
87 return EvalNumeric(context, node, std::cos);

Callers

nothing calls this directly

Calls 1

EvalNumericFunction · 0.70

Tested by

no test coverage detected