Searched refs:tflite_type (Results 1 – 4 of 4) sorted by relevance
85 void add_type_conversion(int tflite_index, TfLiteType tflite_type) { in add_type_conversion() argument90 index_to_type_conversion_[tflite_index] = tflite_type; in add_type_conversion()
80 EXPECT_THAT(model.GetOutputType(), TypeParam::tflite_type); in TYPED_TEST()
945 static constexpr TfLiteType tflite_type = TfLiteType::kTfLiteFloat32;955 static constexpr TfLiteType tflite_type = TfLiteType::kTfLiteInt32;965 static constexpr TfLiteType tflite_type = TfLiteType::kTfLiteUInt32;975 static constexpr TfLiteType tflite_type = TfLiteType::kTfLiteInt16;985 static constexpr TfLiteType tflite_type = TfLiteType::kTfLiteInt8;995 static constexpr TfLiteType tflite_type = TfLiteType::kTfLiteUInt8;
90 EXPECT_THAT(model.GetOutputType(), TypeParam::tflite_type); in TYPED_TEST()