/external/tensorflow/tensorflow/lite/experimental/micro/kernels/ |
D | fully_connected.cc | 81 TfLiteStatus EvalQuantized(TfLiteContext* context, TfLiteNode* node, in EvalQuantized() function 162 return EvalQuantized(context, node, params, data, input, filter, bias, in Eval()
|
D | depthwise_conv.cc | 122 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/ |
D | mul.cc | 157 TfLiteStatus EvalQuantized(TfLiteContext* context, TfLiteNode* node, in EvalQuantized() function 258 context, EvalQuantized<kernel_type>(context, node, params, data, input1, in Eval()
|
D | fully_connected.cc | 313 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()
|
D | depthwise_conv.cc | 225 void EvalQuantized(TfLiteContext* context, TfLiteNode* node, in EvalQuantized() function 314 EvalQuantized<kernel_type>(context, node, params, data, input, filter, in Eval()
|
D | sub.cc | 273 void EvalQuantized(TfLiteContext* context, TfLiteNode* node, in EvalQuantized() function 355 EvalQuantized<kernel_type>(context, node, params, data, input1, input2, in Eval()
|
D | conv.cc | 420 void EvalQuantized(TfLiteContext* context, TfLiteNode* node, in EvalQuantized() function 702 EvalQuantized<kernel_type>(context, node, params, data, input, filter, in Eval()
|
D | comparisons.cc | 63 void EvalQuantized##opname(TfLiteContext* context, TfLiteNode* node, \
|
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/portable_optimized/ |
D | depthwise_conv.cc | 313 void EvalQuantized(TfLiteContext* context, TfLiteNode* node, in EvalQuantized() function 419 EvalQuantized(context, node, params, data, input, filter, bias, output); in Eval()
|