maheshambule commented on a change in pull request #4981: [Relay, Topi, TF
Frontend] Isfinite operator
URL: https://github.com/apache/incubator-tvm/pull/4981#discussion_r393618851
##########
File path: include/tvm/tir/expr.h
##########
@@ -829,6 +829,7 @@ class CallNode : public PrimExprNode {
static constexpr const char* glsl_texture_store = "glsl_texture_store";
static constexpr const char* prefetch = "prefetch";
static constexpr const char* isnan = "isnan";
Review comment:
Added support for isinf as well.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services