#include <TfGraphDefWrapper.h>
|
std::unique_ptr
< tensorflow::GraphDef > | graph_ |
|
tensorflow::Session * | session_ |
|
Definition at line 6 of file TfGraphDefWrapper.h.
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 |
( |
| ) |
|
const tensorflow::Session * TfGraphDefWrapper::getSession |
( |
| ) |
const |
std::unique_ptr<tensorflow::GraphDef> TfGraphDefWrapper::graph_ |
|
private |
tensorflow::Session* TfGraphDefWrapper::session_ |
|
private |