PyTorch
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
TensorBody.h File Reference
#include <c10/core/Device.h>
#include <c10/core/Layout.h>
#include <c10/core/MemoryFormat.h>
#include <c10/core/QScheme.h>
#include <c10/core/Stream.h>
#include <c10/core/Scalar.h>
#include <c10/core/ScalarType.h>
#include <c10/core/ScalarTypeToTypeMeta.h>
#include <c10/core/Storage.h>
#include <c10/core/TensorImpl.h>
#include <c10/core/UndefinedTensorImpl.h>
#include <c10/core/WrapDimMinimal.h>
#include <c10/util/Exception.h>
#include <c10/util/Deprecated.h>
#include <c10/util/MaybeOwned.h>
#include <c10/util/Optional.h>
#include <c10/util/OptionalArrayRef.h>
#include <c10/util/intrusive_ptr.h>
#include <c10/macros/Export.h>
#include <ATen/core/CheckMemoryFormat.h>
#include <ATen/core/DeprecatedTypePropertiesRegistry.h>
#include <ATen/core/DeprecatedTypeProperties.h>
#include <ATen/core/NamedTensor.h>
#include <ATen/core/QuantizerBase.h>
#include <c10/core/SymInt.h>
#include <ATen/core/TensorAccessor.h>
#include <ATen/core/TensorBase.h>
#include <ATen/MethodOperators.h>

Go to the source code of this file.

Classes

class  at::Tensor
 
struct  c10::MaybeOwnedTraits< at::Tensor >
 
struct  c10::ExclusivelyOwnedTraits< at::Tensor >
 

Namespaces

namespace  c10
 
namespace  at
 
namespace  at::indexing
 
namespace  torch
 
namespace  torch::autograd
 
namespace  at::detail
 

Typedefs

using at::TensorList = ArrayRef< Tensor >
 
using at::ITensorList = c10::IListRef< Tensor >
 
using at::Stream = c10::Stream
 

Functions

template<typename T , typename... Args>
Tensor at::detail::make_tensor (Args &&... args)
 
c10::MaybeOwned< Tensor > at::borrow_from_optional_tensor (const c10::optional< Tensor > &opt)