#include <CscDNNPool.h>
Public Member Functions | |
| void | doWithNet (function< void(Net &net)> action) |
| Mat * | process (Mat &inputBlob) |
| vector< Mat * > | processAllLayers (Mat &inputBlob) |
| SafeNeuralNetwork (const string &modelPath, optional< string > configPath) | |
| void | release () |
this network can be used safely with concurrence
| conscience_core::detector_engine::CscDNNPool::SafeNeuralNetwork::SafeNeuralNetwork | ( | const string & | modelPath, |
| optional< string > | configPath | ||
| ) |
| void conscience_core::detector_engine::CscDNNPool::SafeNeuralNetwork::doWithNet | ( | function< void(Net &net)> | action | ) |
| Mat * conscience_core::detector_engine::CscDNNPool::SafeNeuralNetwork::process | ( | Mat & | inputBlob | ) |
| vector< Mat * > conscience_core::detector_engine::CscDNNPool::SafeNeuralNetwork::processAllLayers | ( | Mat & | inputBlob | ) |
Specific use, prefer process(Mat)
| void conscience_core::detector_engine::CscDNNPool::SafeNeuralNetwork::release | ( | ) |