Searched refs:kTfLiteInt16 (Results 1 – 20 of 20) sorted by relevance
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/ |
A D | softmax_common.cc | 35 if (input->type == kTfLiteInt8 || input->type == kTfLiteInt16) { in CalculateSoftmaxParams() 36 if (input->type == kTfLiteInt16) { in CalculateSoftmaxParams() 42 if (output->type == kTfLiteInt16) { in CalculateSoftmaxParams() 56 if (input->type == kTfLiteInt16) { in CalculateSoftmaxParams() 104 if (input->type == kTfLiteInt16) { in SoftmaxPrepare() 116 if (output->type == kTfLiteInt16) { in SoftmaxPrepare() 118 input->type == kTfLiteInt8 || input->type == kTfLiteInt16); in SoftmaxPrepare() 124 if (input->type == kTfLiteInt16) { in SoftmaxPrepare()
|
A D | quantize_common.cc | 52 input->type == kTfLiteInt16 || in PrepareQuantizeReference() 55 output->type == kTfLiteInt16 || in PrepareQuantizeReference() 58 if ((input->type == kTfLiteInt16 && output->type == kTfLiteInt8) || in PrepareQuantizeReference() 61 (input->type == kTfLiteInt16 && output->type == kTfLiteInt16) || in PrepareQuantizeReference() 62 (input->type == kTfLiteInt16 && output->type == kTfLiteInt32)) { in PrepareQuantizeReference() 93 case kTfLiteInt16: in EvalQuantizeReference() 106 } else if (input->type == kTfLiteInt16) { in EvalQuantizeReference() 116 case kTfLiteInt16: in EvalQuantizeReference()
|
A D | dequantize.cc | 61 input->type == kTfLiteInt16); in Prepare() 101 case kTfLiteInt16: in Eval()
|
A D | fill.cc | 51 case kTfLiteInt16: in EnsureEq()
|
A D | split.cc | 104 case kTfLiteInt16: { in Eval()
|
A D | split_v.cc | 106 case kTfLiteInt16: { in Eval()
|
A D | tanh.cc | 105 case kTfLiteInt16: { in TanhEval()
|
A D | prelu.cc | 36 output->type == kTfLiteInt16) { in CalculatePreluParams()
|
A D | svdf_common.cc | 408 TF_LITE_ENSURE_EQ(context, weights_time->type, kTfLiteInt16); in PrepareSvdf() 409 TF_LITE_ENSURE_EQ(context, activation_state->type, kTfLiteInt16); in PrepareSvdf()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/cmsis_nn/ |
A D | softmax.cc | 40 if (output->type == kTfLiteInt16) { in SoftmaxQuantized() 88 case kTfLiteInt16: { in SoftmaxEval()
|
A D | svdf.cc | 362 TF_LITE_ENSURE_EQ(context, weights_time->type, kTfLiteInt16); in Prepare() 363 TF_LITE_ENSURE_EQ(context, activation_state->type, kTfLiteInt16); in Prepare()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/ |
A D | c_api_types.h | 71 kTfLiteInt16 = 7, enumerator
|
A D | common.c | 200 case kTfLiteInt16: in TfLiteTypeGetName()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/ |
A D | portable_type_to_tflitetype.h | 63 MATCH_TYPE_AND_TFLITE_TYPE(int16_t, kTfLiteInt16);
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/ |
A D | kernel_util.cc | 235 input->type == kTfLiteInt8 || input->type == kTfLiteInt16); in PopulateConvolutionQuantizationParams() 277 input->type == kTfLiteInt16) { in PopulateConvolutionQuantizationParams() 395 } else if (output->type == kTfLiteInt16) { in CalculateActivationRangeQuantized() 501 case kTfLiteInt16: in TfLiteTypeGetSize()
|
A D | dequantize.h | 70 case kTfLiteInt16: in DequantizeImpl()
|
A D | test_util.h | 975 static constexpr TfLiteType tflite_type = TfLiteType::kTfLiteInt16;
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/ |
A D | memory_helpers.cc | 60 case kTfLiteInt16: in TfLiteTypeSizeOf()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/ |
A D | audio_microfrontend.cc | 102 TF_LITE_ENSURE_EQ(context, input->type, kTfLiteInt16); in Prepare()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/core/api/ |
A D | flatbuffer_conversions.cc | 853 *type = kTfLiteInt16; in ConvertTensorType()
|
Completed in 25 milliseconds