#include <BJetId.h>
Public Member Functions | |
BJetTFCache (const std::string &graphPath) | |
~BJetTFCache () | |
Public Attributes | |
std::unique_ptr< tensorflow::GraphDef > | graphDef |
tensorflow::Session * | session |
|
inline |
Definition at line 10 of file BJetId.h.
References tensorflow::createSession(), graphDef, and session.
|
inline |
std::unique_ptr<tensorflow::GraphDef> BJetTFCache::graphDef |
Definition at line 14 of file BJetId.h.
Referenced by BJetTFCache().
tensorflow::Session* BJetTFCache::session |
Definition at line 15 of file BJetId.h.
Referenced by BJetTFCache(), and ~BJetTFCache().