Home
last modified time | relevance | path

Searched refs:kTfLiteUInt8 (Results 1 – 25 of 37) sorted by relevance

12

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/
A Dl2norm.cc60 output->type == kTfLiteUInt8 || in Prepare()
64 if (output->type == kTfLiteUInt8 || output->type == kTfLiteInt8) { in Prepare()
112 } else if (output->type == kTfLiteUInt8) { in Eval()
A Dactivations.cc148 } else if (input->type == kTfLiteUInt8) { in ReluPrepare()
180 case kTfLiteUInt8: { in ReluEval()
211 } else if (input->type == kTfLiteUInt8) { in Relu6Prepare()
246 case kTfLiteUInt8: { in Relu6Eval()
A Dhard_swish.cc52 if (input->type == kTfLiteUInt8 || input->type == kTfLiteInt8) { in HardSwishPrepare()
102 case kTfLiteUInt8: { in HardSwishEval()
A Ddequantize.cc59 TF_LITE_ENSURE(context, input->type == kTfLiteUInt8 || in Prepare()
87 case kTfLiteUInt8: in Eval()
A Dconcatenation.cc149 input_type == kTfLiteFloat32 || input_type == kTfLiteUInt8 || in Prepare()
191 case kTfLiteUInt8: in Prepare()
241 case kTfLiteUInt8: in Eval()
A Dtanh.cc60 if (input->type == kTfLiteUInt8 || input->type == kTfLiteInt8) { in CalculateArithmeticOpData()
114 case kTfLiteUInt8: { in TanhEval()
A Dsub.cc65 if (output->type == kTfLiteUInt8 || output->type == kTfLiteInt8) { in CalculateOpData()
154 if (output->type == kTfLiteUInt8 || output->type == kTfLiteInt8) { in EvalSubQuantized()
229 } else if (output->type == kTfLiteUInt8 || output->type == kTfLiteInt8) { in Eval()
A Dpad.cc106 if (input->type == kTfLiteInt8 || input->type == kTfLiteUInt8) { in Prepare()
110 if (input->type == kTfLiteUInt8) { in Prepare()
167 case kTfLiteUInt8: { in Eval()
A Dprelu.cc35 if (output->type == kTfLiteInt8 || output->type == kTfLiteUInt8 || in CalculatePreluParams()
126 case kTfLiteUInt8: { in PreluEval()
A Dcomparisons.cc107 case kTfLiteUInt8: in EqualEval()
212 case kTfLiteUInt8: in NotEqualEval()
303 case kTfLiteUInt8: in GreaterEval()
394 case kTfLiteUInt8: in GreaterEqualEval()
485 case kTfLiteUInt8: in LessEval()
576 case kTfLiteUInt8: in LessEqualEval()
626 if (input1->type == kTfLiteUInt8 || input1->type == kTfLiteInt8) { in Prepare()
A Darg_min_max.cc69 case kTfLiteUInt8: in Eval()
A Dunpack.cc90 case kTfLiteUInt8: { in Eval()
A Dfill.cc49 case kTfLiteUInt8: in EnsureEq()
A Dmaximum_minimum.cc91 case kTfLiteUInt8: in Eval()
A Dpack.cc85 case kTfLiteUInt8: { in Eval()
A Dresize_nearest_neighbor.cc81 } else if (output->type == kTfLiteUInt8) { in Eval()
A Dsplit.cc98 case kTfLiteUInt8: { in Eval()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/cmsis_nn/
A Dsoftmax.cc33 if (input->type == kTfLiteUInt8) { in SoftmaxQuantized()
87 case kTfLiteUInt8: in SoftmaxEval()
A Dmul.cc66 if (output->type == kTfLiteUInt8 || output->type == kTfLiteInt8) { in CalculateOpData()
143 } else if (output->type == kTfLiteUInt8) { in EvalQuantized()
195 case kTfLiteUInt8: in Eval()
A Dadd.cc69 if (output->type == kTfLiteUInt8 || output->type == kTfLiteInt8) { in CalculateOpData()
133 if (output->type == kTfLiteUInt8 || output->type == kTfLiteInt8) { in EvalAddQuantized()
228 } else if (output->type == kTfLiteUInt8 || output->type == kTfLiteInt8) { in Eval()
A Dpooling.cc105 TFLITE_DCHECK(input->type == kTfLiteUInt8 || input->type == kTfLiteInt8); in AverageEvalQuantized()
107 if (input->type == kTfLiteUInt8) { in AverageEvalQuantized()
340 case kTfLiteUInt8: in AverageEval()
368 case kTfLiteUInt8: in MaxEval()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/
A Dc_api_types.h67 kTfLiteUInt8 = 3, enumerator
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/
A Dportable_type_to_tflitetype.h66 MATCH_TYPE_AND_TFLITE_TYPE(unsigned char, kTfLiteUInt8);
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/
A Dkernel_util.cc265 if (input->type == kTfLiteUInt8) { in PopulateConvolutionQuantizationParams()
276 if (input->type == kTfLiteInt8 || input->type == kTfLiteUInt8 || in PopulateConvolutionQuantizationParams()
389 if (output->type == kTfLiteUInt8) { in CalculateActivationRangeQuantized()
493 case kTfLiteUInt8: in TfLiteTypeGetSize()
A Ddequantize.h48 case kTfLiteUInt8: in DequantizeImpl()

Completed in 22 milliseconds

12