@AndrewZhaoLuo, When we enable mixed precision arithmetic, the output types of 
a model depends on the last operation in the relay IR, ie, if it convolution, 
it will be in float16 and for the case argmax it will be int32 and in the case 
of softmax it will be float32. So, is this expected? Or should the nodes that 
are marked as output nodes should be treated differently so that they return 
the expected specific out_type irrespective of the optimization(mixed precision 
pass) happening? Please let me know your thoughts on this.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/tvm-rfcs/pull/6#issuecomment-1024374936
You are receiving this because you are subscribed to this thread.

Message ID: <apache/tvm-rfcs/pull/6/c1024374...@github.com>

Reply via email to