[GitHub] [incubator-tvm] comaniac commented on a change in pull request #5756: make dtype="float" mean float32 for relay.expr.const

2020-06-10 Thread GitBox
comaniac commented on a change in pull request #5756: URL: https://github.com/apache/incubator-tvm/pull/5756#discussion_r438263324 ## File path: python/tvm/relay/expr.py ## @@ -487,6 +487,8 @@ def const(value, dtype=None): - bool maps to "bool" - other using the same

[GitHub] [incubator-tvm] comaniac commented on a change in pull request #5756: make dtype="float" mean float32 for relay.expr.const

2020-06-09 Thread GitBox
comaniac commented on a change in pull request #5756: URL: https://github.com/apache/incubator-tvm/pull/5756#discussion_r437616610 ## File path: python/tvm/relay/expr.py ## @@ -487,6 +487,8 @@ def const(value, dtype=None): - bool maps to "bool" - other using the same