forked from neo-ai/tvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Target] Allow 'true' and 'false' strings in conversions to integer (a…
…pache#8254) * [Target] Allow 'true' and 'false' strings in conversions to integer This will allow Bool parameters to take true/false values instead of 0 and 1 only. * Convert the string to lowercase. * Reserve memory for lowercase string * Add include <cctype>
- Loading branch information
Krzysztof Parzyszek
authored and
Trevor Morris
committed
Jun 17, 2021
1 parent
ec2bc05
commit 206ff74
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters