added missing argument
This commit is contained in:
parent
ed94f8da21
commit
f03a29b93d
@ -520,7 +520,7 @@ TEST(ModelInterface, Uint8MutipleInputOutput) {
|
||||
}
|
||||
|
||||
TEST(ModelInterface, Int8MutipleInputOutput) {
|
||||
auto model = CreateQuantizedModelMultipleInputOutput();
|
||||
auto model = CreateQuantizedModelMultipleInputOutput(TensorType_INT8);
|
||||
|
||||
// Change model type.
|
||||
flatbuffers::FlatBufferBuilder builder;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user