CMS 3D CMS Logo

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

Public Member Functions

 DeepVertexTFCache ()
 

Public Attributes

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

Detailed Description

Definition at line 29 of file DeepVertexTFJetTagsProducer.cc.

Constructor & Destructor Documentation

◆ DeepVertexTFCache()

DeepVertexTFCache::DeepVertexTFCache ( )
inline

Definition at line 30 of file DeepVertexTFJetTagsProducer.cc.

30 : graphDef(nullptr) {}

Member Data Documentation

◆ graphDef

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

Definition at line 32 of file DeepVertexTFJetTagsProducer.cc.

DeepVertexTFCache::graphDef
std::atomic< tensorflow::GraphDef * > graphDef
Definition: DeepVertexTFJetTagsProducer.cc:32