added missing argument

This commit is contained in:
Tamas Nyiri 2020-07-10 17:40:01 +01:00
parent ed94f8da21
commit f03a29b93d

View File

@ -520,7 +520,7 @@ TEST(ModelInterface, Uint8MutipleInputOutput) {
}
TEST(ModelInterface, Int8MutipleInputOutput) {
auto model = CreateQuantizedModelMultipleInputOutput();
auto model = CreateQuantizedModelMultipleInputOutput(TensorType_INT8);
// Change model type.
flatbuffers::FlatBufferBuilder builder;