Home
last modified time | relevance | path

Searched refs:EvalQuantized (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/micro/kernels/
Dfully_connected.cc81 TfLiteStatus EvalQuantized(TfLiteContext* context, TfLiteNode* node, in EvalQuantized() function
162 return EvalQuantized(context, node, params, data, input, filter, bias, in Eval()
Ddepthwise_conv.cc122 void EvalQuantized(TfLiteContext* context, TfLiteNode* node, in EvalQuantized() function
188 EvalQuantized(context, node, params, data, input, filter, bias, output); in Eval()
/external/tensorflow/tensorflow/lite/kernels/
Dmul.cc157 TfLiteStatus EvalQuantized(TfLiteContext* context, TfLiteNode* node, in EvalQuantized() function
258 context, EvalQuantized<kernel_type>(context, node, params, data, input1, in Eval()
Dfully_connected.cc313 TfLiteStatus EvalQuantized(TfLiteContext* context, TfLiteNode* node, in EvalQuantized() function
487 return EvalQuantized<kernel_type>(context, node, params, data, input, in Eval()
496 return EvalQuantized<kernel_type>(context, node, params, data, input, in Eval()
Ddepthwise_conv.cc225 void EvalQuantized(TfLiteContext* context, TfLiteNode* node, in EvalQuantized() function
314 EvalQuantized<kernel_type>(context, node, params, data, input, filter, in Eval()
Dsub.cc273 void EvalQuantized(TfLiteContext* context, TfLiteNode* node, in EvalQuantized() function
355 EvalQuantized<kernel_type>(context, node, params, data, input1, input2, in Eval()
Dconv.cc420 void EvalQuantized(TfLiteContext* context, TfLiteNode* node, in EvalQuantized() function
702 EvalQuantized<kernel_type>(context, node, params, data, input, filter, in Eval()
Dcomparisons.cc63 void EvalQuantized##opname(TfLiteContext* context, TfLiteNode* node, \
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/portable_optimized/
Ddepthwise_conv.cc313 void EvalQuantized(TfLiteContext* context, TfLiteNode* node, in EvalQuantized() function
419 EvalQuantized(context, node, params, data, input, filter, bias, output); in Eval()