/external/tensorflow/tensorflow/lite/kernels/ |
D | arg_min_max.cc | 82 case kTfLiteUInt8: in Prepare() 136 case kTfLiteUInt8: in Eval() 154 case kTfLiteUInt8: in Eval() 177 case kTfLiteUInt8: in Eval() 192 case kTfLiteUInt8: in Eval()
|
D | l2norm.cc | 50 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()
|
D | comparisons.cc | 67 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()
|
D | fully_connected.cc | 136 (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()
|
D | mul.cc | 86 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()
|
D | sub.cc | 79 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()
|
D | activations.cc | 67 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 …]
|
D | gather.cc | 59 case kTfLiteUInt8: in Prepare() 137 case kTfLiteUInt8: in Eval() 157 case kTfLiteUInt8: in Eval()
|
D | reduce.cc | 192 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()
|
D | dequantize.cc | 61 TF_LITE_ENSURE(context, op_context.input->type == kTfLiteUInt8 || in Prepare() 86 case kTfLiteUInt8: in Eval()
|
D | add.cc | 96 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()
|
D | reverse.cc | 42 input->type != kTfLiteUInt8 && input->type != kTfLiteInt16 && in Prepare() 82 case kTfLiteUInt8: { in Eval()
|
D | cast.cc | 81 case kTfLiteUInt8: in copyToTensor() 111 case kTfLiteUInt8: in Eval()
|
D | embedding_lookup.cc | 121 if (value->type == kTfLiteUInt8) { in EvalHybrid() 142 case kTfLiteUInt8: in Eval()
|
D | space_to_depth.cc | 52 data_type == kTfLiteFloat32 || data_type == kTfLiteUInt8 || in Prepare() 97 case kTfLiteUInt8: in Eval()
|
D | basic_rnn.cc | 99 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()
|
D | gather_nd.cc | 40 case kTfLiteUInt8: in Prepare() 112 case kTfLiteUInt8: in EvalGatherNd()
|
D | pack.cc | 42 input0->type != kTfLiteUInt8 && input0->type != kTfLiteInt8 && in Prepare() 105 case kTfLiteUInt8: { in Eval()
|
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/ |
D | micro_speech_test.cc | 66 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/ |
D | util.cc | 67 case kTfLiteUInt8: in GetTensorFlowDataType() 91 return kTfLiteUInt8; in GetTensorFlowLiteType()
|
D | util_test.cc | 114 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/ |
D | tflite_driver.cc | 185 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/ |
D | pushbutton_test.cc | 94 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/ |
D | tflite_driver.cc | 185 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/ |
D | python_utils.cc | 39 case kTfLiteUInt8: in TfLiteTypeToPyArrayType() 68 return kTfLiteUInt8; in TfLiteTypeFromPyArray()
|