HomeSort by relevance Sort by last modified time
    Searched defs:dump_file_path (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/debug/
debug_io_utils_test.cc 114 string dump_file_path; local
116 kDebugNodeKey, *tensor_a_, wall_time, test_dir, &dump_file_path));
120 TF_ASSERT_OK(ReadEventFromFile(dump_file_path, &event));
  /external/tensorflow/tensorflow/core/kernels/
debug_ops_test.cc 122 const string dump_file_path = io::JoinPath(device_root, ent->d_name); local
123 std::fstream ifs(dump_file_path, std::ios::in | std::ios::binary);
  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.cc 464 wstring dump_file_path; local
465 if (!GenerateDumpFilePath(&dump_file_path)) {
469 dump_file_ = CreateFile(dump_file_path.c_str(),
481 *dump_path = dump_file_path;

Completed in 372 milliseconds