Addressed review comments.
Change-Id: Ibaca013d126b9a50e775247f2a6df90244160eb9
This commit is contained in:
parent
a0338d6505
commit
c93191244a
@ -300,7 +300,7 @@ TfLiteStatus ApplyConstraints(ModelT* model,
|
||||
if (!property.quantizable) {
|
||||
continue;
|
||||
}
|
||||
if ((!property.arbitrary_inputs) ||
|
||||
if (!property.arbitrary_inputs ||
|
||||
!property.restrict_same_input_output_scale) {
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user