Home
last modified time | relevance | path

Searched refs:SinEval (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Delementwise.cc82 TfLiteStatus SinEval(TfLiteContext* context, TfLiteNode* node) { in SinEval() function
125 elementwise::SinEval}; in Register_SIN()
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dops_custom.md82 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