guberti commented on code in PR #10921:
URL: https://github.com/apache/tvm/pull/10921#discussion_r883958414


##########
tests/scripts/task_python_docs.sh:
##########
@@ -84,6 +84,7 @@ IGNORED_WARNINGS=(
     'autotvm:Cannot find config for target=llvm -keys=cpu -link-params=0'
     'autotvm:One or more operators have not been tuned. Please tune your model 
for better performance. Use DEBUG logging level to see more details.'
     'autotvm:Cannot find config for target=cuda -keys=cuda,gpu'
+    'absl:For model inputs containing unsupported operations'

Review Comment:
   The full error is:
   ```WARNING:absl:For model inputs containing unsupported operations which 
cannot be quantized, the `inference_input_type` attribute will default to the 
original type.```
   This warning also occurs in the official TensorFlow tutorial - 
https://www.tensorflow.org/lite/performance/post_training_integer_quant.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to