Searched defs:erfcx (Results 1 – 7 of 7) sorted by relevance
83 def erfcx(a: TensorLikeType) -> TensorLikeType: function
228 erfcx = _add_docstr(_special.special_erfcx, variable
180 static inline float erfcx(float __a) { return erfcxf(__a); } in erfcx() function
185 inline Tensor erfcx(const Tensor& self) { in erfcx() function
742 erfcx = _make_elementwise_unary_prim( variable
761 def erfcx(x): member in OpOverrides
563 def erfcx(self, x: T) -> T: member in OpsHandler