Home
last modified time | relevance | path

Searched defs:erfcx (Results 1 – 7 of 7) sorted by relevance

/external/pytorch/torch/_refs/special/
D__init__.py83 def erfcx(a: TensorLikeType) -> TensorLikeType: function
/external/pytorch/torch/special/
D__init__.py228 erfcx = _add_docstr(_special.special_erfcx, variable
/external/clang/lib/Headers/
D__clang_cuda_runtime_wrapper.h180 static inline float erfcx(float __a) { return erfcxf(__a); } in erfcx() function
/external/pytorch/torch/csrc/api/include/torch/
Dspecial.h185 inline Tensor erfcx(const Tensor& self) { in erfcx() function
/external/pytorch/torch/_prims/
D__init__.py742 erfcx = _make_elementwise_unary_prim( variable
/external/pytorch/torch/_inductor/codegen/
Dcommon.py761 def erfcx(x): member in OpOverrides
/external/pytorch/torch/_inductor/
Dops_handler.py563 def erfcx(self, x: T) -> T: member in OpsHandler