[GitHub] [incubator-tvm] t-vi edited a comment on pull request #5756: make dtype="float" mean float32 for relay.expr.const

2020-06-10 Thread GitBox
t-vi edited a comment on pull request #5756: URL: https://github.com/apache/incubator-tvm/pull/5756#issuecomment-64584 I'll probably send fixes for the PyTorch frontend, I don't think I'm qualified to fix it throughout the codebase, though. I might say that I have the feeling tha

[GitHub] [incubator-tvm] t-vi edited a comment on pull request #5756: make dtype="float" mean float32 for relay.expr.const

2020-06-10 Thread GitBox
t-vi edited a comment on pull request #5756: URL: https://github.com/apache/incubator-tvm/pull/5756#issuecomment-642134657 @tqchen The thing I'm finding awkward to use is ```python >>> tvm.relay.expr.const(1, dtype="float").data.dtype

[GitHub] [incubator-tvm] t-vi edited a comment on pull request #5756: make dtype="float" mean float32 for relay.expr.const

2020-06-10 Thread GitBox
t-vi edited a comment on pull request #5756: URL: https://github.com/apache/incubator-tvm/pull/5756#issuecomment-642134657 @tqchen The thing I'm finding awkward to use is ```python >>> tvm.relay.expr.const(1, dtype="float").data.dtype

[GitHub] [incubator-tvm] t-vi edited a comment on pull request #5756: make dtype="float" mean float32 for relay.expr.const

2020-06-10 Thread GitBox
t-vi edited a comment on pull request #5756: URL: https://github.com/apache/incubator-tvm/pull/5756#issuecomment-642134657 @tqchen The thing I'm finding awkward to use is ```python >>> tvm.relay.expr.const(1, dtype="float").data.dtype