Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TEST_UNDECLARED_OUTPUTS_DIR (0.2 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/dump_mlir_util.cc

      // the directory specified by the environment variable
      // TEST_UNDECLARED_OUTPUTS_DIR.
      string lower_path = absl::AsciiStrToLower(path);
      if (lower_path == "sponge") {
        if (!tensorflow::io::GetTestUndeclaredOutputsDir(&path)) {
          LOG(ERROR) << "MLIR crash reproducer is set to '" << dir_path.str()
                     << "', but environment variable TEST_UNDECLARED_OUTPUTS_DIR "
                        "is not set, so cannot dump anywhere.";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 05 03:03:46 UTC 2024
    - 11.4K bytes
    - Viewed (0)
Back to top