Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sanitized_expected_contents (0.47 sec)

  1. tensorflow/compiler/aot/codegen_test.cc

      // Get rid of all CR characters, we may be running under windows.
      string sanitized_expected_contents(expected_contents);
      if (ignore_cr) {
        sanitized_expected_contents.erase(
            std::remove(sanitized_expected_contents.begin(),
                        sanitized_expected_contents.end(), '\r'),
            sanitized_expected_contents.end());
      }
    
      // To update the golden file, flip update_golden to true and run the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 01 02:13:40 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top