Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Static Public Member Functions | Static Public Attributes
c10::AutogradZeroTensorType Struct Reference
Inheritance diagram for c10::AutogradZeroTensorType:
c10::TensorType c10::Type

Public Member Functions

 DEFINE_IS_SUBCLASS (AutogradZeroTensorType)
 
bool requires_grad () const override
 
bool operator== (const Type &rhs) const override
 
bool isSubtypeOf (const TypePtr rhs) const override
 
std::string str () const override
 
- Public Member Functions inherited from c10::TensorType
 DEFINE_IS_SUBCLASS (TensorType)
 
- Public Member Functions inherited from c10::Type
virtual bool isSubclass (const TypeKind kind) const =0
 
virtual std::string python_str () const
 
TypeKind kind () const
 
template<typename T >
std::shared_ptr< Tcast ()
 
template<typename T >
std::shared_ptr< const Tcast () const
 
template<typename T >
std::shared_ptr< Texpect ()
 
template<typename T >
std::shared_ptr< const Texpect () const
 
virtual bool hasFreeVariables () const
 
virtual at::ArrayRef< TypePtr > containedTypes () const
 
TypePtr withContained (std::vector< TypePtr > contained_types)
 
virtual TypePtr createWithContained (std::vector< TypePtr > contained_types) const
 

Static Public Member Functions

static AutogradZeroTensorTypePtr create ()
 
static AutogradZeroTensorTypePtr get ()
 
- Static Public Member Functions inherited from c10::TensorType
static TensorTypePtr create ()
 
static TensorTypePtr get ()
 

Static Public Attributes

static const TypeKind Kind = TypeKind::AutogradZeroTensorType
 
- Static Public Attributes inherited from c10::TensorType
static const TypeKind Kind = TypeKind::TensorType
 

Additional Inherited Members

- Protected Member Functions inherited from c10::TensorType
 TensorType (TypeKind kind=TypeKind::TensorType)
 
- Protected Member Functions inherited from c10::Type
 Type (TypeKind kind)
 

Detailed Description

Definition at line 291 of file jit_type.h.


The documentation for this struct was generated from the following files: