Home
last modified time | relevance | path

Searched refs:kTfLiteInt16 (Results 1 – 25 of 35) sorted by relevance

12

/external/tensorflow/tensorflow/lite/kernels/
Dmul.cc98 output->type == kTfLiteInt16) { in Prepare()
201 } else if (input1->type == kTfLiteInt16 && input2->type == kTfLiteInt16 && in EvalQuantized()
202 output->type == kTfLiteInt16) { in EvalQuantized()
215 } else if (input1->type == kTfLiteInt16 && input2->type == kTfLiteInt16 && in EvalQuantized()
256 output->type == kTfLiteInt16) { in Eval()
Dreverse.cc42 input->type != kTfLiteUInt8 && input->type != kTfLiteInt16 && in Prepare()
88 case kTfLiteInt16: { in Eval()
Dsplit.cc81 input_type == kTfLiteInt8 || input_type == kTfLiteInt16 || in Prepare()
145 case kTfLiteInt16: { in Eval()
Dreverse_sequence.cc41 input->type != kTfLiteUInt8 && input->type != kTfLiteInt16 && in Prepare()
128 case kTfLiteInt16: { in Eval()
Dsplit_v.cc129 input_type == kTfLiteInt16); in Prepare()
181 case kTfLiteInt16: { in Eval()
Dadd.cc130 } else if (output->type == kTfLiteInt16) { in Prepare()
274 } else if (output->type == kTfLiteInt16) { in EvalAddQuantized()
310 output->type == kTfLiteInt16) { in Eval()
Dfully_connected.cc354 case kTfLiteInt16: in EvalQuantized()
371 case kTfLiteInt16: in EvalQuantized()
399 bias->type != kTfLiteInt32 || output->type != kTfLiteInt16 || in EvalShuffledQuantized()
Dselect.cc95 case kTfLiteInt16: \ in SelectEval()
Dactivations.cc136 } else if (input->type == kTfLiteInt16) { in TanhPrepare()
205 } else if (input->type == kTfLiteInt16) { in SigmoidPrepare()
309 if (output->type == kTfLiteUInt8 || output->type == kTfLiteInt16) { in PreluPrepare()
434 case kTfLiteInt16: { in TanhEval()
502 case kTfLiteInt16: { in SigmoidEval()
Dsub.cc217 } else if (output->type == kTfLiteInt16) { in Prepare()
354 output->type == kTfLiteInt16) { in Eval()
Dunique.cc131 case kTfLiteInt16: in Eval()
Dpack.cc43 input0->type != kTfLiteInt16 && input0->type != kTfLiteInt64) { in Prepare()
Done_hot.cc128 case kTfLiteInt16: in Prepare()
Dconcatenation.cc61 input_type == kTfLiteInt8 || input_type == kTfLiteInt16 || in Prepare()
/external/tensorflow/tensorflow/lite/delegates/flex/
Dutil.cc63 case kTfLiteInt16: in GetTensorFlowDataType()
87 return kTfLiteInt16; in GetTensorFlowLiteType()
Dutil_test.cc112 EXPECT_EQ(TF_INT16, GetTensorFlowDataType(kTfLiteInt16)); in TEST()
123 EXPECT_EQ(kTfLiteInt16, GetTensorFlowLiteType(TF_INT16)); in TEST()
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dpython_utils.cc37 case kTfLiteInt16: in TfLiteTypeToPyArrayType()
66 return kTfLiteInt16; in TfLiteTypeFromPyArray()
/external/tensorflow/tensorflow/lite/experimental/swift/Sources/
DTensor.swift84 case kTfLiteInt16:
/external/tensorflow/tensorflow/lite/experimental/writer/
Denum_mapping.h75 case kTfLiteInt16: in TfLiteTypeToSchemaType()
/external/tensorflow/tensorflow/lite/
Doptional_debug_tools.cc55 case kTfLiteInt16: in TensorTypeName()
/external/tensorflow/tensorflow/lite/c/
Dc_api_internal_test.cc81 EXPECT_EQ(type_name(kTfLiteInt16), "INT16"); in TEST()
Dc_api_internal.c159 case kTfLiteInt16: in TfLiteTypeGetName()
/external/tensorflow/tensorflow/lite/experimental/micro/
Dsimple_tensor_allocator.cc29 case kTfLiteInt16: in TfLiteTypeSizeOf()
/external/libtextclassifier/utils/
Dtflite-model-executor.h102 case kTfLiteInt16: in SetInput()
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/
Dfully_connected.cc111 case kTfLiteInt16: in EvalQuantized()

12