CMS 3D CMS Logo

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

#include <TauNNId.h>

Public Member Functions

 TauNNTFCache ()
 

Public Attributes

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

Detailed Description

Definition at line 8 of file TauNNId.h.

Constructor & Destructor Documentation

◆ TauNNTFCache()

TauNNTFCache::TauNNTFCache ( )
inline

Definition at line 9 of file TauNNId.h.

9 : graphDef(nullptr) {}
std::atomic< tensorflow::GraphDef * > graphDef
Definition: TauNNId.h:10

Member Data Documentation

◆ graphDef

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

Definition at line 10 of file TauNNId.h.