Public Types | |
| using | ConstructorType = std::vector< std::shared_ptr< Graph >> |
| using | ValueType = std::vector< std::shared_ptr< Graph >> |
Public Types inherited from torch::jit::AttributeValue | |
| using | Ptr = std::unique_ptr< AttributeValue > |
Public Member Functions | |
| GraphsAttr (Symbol name, ConstructorType value_) | |
| ValueType & | value () |
| AttributeKind | kind () const override |
| TORCH_API std::unique_ptr< AttributeValue > | clone () 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 |
Definition at line 104 of file attributes.h.
1.8.11