jwfromm commented on a change in pull request #4981: [Relay, Topi, TF Frontend] Isfinite operator URL: https://github.com/apache/incubator-tvm/pull/4981#discussion_r392545638
########## File path: include/tvm/tir/op.h ########## @@ -58,6 +58,13 @@ TVM_DLL PrimExpr max_value(const DataType& dtype); */ TVM_DLL PrimExpr min_value(const DataType& dtype); +/*! + * Get the infinity. Review comment: "Get the value of infinity." ---------------------------------------------------------------- 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
