#include <TfGraphDefWrapper.h>
|
std::unique_ptr< tensorflow::GraphDef > | graph_ |
|
tensorflow::Session * | session_ |
|
Definition at line 6 of file TfGraphDefWrapper.h.
◆ TfGraphDefWrapper() [1/3]
TfGraphDefWrapper::TfGraphDefWrapper |
( |
tensorflow::Session * |
session, |
|
|
tensorflow::GraphDef * |
graph |
|
) |
| |
Definition at line 3 of file TfGraphDefWrapper.cc.
tensorflow::Session * session_
std::unique_ptr< tensorflow::GraphDef > graph_
◆ ~TfGraphDefWrapper()
TfGraphDefWrapper::~TfGraphDefWrapper |
( |
| ) |
|
◆ TfGraphDefWrapper() [2/3]
◆ TfGraphDefWrapper() [3/3]
◆ getSession()
const tensorflow::Session * TfGraphDefWrapper::getSession |
( |
| ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ graph_
std::unique_ptr<tensorflow::GraphDef> TfGraphDefWrapper::graph_ |
|
private |
◆ session_
tensorflow::Session* TfGraphDefWrapper::session_ |
|
private |