Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RunAutoClusteringTestWithGzippedPbtxt (0.37 sec)

  1. tensorflow/compiler/jit/tests/auto_clustering_test_helper.cc

      return RunAutoClusteringTestImpl(std::move(graphdef),
                                       golden_summary_file_path);
    }
    
    Status AutoClusteringTest::RunAutoClusteringTestWithGzippedPbtxt(
        absl::string_view gzipped_pbtxt_file_path,
        absl::string_view golden_summary_file_path) {
      Env* env = Env::Default();
      std::unique_ptr<RandomAccessFile> file_reader;
      TF_RETURN_IF_ERROR(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 12:11:46 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top