aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/lib/process_state.h
blob: b75879499b2bfe195da5d888d7ab7d39ddea6e77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef TENSORFLOW_STREAM_EXECUTOR_LIB_PROCESS_STATE_H_
#define TENSORFLOW_STREAM_EXECUTOR_LIB_PROCESS_STATE_H_

#include "tensorflow/stream_executor/platform/port.h"

namespace perftools {
namespace gputools {
namespace port {

string Hostname();
bool GetCurrentDirectory(string* dir);

}  // namespace port
}  // namespace gputools
}  // namespace perftools

#endif  // TENSORFLOW_STREAM_EXECUTOR_LIB_PROCESS_STATE_H_