Home
last modified time | relevance | path

Searched defs:IsInf (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dfloat_status_impl.cu44 __global__ void IsInf(const size_t size, const T* input, bool* out) { in IsInf() function
55 __global__ void IsInf(const size_t size, const half* input, bool* out) { in IsInf() function
/third_party/mindspore/mindspore/ops/operations/
Dmath_ops.py3982 class IsInf(PrimitiveWithInfer): class
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp4290 RValue<Int4> IsInf(RValue<Float4> x) in IsInf() function