Searched refs:kTfLiteUInt8 (Results 1 – 25 of 37) sorted by relevance
12
60 output->type == kTfLiteUInt8 || in Prepare()64 if (output->type == kTfLiteUInt8 || output->type == kTfLiteInt8) { in Prepare()112 } else if (output->type == kTfLiteUInt8) { in Eval()
148 } 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()
52 if (input->type == kTfLiteUInt8 || input->type == kTfLiteInt8) { in HardSwishPrepare()102 case kTfLiteUInt8: { in HardSwishEval()
59 TF_LITE_ENSURE(context, input->type == kTfLiteUInt8 || in Prepare()87 case kTfLiteUInt8: in Eval()
149 input_type == kTfLiteFloat32 || input_type == kTfLiteUInt8 || in Prepare()191 case kTfLiteUInt8: in Prepare()241 case kTfLiteUInt8: in Eval()
60 if (input->type == kTfLiteUInt8 || input->type == kTfLiteInt8) { in CalculateArithmeticOpData()114 case kTfLiteUInt8: { in TanhEval()
65 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()
106 if (input->type == kTfLiteInt8 || input->type == kTfLiteUInt8) { in Prepare()110 if (input->type == kTfLiteUInt8) { in Prepare()167 case kTfLiteUInt8: { in Eval()
35 if (output->type == kTfLiteInt8 || output->type == kTfLiteUInt8 || in CalculatePreluParams()126 case kTfLiteUInt8: { in PreluEval()
107 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()
69 case kTfLiteUInt8: in Eval()
90 case kTfLiteUInt8: { in Eval()
49 case kTfLiteUInt8: in EnsureEq()
91 case kTfLiteUInt8: in Eval()
85 case kTfLiteUInt8: { in Eval()
81 } else if (output->type == kTfLiteUInt8) { in Eval()
98 case kTfLiteUInt8: { in Eval()
33 if (input->type == kTfLiteUInt8) { in SoftmaxQuantized()87 case kTfLiteUInt8: in SoftmaxEval()
66 if (output->type == kTfLiteUInt8 || output->type == kTfLiteInt8) { in CalculateOpData()143 } else if (output->type == kTfLiteUInt8) { in EvalQuantized()195 case kTfLiteUInt8: in Eval()
69 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()
105 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()
67 kTfLiteUInt8 = 3, enumerator
66 MATCH_TYPE_AND_TFLITE_TYPE(unsigned char, kTfLiteUInt8);
265 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()
48 case kTfLiteUInt8: in DequantizeImpl()
Completed in 22 milliseconds