gayatripk1 removed a comment on pull request #6:
URL: https://github.com/apache/tvm-rfcs/pull/6#issuecomment-1024374936


   @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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to