Home
last modified time | relevance | path

Searched refs:filename_txt (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model_test.cc80 const string filename_txt = io::JoinPath(dir, "graphdef.pb.txt"); in TEST() local
87 TF_ASSERT_OK(WriteTextProto(Env::Default(), filename_txt, graph_def)); in TEST()
91 TF_ASSERT_OK(benchmark_model::InitializeSession(1, filename_txt, &session, in TEST()