Fix OSS compilation error in tfprof_main.cc

PiperOrigin-RevId: 157602449
This commit is contained in:
Shanqing Cai 2017-05-31 10:27:25 -07:00 committed by TensorFlower Gardener
parent 904a3d075d
commit 43bfc138c9

View File

@ -217,7 +217,7 @@ int main(int argc, char** argv) {
tensorflow::tfprof::TFStats tf_stat(
std::move(graph), nullptr, std::move(op_log), std::move(ckpt_reader));
std::vector<string> run_meta_files =
std::vector<tensorflow::string> run_meta_files =
Split(FLAGS_run_meta_path, ',', tensorflow::str_util::SkipEmpty());
for (int i = 0; i < run_meta_files.size(); ++i) {
std::unique_ptr<tensorflow::RunMetadata> run_meta(