LCOV - code coverage report
Current view: top level - home/runner/.local/lib/python3.10/site-packages/torch/include/ATen/ops - erf.h (source / functions) Hit Total Coverage
Test: plumed test coverage Lines: 0 1 0.0 %
Date: 2026-06-05 17:04:24 Functions: 0 0 -

          Line data    Source code
       1             : #if !defined(TORCH_STABLE_ONLY) && !defined(TORCH_TARGET_VERSION)
       2             : #pragma once
       3             : 
       4             : // @generated by torchgen/gen.py from Function.h
       5             : 
       6             : #include <ATen/Context.h>
       7             : #include <ATen/DeviceGuard.h>
       8             : #include <ATen/TensorUtils.h>
       9             : #include <ATen/TracerMode.h>
      10             : #include <ATen/core/Generator.h>
      11             : #include <ATen/core/Reduction.h>
      12             : #include <ATen/core/Tensor.h>
      13             : #include <c10/core/Scalar.h>
      14             : #include <c10/core/Storage.h>
      15             : #include <c10/core/TensorOptions.h>
      16             : #include <c10/util/Deprecated.h>
      17             : #include <optional>
      18             : #include <string_view>
      19             : 
      20             : 
      21             : 
      22             : #include <ATen/ops/erf_ops.h>
      23             : 
      24             : namespace at {
      25             : 
      26             : 
      27             : // aten::erf(Tensor self) -> Tensor
      28             : inline at::Tensor erf(const at::Tensor & self) {
      29           0 :     return at::_ops::erf::call(self);
      30             : }
      31             : 
      32             : // aten::erf_(Tensor(a!) self) -> Tensor(a!)
      33             : inline at::Tensor & erf_(at::Tensor & self) {
      34             :     return at::_ops::erf_::call(self);
      35             : }
      36             : 
      37             : // aten::erf.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!)
      38             : inline at::Tensor & erf_out(at::Tensor & out, const at::Tensor & self) {
      39             :     return at::_ops::erf_out::call(self, out);
      40             : }
      41             : // aten::erf.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!)
      42             : inline at::Tensor & erf_outf(const at::Tensor & self, at::Tensor & out) {
      43             :     return at::_ops::erf_out::call(self, out);
      44             : }
      45             : 
      46             : }
      47             : 
      48             : #else
      49             : #error "This file should not be included when either TORCH_STABLE_ONLY or TORCH_TARGET_VERSION is defined."
      50             : #endif  // !defined(TORCH_STABLE_ONLY) && !defined(TORCH_TARGET_VERSION)

Generated by: LCOV version 1.16