CMS 3D CMS Logo

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

Public Member Functions

 DeepDoubleXTFCache ()
 

Public Attributes

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

Detailed Description

Definition at line 29 of file DeepDoubleXTFJetTagsProducer.cc.

Constructor & Destructor Documentation

DeepDoubleXTFCache::DeepDoubleXTFCache ( )
inline

Definition at line 30 of file DeepDoubleXTFJetTagsProducer.cc.

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

Member Data Documentation

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