Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix leakyReLU support for CoreML (#6651)
The original implementation failed with the following error: File "../include/tvm/runtime/packed_func.h", line 372 TVMError: Check failed: type_code_ == kDLFloat (8 vs. 2) : expected float but get Object
- Loading branch information