#include <netCaffe.hpp>
Definition at line 9 of file netCaffe.hpp.
◆ NetCaffe()
| op::NetCaffe::NetCaffe |
( |
const std::string & |
caffeProto, |
|
|
const std::string & |
caffeTrainedModel, |
|
|
const int |
gpuId = 0, |
|
|
const bool |
enableGoogleLogging = true, |
|
|
const std::string & |
lastBlobName = "net_output" |
|
) |
| |
◆ ~NetCaffe()
| virtual op::NetCaffe::~NetCaffe |
( |
| ) |
|
|
virtual |
◆ forwardPass()
| void op::NetCaffe::forwardPass |
( |
const Array< float > & |
inputNetData | ) |
const |
|
virtual |
◆ getOutputBlobArray()
| std::shared_ptr<ArrayCpuGpu<float> > op::NetCaffe::getOutputBlobArray |
( |
| ) |
const |
|
virtual |
◆ initializationOnThread()
| void op::NetCaffe::initializationOnThread |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following file: