LCOV - code coverage report
Current view: top level - libtorch/include/ATen/ops - transpose.h (source / functions) Coverage Total Hit
Test: coverage.info Lines: 100.0 % 2 2
Test Date: 2024-04-30 13:17:26 Functions: 100.0 % 1 1

            Line data    Source code
       1              : #pragma once
       2              : 
       3              : // @generated by torchgen/gen.py from Function.h
       4              : 
       5              : #include <ATen/Context.h>
       6              : #include <ATen/DeviceGuard.h>
       7              : #include <ATen/TensorUtils.h>
       8              : #include <ATen/TracerMode.h>
       9              : #include <ATen/core/Generator.h>
      10              : #include <ATen/core/Reduction.h>
      11              : #include <ATen/core/Tensor.h>
      12              : #include <c10/core/Scalar.h>
      13              : #include <c10/core/Storage.h>
      14              : #include <c10/core/TensorOptions.h>
      15              : #include <c10/util/Deprecated.h>
      16              : #include <c10/util/Optional.h>
      17              : 
      18              : 
      19              : 
      20              : #include <ATen/ops/transpose_ops.h>
      21              : 
      22              : namespace at {
      23              : 
      24              : 
      25              : // aten::transpose.int(Tensor(a) self, int dim0, int dim1) -> Tensor(a)
      26          376 : inline at::Tensor transpose(const at::Tensor & self, int64_t dim0, int64_t dim1) {
      27          376 :     return at::_ops::transpose_int::call(self, dim0, dim1);
      28              : }
      29              : 
      30              : // aten::transpose.Dimname(Tensor(a) self, Dimname dim0, Dimname dim1) -> Tensor(a)
      31              : inline at::Tensor transpose(const at::Tensor & self, at::Dimname dim0, at::Dimname dim1) {
      32              :     return at::_ops::transpose_Dimname::call(self, dim0, dim1);
      33              : }
      34              : 
      35              : }
        

Generated by: LCOV version 2.0-1