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

Public Member Functions

 DEFINE_IS_SUBCLASS (TupleType)
 
at::ArrayRef< TypePtr > elements () const
 
bool operator== (const Type &rhs) const override
 
bool isSubtypeOf (const TypePtr rhs_) const override
 
bool requires_grad () const override
 
std::string str () const override
 
std::string python_str () const override
 
bool hasFreeVariables () const override
 
bool hasNames () const
 
const std::vector< std::string > & names () const
 
at::ArrayRef< TypePtr > containedTypes () const override
 
TypePtr createWithContained (std::vector< TypePtr > contained_types) const override
 
- Public Member Functions inherited from c10::Type
virtual bool isSubclass (const TypeKind kind) const =0
 
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
 
TypePtr withContained (std::vector< TypePtr > contained_types)
 

Static Public Member Functions

static TupleTypePtr create (std::vector< TypePtr > types, OptNameList names=c10::nullopt)
 

Static Public Attributes

static const TypeKind Kind = TypeKind::TupleType
 

Additional Inherited Members

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

Detailed Description

Definition at line 651 of file jit_type.h.


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