Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix leakyReLU support for CoreML #6651

Merged
merged 1 commit into from
Oct 8, 2020

Conversation

ishitatsuyuki
Copy link
Contributor

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

Looks like something written at 3AM ;)

r? @jroesch

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
@tqchen tqchen merged commit dffdb23 into apache:master Oct 8, 2020
@tqchen
Copy link
Member

tqchen commented Oct 8, 2020

Thanks @ishitatsuyuki !

@ishitatsuyuki ishitatsuyuki deleted the coreml-leakyrelu branch October 8, 2020 12:47
TusharKanekiDey pushed a commit to TusharKanekiDey/tvm that referenced this pull request Oct 13, 2020
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
TusharKanekiDey pushed a commit to TusharKanekiDey/tvm that referenced this pull request Oct 14, 2020
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
TusharKanekiDey pushed a commit to TusharKanekiDey/tvm that referenced this pull request Oct 15, 2020
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
TusharKanekiDey pushed a commit to TusharKanekiDey/tvm that referenced this pull request Oct 16, 2020
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
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request Oct 19, 2020
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants