Home
last modified time | relevance | path

Searched defs:erfcinv (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Headers/
D__clang_cuda_runtime_wrapper.h177 static inline float erfcinv(float __a) { return erfcinvf(__a); } in erfcinv() function
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py5343 def erfcinv(x, name=None): function