Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Types | Public Member Functions
torch::jit::GraphAttr Struct Reference
Inheritance diagram for torch::jit::GraphAttr:
torch::jit::AttributeValue

Public Types

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

Public Member Functions

 GraphAttr (Symbol name, ConstructorType value_)
 
ValueType & value ()
 
TORCH_API 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
 

Detailed Description

Definition at line 87 of file attributes.h.


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