CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
DeepDoubleBTFCache Struct Reference

Public Member Functions

 DeepDoubleBTFCache ()
 

Public Attributes

std::atomic< tensorflow::GraphDef * > graphDef
 

Detailed Description

Definition at line 29 of file DeepDoubleBTFJetTagsProducer.cc.

Constructor & Destructor Documentation

DeepDoubleBTFCache::DeepDoubleBTFCache ( )
inline

Definition at line 30 of file DeepDoubleBTFJetTagsProducer.cc.

30  : graphDef(nullptr) {
31  }
std::atomic< tensorflow::GraphDef * > graphDef

Member Data Documentation

std::atomic<tensorflow::GraphDef*> DeepDoubleBTFCache::graphDef