HomeSort by relevance Sort by last modified time
    Searched refs:CreateUniqueFileName (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/platform/
env_test.cc 366 TEST_F(DefaultEnvTest, CreateUniqueFileName) {
373 EXPECT_TRUE(env->CreateUniqueFileName(&filename, suffix));
env.h 229 bool CreateUniqueFileName(string* prefix, const string& suffix);
env.cc 334 if (CreateUniqueFileName(filename, "")) {
341 bool Env::CreateUniqueFileName(string* prefix, const string& suffix) {
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_graph_dumper.cc     [all...]

Completed in 604 milliseconds