[TVM Discuss] [Questions] Issue with static tensor array

2020-05-18 Thread Yao Wang via TVM Discuss
I'm refactoring tf frontend tensor array and will fix these issues. --- [Visit Topic](https://discuss.tvm.ai/t/issue-with-static-tensor-array/6333/12) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.

[TVM Discuss] [Questions] Issue with static tensor array

2020-05-18 Thread Heliqi via TVM Discuss
Are you looking at this? @kevinthesun --- [Visit Topic](https://discuss.tvm.ai/t/issue-with-static-tensor-array/6333/11) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/fdd4

[TVM Discuss] [Questions] Traversing Relay Graph order (source to sink, sink to source)

2020-05-18 Thread david via TVM Discuss
Dear All, I am new to TVM. and I am wondering what facilities does TVM/Relay support to traverse the network graph? Assuming I have a DAG, can I traverse from the sink to the source? and vise versa? Thanks. D. --- [Visit Topic](https://discuss.tvm.ai/t/traversing-relay-graph-order-so

[TVM Discuss] [Questions] TVM buffer compaction (decl_buffer)

2020-05-18 Thread moderato via TVM Discuss
@tqchen @taknevski I'm having a similar problem here, and I wonder how to explicitly convert the non-compact subtensor into a compact tensor? I have tried to add something like: ```python B = te.compute( (m, n, k, l), lambda a, b, c, d: tmpB[a, b, c, d]) ``` but I on

[TVM Discuss] [Questions] Issue with static tensor array

2020-05-18 Thread Suhas via TVM Discuss
yap same problem, we may have to wait for new PR --- [Visit Topic](https://discuss.tvm.ai/t/issue-with-static-tensor-array/6333/10) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubs

[TVM Discuss] [Questions] Ambiguity in TIRTextPrinter

2020-05-18 Thread Cawindon via TVM Discuss
Hi, I found an potential ambiguity in TIRTextPrinter. Because of the straightforward printing of EvaluateNode, users may not be able to distinguish these two cases: Array[Expr] vs Array[Evaluate(Expr)]. My question is, is it better to enhance the printing format of EvaluateNode? Or we don't

[TVM Discuss] [Questions] Issue with static tensor array

2020-05-18 Thread Heliqi via TVM Discuss
I’m facing the same error. ``` unable to unify: 'static_tensor_float32_320_320_3_t' and ''static_tensor_float32_scalar_t'; unable to unify: 'static_tensor_int32_3_t' and ''static_tensor_int32_scalar_t'; ``` model: [ssd_mobilenet_v3 (Similar to http://download.tensorflow.org/models/object_d