Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Data Fields
caffe2::onnx::BackendGraphInfo Struct Reference

Public Member Functions

 BackendGraphInfo (onnxBackendID backend_id, onnxBackend backend, onnxGraph graph, onnxifi_library *lib)
 
 BackendGraphInfo (const BackendGraphInfo &other)=delete
 
BackendGraphInfooperator= (const BackendGraphInfo &other)=delete
 
 BackendGraphInfo (BackendGraphInfo &&other) noexcept
 
BackendGraphInfooperator= (BackendGraphInfo &&other)
 

Data Fields

onnxBackendID backend_id
 
onnxBackend backend
 
onnxGraph graph
 
onnxifi_library * lib {nullptr}
 

Detailed Description

Definition at line 14 of file onnxifi_graph_info.h.


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