This repository was archived by the owner on Sep 27, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
include/brain/tf_session_entity Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11
11
// ===----------------------------------------------------------------------===//
12
12
13
13
#include " brain/tf_session_entity/tf_session_entity.h"
14
+ #include " brain/tf_session_entity/tf_session_entity_input.h"
15
+ #include " brain/tf_session_entity/tf_session_entity_output.h"
14
16
15
17
namespace peloton {
16
18
namespace brain {
Original file line number Diff line number Diff line change 12
12
13
13
#pragma once
14
14
15
- #include " brain/tf_session_entity/tf_session_entity_input.h"
16
- #include " brain/tf_session_entity/tf_session_entity_output.h"
15
+ #include " tf_session_entity_io.h"
17
16
18
17
#define TFSE_TEMPLATE_ARGUMENTS \
19
18
template <typename InputType, typename OutputType>
22
21
namespace peloton {
23
22
namespace brain {
24
23
24
+ // Forward Declarations
25
+ template <class InputType >
26
+ class TfSessionEntityInput ;
27
+ template <class OutputType >
28
+ class TfSessionEntityOutput ;
29
+
25
30
/* *
26
31
* The `TfSessionEntity` class is the main entity class for
27
32
* handling Tensorflow sessions and evaluations within.
You can’t perform that action at this time.
0 commit comments