Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.cc130 const string& directory_path = in DumpSessionModule() local
138 return Executable::DumpToDirectory(directory_path, filename, in DumpSessionModule()
143 const string& directory_path, string filename, in DumpToDirectory() argument
146 if (!env->IsDirectory(directory_path).ok()) { in DumpToDirectory()
151 TF_RETURN_IF_ERROR(env->RecursivelyCreateDir(directory_path)); in DumpToDirectory()
154 string file_path = tensorflow::io::JoinPath(directory_path, filename); in DumpToDirectory()
Dcompile_only_service.cc79 const string& directory_path = debug_options.xla_dump_computations_to(); in CompileAheadOfTime() local
80 if (!directory_path.empty()) { in CompileAheadOfTime()
89 directory_path, tensorflow::port::Hostname()); in CompileAheadOfTime()
Dhlo_graph_dumper.h76 const string& directory_path, bool do_prefix = true);
Dservice.cc348 const string& directory_path = in BuildExecutables() local
352 if (directory_path.empty() && other_directory_path.empty()) { in BuildExecutables()
358 if (!directory_path.empty()) { in BuildExecutables()
363 TF_RETURN_IF_ERROR(Executable::DumpToDirectory(directory_path, filename, in BuildExecutables()
409 const string& directory_path = in BuildExecutable() local
413 if (!directory_path.empty() || !other_directory_path.empty()) { in BuildExecutable()
417 if (!directory_path.empty()) { in BuildExecutable()
422 TF_RETURN_IF_ERROR(Executable::DumpToDirectory(directory_path, filename, in BuildExecutable()
Dexecutable.h164 static Status DumpToDirectory(const string& directory_path, string filename,
Dhlo_graph_dumper.cc1416 const string& directory_path, bool do_prefix) { in DumpText() argument
1418 TF_CHECK_OK(env->RecursivelyCreateDir(directory_path)); in DumpText()
1422 string path = JoinPath(directory_path, filename); in DumpText()
/external/v8/src/
Dstartup-data-util.cc85 void InitializeExternalStartupData(const char* directory_path) { in InitializeExternalStartupData() argument
90 base::RelativePath(&natives, directory_path, "natives_blob.bin"), in InitializeExternalStartupData()
91 base::RelativePath(&snapshot, directory_path, "snapshot_blob.bin")); in InitializeExternalStartupData()
Dstartup-data-util.h21 void InitializeExternalStartupData(const char* directory_path);
Dapi.cc6211 void v8::V8::InitializeExternalStartupData(const char* directory_path) { in InitializeExternalStartupData() argument
6212 i::InitializeExternalStartupData(directory_path); in InitializeExternalStartupData()
/external/ltp/testcases/kernel/syscalls/getcpu/
Dgetcpu01.c266 char directory_path[255]; in get_nodeid() local
282 sprintf(directory_path, "/sys/devices/system/node/%s", in get_nodeid()
284 directory_node = opendir(directory_path); in get_nodeid()
/external/tensorflow/tensorflow/python/kernel_tests/
Dio_ops_test.py98 directory_path = files[0].name[:files[0].name.find(cases[0])]
99 pattern = directory_path + 'AB%sDEF.GH*'
132 pattern % '?', directory_path + 'X?Z*']).eval(),
/external/libchrome/base/files/
Ddir_reader_linux.h33 explicit DirReaderLinux(const char* directory_path) in DirReaderLinux() argument
34 : fd_(open(directory_path, O_RDONLY | O_DIRECTORY)), in DirReaderLinux()
Ddir_reader_fallback.h14 explicit DirReaderFallback(const char* directory_path) {} in DirReaderFallback() argument
/external/llvm/utils/llvm-build/llvmbuild/
Dmain.py257 directory_path = os.path.join(output_path, subpath[1:])
260 if not os.path.exists(directory_path):
261 os.makedirs(directory_path)
279 file_path = os.path.join(directory_path, 'LLVMBuild.txt')
/external/cros/system_api/dbus/smbprovider/
Ddirectory_entry.proto72 optional string directory_path = 2; field
164 optional string directory_path = 2; field
/external/v8/include/
Dv8.h7679 static void InitializeExternalStartupData(const char* directory_path);