akmaru opened a new pull request #8133:
URL: https://github.com/apache/tvm/pull/8133


   Fixed the errors of EdgeTPURuntime
   
   * Fixed compile error by the omission include "edgetpu.h"
   * Fixed SEGV in EdgeTPURuntime destructor.
     * It occurs if with destruction by the order EdgeTPUContext -> 
tflite::Interpreter. It maybe due to implementation of iflite::Interpreter. So, 
fixed to destruct by the reverse order by using EdgeTPUContext destructor.
   


-- 
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.

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


Reply via email to