Searched refs:SinEval (Results 1 – 2 of 2) sorted by relevance
82 TfLiteStatus SinEval(TfLiteContext* context, TfLiteNode* node) { in SinEval() function125 elementwise::SinEval}; in Register_SIN()
82 TfLiteStatus SinEval(TfLiteContext* context, TfLiteNode* node) {103 static TfLiteRegistration r = {nullptr, nullptr, SinPrepare, SinEval};111 correspond to the `SinPrepare` and `SinEval()` functions you defined for the