Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
caffe2::emulator::SingleLoadedNetSupplier Class Reference
Inheritance diagram for caffe2::emulator::SingleLoadedNetSupplier:
caffe2::emulator::SingleNetSupplier caffe2::emulator::NetSupplier

Public Member Functions

 SingleLoadedNetSupplier (std::unique_ptr< Filler > filler, caffe2::NetDef netdef, std::shared_ptr< Workspace > ws)
 
std::shared_ptr< Workspaceget_loaded_workspace ()
 
- Public Member Functions inherited from caffe2::emulator::SingleNetSupplier
 SingleNetSupplier (unique_ptr< Filler > filler, caffe2::NetDef netdef)
 
RunnableNet next () override
 

Additional Inherited Members

- Protected Attributes inherited from caffe2::emulator::SingleNetSupplier
const unique_ptr< Fillerfiller_
 
const caffe2::NetDef netdef_
 

Detailed Description

Definition at line 57 of file net_supplier.h.


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