Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Ddump_mlir_util.h65 std::string DumpRawStringToFile(llvm::StringRef name, llvm::StringRef content,
Ddump_mlir_util_test.cc77 std::string filepath = DumpRawStringToFile("example", example); in TEST()
Ddump_mlir_util.cc189 std::string DumpRawStringToFile(llvm::StringRef name, llvm::StringRef content, in DumpRawStringToFile() function