Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Types | Public Member Functions
torch::jit::VectorAttributeValue< T, Kind > Struct Template Reference
Inheritance diagram for torch::jit::VectorAttributeValue< T, Kind >:
torch::jit::AttributeValue

Public Types

using ConstructorType = std::vector< T >
 
using ValueType = std::vector< T >
 
- Public Types inherited from torch::jit::AttributeValue
using Ptr = std::unique_ptr< AttributeValue >
 

Public Member Functions

 VectorAttributeValue (Symbol name, ConstructorType value_)
 
ValueType & value ()
 
AttributeKind kind () const override
 
std::unique_ptr< AttributeValueclone () const override
 
- Public Member Functions inherited from torch::jit::AttributeValue
 AttributeValue (Symbol name)
 

Additional Inherited Members

- Data Fields inherited from torch::jit::AttributeValue
Symbol name
 

Detailed Description

template<typename T, AttributeKind Kind>
struct torch::jit::VectorAttributeValue< T, Kind >

Definition at line 55 of file attributes.h.


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