Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/
H A Dutils_test.cc40 ASSERT_TRUE(Env::Default()->CreateUniqueFileName(&filename, "journal_dir")); in TEST()
51 ASSERT_TRUE(Env::Default()->CreateUniqueFileName(&filename, "journal_dir")); in TEST()
65 ASSERT_TRUE(Env::Default()->CreateUniqueFileName(&filename, "journal_dir")); in TEST()
H A Djournal_test.cc38 if (!Env::Default()->CreateUniqueFileName(&filename, "journal_dir")) { in NewJournalDir()
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Denv_test.cc416 TEST_F(DefaultEnvTest, CreateUniqueFileName) { in TEST_F() argument
423 EXPECT_TRUE(env->CreateUniqueFileName(&filename, suffix)); in TEST_F()
H A Denv.cc435 if (CreateUniqueFileName(filename, "")) { in LocalTempFilename()
442 bool Env::CreateUniqueFileName(string* prefix, const string& suffix) { in CreateUniqueFileName() function in tensorflow::Env
H A Denv.h410 bool CreateUniqueFileName(std::string* prefix, const std::string& suffix);
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Ddump_mlir_util.cc299 if (!tensorflow::Env::Default()->CreateUniqueFileName(&path, ".mlir")) { in SetCrashReproducer()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/
H A Dmlir_graph_optimization_pass.cc91 if (!tensorflow::Env::Default()->CreateUniqueFileName(&prefix, ".mlir")) { in DumpModule()
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Dlayout_propagation_v2.cc985 if (!tensorflow::Env::Default()->CreateUniqueFileName(&prefix, ".mlir")) { in LogLayoutsAndOps()