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

Function EvalNumeric

tensorflow/lite/kernels/elementwise.cc:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68inline TfLiteStatus EvalNumeric(TfLiteContext* context, TfLiteNode* node,
69 float float_func(float)) {
70 return EvalImpl<float>(context, node, float_func, kTfLiteFloat32);
71}
72
73inline TfLiteStatus EvalLogical(TfLiteContext* context, TfLiteNode* node,
74 bool bool_func(bool)) {

Callers 7

AbsEvalFunction · 0.70
SinEvalFunction · 0.70
CosEvalFunction · 0.70
LogEvalFunction · 0.70
SqrtEvalFunction · 0.70
RsqrtEvalFunction · 0.70
SquareEvalFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected