masahi edited a comment on issue #4981: [Relay, Topi, TF Frontend] Isfinite operator URL: https://github.com/apache/incubator-tvm/pull/4981#issuecomment-602026398 @FrozenGene I grepped through the Halide code base, isinf/isnan don't seem to be in Halide's IR, but they use `std::isnan` and `std::isfinite` during codegen. They also appear inside generated code for C source based backend (OpenCL etc.)
---------------------------------------------------------------- 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
