Classes | |
class | NoThreadPool |
struct | SessionCache |
class | TBBThreadPool |
Typedefs | |
typedef std::pair< std::string, Tensor > | NamedTensor |
typedef std::vector< NamedTensor > | NamedTensorList |
Enumerations | |
enum | Backend { Backend::cpu, Backend::cuda, Backend::rocm, Backend::intel, Backend::best } |
Functions | |
bool | closeSession (Session *&session) |
bool | closeSession (const Session *&session) |
Session * | createSession (SessionOptions &sessionOptions) |
Session * | createSession (Backend backend=Backend::cpu, int nThreads=1) |
Session * | createSession (const MetaGraphDef *metaGraphDef, const std::string &exportDir, SessionOptions &sessionOptions) |
Session * | createSession (const MetaGraphDef *metaGraphDef, const std::string &exportDir, Backend backend=Backend::cpu, int nThreads=1) |
Session * | createSession (const GraphDef *graphDef, SessionOptions &sessionOptions) |
Session * | createSession (const GraphDef *graphDef, Backend backend=Backend::cpu, int nThreads=1) |
GraphDef * | loadGraphDef (const std::string &pbFile) |
MetaGraphDef * | loadMetaGraph (const std::string &exportDir, const std::string &tag, SessionOptions &sessionOptions) |
MetaGraphDef * | loadMetaGraph (const std::string &exportDir, const std::string &tag=kSavedModelTagServe, Backend backend=Backend::cpu, int nThreads=1) |
MetaGraphDef * | loadMetaGraphDef (const std::string &exportDir, const std::string &tag, SessionOptions &sessionOptions) |
MetaGraphDef * | loadMetaGraphDef (const std::string &exportDir, const std::string &tag=kSavedModelTagServe, Backend backend=Backend::cpu, int nThreads=1) |
void | run (Session *session, const NamedTensorList &inputs, const std::vector< std::string > &outputNames, std::vector< Tensor > *outputs, const thread::ThreadPoolOptions &threadPoolOptions) |
void | run (const Session *session, const NamedTensorList &inputs, const std::vector< std::string > &outputNames, std::vector< Tensor > *outputs, const thread::ThreadPoolOptions &threadPoolOptions) |
void | run (Session *session, const NamedTensorList &inputs, const std::vector< std::string > &outputNames, std::vector< Tensor > *outputs, thread::ThreadPoolInterface *threadPool) |
void | run (const Session *session, const NamedTensorList &inputs, const std::vector< std::string > &outputNames, std::vector< Tensor > *outputs, thread::ThreadPoolInterface *threadPool) |
void | run (Session *session, const NamedTensorList &inputs, const std::vector< std::string > &outputNames, std::vector< Tensor > *outputs, const std::string &threadPoolName="no_threads") |
void | run (const Session *session, const NamedTensorList &inputs, const std::vector< std::string > &outputNames, std::vector< Tensor > *outputs, const std::string &threadPoolName="no_threads") |
void | run (Session *session, const std::vector< std::string > &outputNames, std::vector< Tensor > *outputs, const std::string &threadPoolName="no_threads") |
void | run (const Session *session, const std::vector< std::string > &outputNames, std::vector< Tensor > *outputs, const std::string &threadPoolName="no_threads") |
void | setBackend (SessionOptions &sessionOptions, Backend backend=Backend::cpu) |
void | setLogging (const std::string &level="3") |
void | setThreading (SessionOptions &sessionOptions, int nThreads=1) |
void | setThreading (SessionOptions &sessionOptions, int nThreads, const std::string &singleThreadPool) |
typedef std::pair<std::string, Tensor> tensorflow::NamedTensor |
Definition at line 30 of file TensorFlow.h.
typedef std::vector<NamedTensor> tensorflow::NamedTensorList |
Definition at line 31 of file TensorFlow.h.
|
strong |
bool tensorflow::closeSession | ( | Session *& | session | ) |
Definition at line 261 of file TensorFlow.cc.
References mps_update::status.
Referenced by closeSession(), tensorflow::SessionCache::closeSession(), DTOccupancyTestML::dqmEndLuminosityBlock(), GEDPhotonProducer::endStream(), GsfElectronProducer::endStream(), L2TauNNProducer::globalEndJob(), BaseMVACache::~BaseMVACache(), reco::DeepSCGraphEvaluation::~DeepSCGraphEvaluation(), deep_tau::DeepTauCache::~DeepTauCache(), PtAssignmentEngineDxy::~PtAssignmentEngineDxy(), TfGraphDefWrapper::~TfGraphDefWrapper(), and TSGForOIDNN::~TSGForOIDNN().
bool tensorflow::closeSession | ( | const Session *& | session | ) |
Session * tensorflow::createSession | ( | SessionOptions & | sessionOptions | ) |
Definition at line 145 of file TensorFlow.cc.
References Exception, and mps_update::status.
Referenced by BaseMVACache::BaseMVACache(), PtAssignmentEngineDxy::configure(), createSession(), tensorflow::SessionCache::createSession(), deep_tau::DeepTauCache::DeepTauCache(), DTOccupancyTestML::dqmEndLuminosityBlock(), egammaTools::EgammaDNNHelper::getSessions(), HGCalConcentratorAutoEncoderImpl::HGCalConcentratorAutoEncoderImpl(), L2TauNNProducer::initializeGlobalCache(), reco::DeepSCGraphEvaluation::initTensorFlowGraphAndSession(), TfGraphDefProducer::produce(), and TSGForOIDNN::TSGForOIDNN().
Session * tensorflow::createSession | ( | Backend | backend = Backend::cpu , |
int | nThreads = 1 |
||
) |
Definition at line 159 of file TensorFlow.cc.
References jetsAK4_CHS_cff::backend, createSession(), setBackend(), and setThreading().
Session * tensorflow::createSession | ( | const MetaGraphDef * | metaGraphDef, |
const std::string & | exportDir, | ||
SessionOptions & | sessionOptions | ||
) |
Definition at line 168 of file TensorFlow.cc.
References createSession(), cms::soa::RestrictQualify::Default, Exception, convertSQLiteXML::ok, mps_update::status, and AlCaHLTBitMon_QueryRunRegistry::string.
Session * tensorflow::createSession | ( | const MetaGraphDef * | metaGraphDef, |
const std::string & | exportDir, | ||
Backend | backend = Backend::cpu , |
||
int | nThreads = 1 |
||
) |
Definition at line 217 of file TensorFlow.cc.
References jetsAK4_CHS_cff::backend, createSession(), setBackend(), and setThreading().
Session * tensorflow::createSession | ( | const GraphDef * | graphDef, |
SessionOptions & | sessionOptions | ||
) |
Definition at line 226 of file TensorFlow.cc.
References createSession(), Exception, and mps_update::status.
Session * tensorflow::createSession | ( | const GraphDef * | graphDef, |
Backend | backend = Backend::cpu , |
||
int | nThreads = 1 |
||
) |
Definition at line 252 of file TensorFlow.cc.
References jetsAK4_CHS_cff::backend, createSession(), setBackend(), and setThreading().
GraphDef * tensorflow::loadGraphDef | ( | const std::string & | pbFile | ) |
Definition at line 128 of file TensorFlow.cc.
References cms::soa::RestrictQualify::Default, Exception, and mps_update::status.
Referenced by BaseMVACache::BaseMVACache(), PtAssignmentEngineDxy::configure(), tensorflow::SessionCache::createSession(), deep_tau::DeepTauCache::DeepTauCache(), DTOccupancyTestML::dqmEndLuminosityBlock(), HGCalConcentratorAutoEncoderImpl::HGCalConcentratorAutoEncoderImpl(), L2TauNNProducer::initializeGlobalCache(), reco::DeepSCGraphEvaluation::initTensorFlowGraphAndSession(), egammaTools::EgammaDNNHelper::initTensorFlowGraphs(), TfGraphDefProducer::produce(), and TSGForOIDNN::TSGForOIDNN().
MetaGraphDef * tensorflow::loadMetaGraph | ( | const std::string & | exportDir, |
const std::string & | tag, | ||
SessionOptions & | sessionOptions | ||
) |
Definition at line 105 of file TensorFlow.cc.
References loadMetaGraphDef(), and makeGlobalPositionRcd_cfg::tag.
MetaGraphDef * tensorflow::loadMetaGraph | ( | const std::string & | exportDir, |
const std::string & | tag = kSavedModelTagServe , |
||
Backend | backend = Backend::cpu , |
||
int | nThreads = 1 |
||
) |
Definition at line 121 of file TensorFlow.cc.
References jetsAK4_CHS_cff::backend, loadMetaGraphDef(), and makeGlobalPositionRcd_cfg::tag.
MetaGraphDef * tensorflow::loadMetaGraphDef | ( | const std::string & | exportDir, |
const std::string & | tag, | ||
SessionOptions & | sessionOptions | ||
) |
Definition at line 88 of file TensorFlow.cc.
References Exception, mps_update::status, and makeGlobalPositionRcd_cfg::tag.
Referenced by loadMetaGraph(), and loadMetaGraphDef().
MetaGraphDef * tensorflow::loadMetaGraphDef | ( | const std::string & | exportDir, |
const std::string & | tag = kSavedModelTagServe , |
||
Backend | backend = Backend::cpu , |
||
int | nThreads = 1 |
||
) |
Definition at line 112 of file TensorFlow.cc.
References jetsAK4_CHS_cff::backend, loadMetaGraphDef(), setBackend(), setThreading(), and makeGlobalPositionRcd_cfg::tag.
void tensorflow::run | ( | Session * | session, |
const NamedTensorList & | inputs, | ||
const std::vector< std::string > & | outputNames, | ||
std::vector< Tensor > * | outputs, | ||
const thread::ThreadPoolOptions & | threadPoolOptions | ||
) |
Definition at line 286 of file TensorFlow.cc.
References Exception, PixelMapPlotter::inputs, jetsAK4_CHS_cff::outputNames, PatBasicFWLiteJetAnalyzer_Selector_cfg::outputs, and mps_update::status.
Referenced by PtAssignmentEngineDxy::call_tensorflow_dxy(), MkFitOutputConverter::computeDNNs(), ticl::PatternRecognitionbyCLUE3D< TILES >::energyRegressionAndID(), ticl::PatternRecognitionbyCA< TILES >::energyRegressionAndID(), ticl::PatternRecognitionbyFastJet< TILES >::energyRegressionAndID(), TrackstersMergeProducerV3::energyRegressionAndID(), TrackstersMergeProducer::energyRegressionAndID(), egammaTools::EgammaDNNHelper::evaluate(), reco::DeepSCGraphEvaluation::evaluate(), TSGForOIDNN::evaluateClassifier(), TauNNId::EvaluateNN(), TSGForOIDNN::evaluateRegressor(), DeepTauId::getPartialPredictions(), DeepTauId::getPredictionsV2(), L2TauNNProducer::getTauScore(), DeepMETProducer::produce(), BaseMVAValueMapProducer< pat::Muon >::produce(), run(), DTOccupancyTestML::runOccupancyTest(), DeepCoreSeedGenerator::SeedEvaluation(), and HGCalConcentratorAutoEncoderImpl::select().
|
inline |
Definition at line 127 of file TensorFlow.h.
References PixelMapPlotter::inputs, jetsAK4_CHS_cff::outputNames, PatBasicFWLiteJetAnalyzer_Selector_cfg::outputs, and run().
void tensorflow::run | ( | Session * | session, |
const NamedTensorList & | inputs, | ||
const std::vector< std::string > & | outputNames, | ||
std::vector< Tensor > * | outputs, | ||
thread::ThreadPoolInterface * | threadPool | ||
) |
Definition at line 305 of file TensorFlow.cc.
References PixelMapPlotter::inputs, jetsAK4_CHS_cff::outputNames, PatBasicFWLiteJetAnalyzer_Selector_cfg::outputs, and run().
|
inline |
Definition at line 147 of file TensorFlow.h.
References PixelMapPlotter::inputs, jetsAK4_CHS_cff::outputNames, PatBasicFWLiteJetAnalyzer_Selector_cfg::outputs, and run().
void tensorflow::run | ( | Session * | session, |
const NamedTensorList & | inputs, | ||
const std::vector< std::string > & | outputNames, | ||
std::vector< Tensor > * | outputs, | ||
const std::string & | threadPoolName = "no_threads" |
||
) |
Definition at line 319 of file TensorFlow.cc.
References Exception, PixelMapPlotter::inputs, tensorflow::NoThreadPool::instance(), tensorflow::TBBThreadPool::instance(), jetsAK4_CHS_cff::outputNames, PatBasicFWLiteJetAnalyzer_Selector_cfg::outputs, and run().
|
inline |
Definition at line 167 of file TensorFlow.h.
References PixelMapPlotter::inputs, jetsAK4_CHS_cff::outputNames, PatBasicFWLiteJetAnalyzer_Selector_cfg::outputs, and run().
void tensorflow::run | ( | Session * | session, |
const std::vector< std::string > & | outputNames, | ||
std::vector< Tensor > * | outputs, | ||
const std::string & | threadPoolName = "no_threads" |
||
) |
Definition at line 338 of file TensorFlow.cc.
References jetsAK4_CHS_cff::outputNames, PatBasicFWLiteJetAnalyzer_Selector_cfg::outputs, and run().
|
inline |
Definition at line 186 of file TensorFlow.h.
References jetsAK4_CHS_cff::outputNames, PatBasicFWLiteJetAnalyzer_Selector_cfg::outputs, and run().
void tensorflow::setBackend | ( | SessionOptions & | sessionOptions, |
Backend | backend = Backend::cpu |
||
) |
Definition at line 29 of file TensorFlow.cc.
References cms::Exception::addContext(), jetsAK4_CHS_cff::backend, best, cpu, cuda, intel, edm::ResourceInformation::nvidiaDriverVersion(), rocm, and edm::errors::UnavailableAccelerator.
Referenced by createSession(), deep_tau::DeepTauCache::DeepTauCache(), and loadMetaGraphDef().
void tensorflow::setLogging | ( | const std::string & | level = "3" | ) |
Definition at line 15 of file TensorFlow.cc.
References personalPlayback::level.
Referenced by reco::DeepSCGraphEvaluation::DeepSCGraphEvaluation(), DTOccupancyTestML::dqmEndLuminosityBlock(), HGCalConcentratorAutoEncoderImpl::HGCalConcentratorAutoEncoderImpl(), L1NNTauProducer::initializeGlobalCache(), L2TauNNProducer::initializeGlobalCache(), and TSGForOIDNN::TSGForOIDNN().
void tensorflow::setThreading | ( | SessionOptions & | sessionOptions, |
int | nThreads = 1 |
||
) |
Definition at line 17 of file TensorFlow.cc.
Referenced by createSession(), deep_tau::DeepTauCache::DeepTauCache(), loadMetaGraphDef(), and setThreading().
void tensorflow::setThreading | ( | SessionOptions & | sessionOptions, |
int | nThreads, | ||
const std::string & | singleThreadPool | ||
) |
Definition at line 23 of file TensorFlow.cc.
References setThreading().