Re: [apache/tvm] WIP/RFC: initial stab at TorchScript fallback (#7401)

2021-05-23 Thread Philipp van Kempen
Hey @t-vi, the idea of a fallback for unsupported TorchScript Ops is great. I am currently pursuing a similar approach for unsupported (and custom) TFLite Ops. I also stumbled over the issue that `num_inpust == -1` leads to problems in the `type_infer` step and "solved" it in a quite bad way b

[Apache TVM Discuss] [Development/RFC] [RFC][Relay] FP32 -> FP16 Model Support

2021-05-23 Thread Andrey Malyshev via Apache TVM Discuss
As I understand we do not have currently accumulation data type attribute for ops, right? We just seems need to introduce such one similar to dtype. The default value should match to dtype if it is defined and to type if dtype is not defined. The change of accumulator type is a matter of some