Home
last modified time | relevance | path

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

1234

/external/tensorflow/tensorflow/lite/kernels/
Darg_min_max.cc82 case kTfLiteUInt8: in Prepare()
136 case kTfLiteUInt8: in Eval()
154 case kTfLiteUInt8: in Eval()
177 case kTfLiteUInt8: in Eval()
192 case kTfLiteUInt8: in Eval()
Dl2norm.cc50 output->type == kTfLiteUInt8 || in Prepare()
54 if (output->type == kTfLiteUInt8 || output->type == kTfLiteInt8) { in Prepare()
56 if (output->type == kTfLiteUInt8) { in Prepare()
92 } else if (output->type == kTfLiteUInt8) { in Eval()
Dcomparisons.cc67 if (input1->type == kTfLiteUInt8 || input1->type == kTfLiteInt8) { \
144 case kTfLiteUInt8: in EqualEval()
180 case kTfLiteUInt8: in NotEqualEval()
212 case kTfLiteUInt8: in GreaterEval()
244 case kTfLiteUInt8: in GreaterEqualEval()
276 case kTfLiteUInt8: in LessEval()
308 case kTfLiteUInt8: in LessEqualEval()
Dfully_connected.cc136 (filter->type == kTfLiteUInt8 || filter->type == kTfLiteInt8)) { in Prepare()
214 filter->type == kTfLiteUInt8 || filter->type == kTfLiteInt8); in EvalHybrid()
250 if (filter->type == kTfLiteUInt8) { in EvalHybrid()
348 case kTfLiteUInt8: in EvalQuantized()
365 case kTfLiteUInt8: in EvalQuantized()
398 if (input->type != kTfLiteUInt8 || filter->type != kTfLiteUInt8 || in EvalShuffledQuantized()
400 shuffled_input_workspace->type != kTfLiteUInt8) { in EvalShuffledQuantized()
477 case kTfLiteUInt8: in Eval()
Dmul.cc86 if (output->type == kTfLiteUInt8) { in Prepare()
97 if (output->type == kTfLiteUInt8 || output->type == kTfLiteInt8 || in Prepare()
162 (input1->type == kTfLiteUInt8 || input1->type == kTfLiteInt8)) { in EvalQuantized()
216 (output->type == kTfLiteUInt8 || output->type == kTfLiteInt8)) { in EvalQuantized()
255 } else if (output->type == kTfLiteUInt8 || output->type == kTfLiteInt8 || in Eval()
Dsub.cc79 output->type == kTfLiteUInt8 || output->type == kTfLiteInt8); in Prepare8BitSubOp()
85 if (output->type == kTfLiteUInt8) { in Prepare8BitSubOp()
132 if (output->type == kTfLiteUInt8) { in Prepare8BitSubOp()
214 if (output->type == kTfLiteUInt8 || output->type == kTfLiteInt8) { in Prepare()
307 } else if (output->type == kTfLiteUInt8) { in EvalQuantized()
353 } else if (output->type == kTfLiteUInt8 || output->type == kTfLiteInt8 || in Eval()
Dactivations.cc67 if (input->type == kTfLiteUInt8) { in CheckOutputQuantParams()
124 if (input->type == kTfLiteUInt8 || input->type == kTfLiteInt8) { in TanhPrepare()
183 if (input->type == kTfLiteUInt8 || input->type == kTfLiteInt8) { in SigmoidPrepare()
184 if (input->type == kTfLiteUInt8) { in SigmoidPrepare()
248 if (input->type == kTfLiteUInt8 || input->type == kTfLiteInt8) { in SoftmaxPrepare()
274 if (input->type == kTfLiteUInt8 || input->type == kTfLiteInt8) { in LogSoftmaxPrepare()
275 if (input->type == kTfLiteUInt8) { in LogSoftmaxPrepare()
309 if (output->type == kTfLiteUInt8 || output->type == kTfLiteInt16) { in PreluPrepare()
401 case kTfLiteUInt8: in Relu6Eval()
448 case kTfLiteUInt8: { in TanhEval()
[all …]
Dgather.cc59 case kTfLiteUInt8: in Prepare()
137 case kTfLiteUInt8: in Eval()
157 case kTfLiteUInt8: in Eval()
Dreduce.cc192 case kTfLiteUInt8: in InitializeTemporaries()
288 op_context.input->type == kTfLiteUInt8) { in EvalMean()
297 if (op_context.input->type == kTfLiteUInt8) { in EvalMean()
367 case kTfLiteUInt8: in EvalMean()
413 if (op_context->input->type == kTfLiteUInt8) { in EvalLogic()
507 case kTfLiteUInt8: in EvalGeneric()
525 if (input->type != kTfLiteUInt8 || in EvalSum()
Ddequantize.cc61 TF_LITE_ENSURE(context, op_context.input->type == kTfLiteUInt8 || in Prepare()
86 case kTfLiteUInt8: in Eval()
Dadd.cc96 if (output->type == kTfLiteUInt8 || output->type == kTfLiteInt8) { in Prepare()
121 if (output->type == kTfLiteUInt8) { in Prepare()
228 if (output->type == kTfLiteUInt8 || output->type == kTfLiteInt8) { in EvalAddQuantized()
309 } else if (output->type == kTfLiteUInt8 || output->type == kTfLiteInt8 || in Eval()
Dreverse.cc42 input->type != kTfLiteUInt8 && input->type != kTfLiteInt16 && in Prepare()
82 case kTfLiteUInt8: { in Eval()
Dcast.cc81 case kTfLiteUInt8: in copyToTensor()
111 case kTfLiteUInt8: in Eval()
Dembedding_lookup.cc121 if (value->type == kTfLiteUInt8) { in EvalHybrid()
142 case kTfLiteUInt8: in Eval()
Dspace_to_depth.cc52 data_type == kTfLiteFloat32 || data_type == kTfLiteUInt8 || in Prepare()
97 case kTfLiteUInt8: in Eval()
Dbasic_rnn.cc99 input->type == kTfLiteFloat32 && (input_weights->type == kTfLiteUInt8 || in Prepare()
182 const bool is_uint8_hybrid = input_weights->type == kTfLiteUInt8; in EvalHybrid()
235 case kTfLiteUInt8: in Eval()
Dgather_nd.cc40 case kTfLiteUInt8: in Prepare()
112 case kTfLiteUInt8: in EvalGatherNd()
Dpack.cc42 input0->type != kTfLiteUInt8 && input0->type != kTfLiteInt8 && in Prepare()
105 case kTfLiteUInt8: { in Eval()
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/
Dmicro_speech_test.cc66 TF_LITE_MICRO_EXPECT_EQ(kTfLiteUInt8, input->type); in TF_LITE_MICRO_TEST()
88 TF_LITE_MICRO_EXPECT_EQ(kTfLiteUInt8, output->type); in TF_LITE_MICRO_TEST()
124 TF_LITE_MICRO_EXPECT_EQ(kTfLiteUInt8, output->type); in TF_LITE_MICRO_TEST()
/external/tensorflow/tensorflow/lite/delegates/flex/
Dutil.cc67 case kTfLiteUInt8: in GetTensorFlowDataType()
91 return kTfLiteUInt8; in GetTensorFlowLiteType()
Dutil_test.cc114 EXPECT_EQ(TF_UINT8, GetTensorFlowDataType(kTfLiteUInt8)); in TEST()
125 EXPECT_EQ(kTfLiteUInt8, GetTensorFlowLiteType(TF_UINT8)); in TEST()
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dtflite_driver.cc185 case kTfLiteUInt8: in Check()
293 case kTfLiteUInt8: { in SetInput()
332 case kTfLiteUInt8: in SetExpectation()
399 case kTfLiteUInt8: in ReadOutput()
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/
Dpushbutton_test.cc94 TF_LITE_MICRO_EXPECT_EQ(kTfLiteUInt8, input->type); in TF_LITE_MICRO_TEST()
115 TF_LITE_MICRO_EXPECT_EQ(kTfLiteUInt8, output->type); in TF_LITE_MICRO_TEST()
/external/tensorflow/tensorflow/lite/testing/
Dtflite_driver.cc185 case kTfLiteUInt8: in Check()
292 case kTfLiteUInt8: { in SetInput()
338 case kTfLiteUInt8: in SetExpectation()
402 case kTfLiteUInt8: in ReadOutput()
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dpython_utils.cc39 case kTfLiteUInt8: in TfLiteTypeToPyArrayType()
68 return kTfLiteUInt8; in TfLiteTypeFromPyArray()

1234