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

Function SquareEval

tensorflow/lite/kernels/elementwise.cc:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102TfLiteStatus SquareEval(TfLiteContext* context, TfLiteNode* node) {
103 return EvalNumeric(context, node, [](float f) { return f * f; });
104}
105
106TfLiteStatus LogicalNotEval(TfLiteContext* context, TfLiteNode* node) {
107 return EvalLogical(context, node, [](bool v) { return !v; });

Callers

nothing calls this directly

Calls 1

EvalNumericFunction · 0.70

Tested by

no test coverage detected