9 #ifndef PHYSICSTOOLS_TENSORFLOW_TENSORFLOW_H
10 #define PHYSICSTOOLS_TENSORFLOW_TENSORFLOW_H
12 #include "tensorflow/core/framework/tensor.h"
13 #include "tensorflow/core/lib/core/threadpool.h"
14 #include "tensorflow/core/lib/io/path.h"
15 #include "tensorflow/core/public/session.h"
16 #include "tensorflow/core/util/tensor_bundle/naming.h"
17 #include "tensorflow/cc/client/client_session.h"
18 #include "tensorflow/cc/saved_model/loader.h"
19 #include "tensorflow/cc/saved_model/constants.h"
20 #include "tensorflow/cc/saved_model/tag_constants.h"
109 const thread::ThreadPoolOptions& threadPoolOptions);
118 thread::ThreadPoolInterface* threadPool);
139 #endif // PHYSICSTOOLS_TENSORFLOW_TENSORFLOW_H