Public Types | |
| using | ConstructorType = T |
| using | ValueType = T |
Public Types inherited from torch::jit::AttributeValue | |
| using | Ptr = std::unique_ptr< AttributeValue > |
Public Member Functions | |
| ScalarAttributeValue (Symbol name, ConstructorType value_) | |
| ValueType & | value () |
| Ptr | clone () const override |
| AttributeKind | kind () 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 35 of file attributes.h.
1.8.11