Home
last modified time | relevance | path

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 Dsoftmax_common.cc35 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 Dquantize_common.cc52 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 Ddequantize.cc61 input->type == kTfLiteInt16); in Prepare()
101 case kTfLiteInt16: in Eval()
A Dfill.cc51 case kTfLiteInt16: in EnsureEq()
A Dsplit.cc104 case kTfLiteInt16: { in Eval()
A Dsplit_v.cc106 case kTfLiteInt16: { in Eval()
A Dtanh.cc105 case kTfLiteInt16: { in TanhEval()
A Dprelu.cc36 output->type == kTfLiteInt16) { in CalculatePreluParams()
A Dsvdf_common.cc408 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 Dsoftmax.cc40 if (output->type == kTfLiteInt16) { in SoftmaxQuantized()
88 case kTfLiteInt16: { in SoftmaxEval()
A Dsvdf.cc362 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 Dc_api_types.h71 kTfLiteInt16 = 7, enumerator
A Dcommon.c200 case kTfLiteInt16: in TfLiteTypeGetName()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/
A Dportable_type_to_tflitetype.h63 MATCH_TYPE_AND_TFLITE_TYPE(int16_t, kTfLiteInt16);
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/
A Dkernel_util.cc235 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 Ddequantize.h70 case kTfLiteInt16: in DequantizeImpl()
A Dtest_util.h975 static constexpr TfLiteType tflite_type = TfLiteType::kTfLiteInt16;
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/
A Dmemory_helpers.cc60 case kTfLiteInt16: in TfLiteTypeSizeOf()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/
A Daudio_microfrontend.cc102 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 Dflatbuffer_conversions.cc853 *type = kTfLiteInt16; in ConvertTensorType()

Completed in 25 milliseconds