Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ResetClusterSequenceNumber (0.43 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

              "cluster sequence numbers are the same: lhs: ", lhs_cluster_name,
              " rhs: ", rhs_cluster_name);
        }
    
        return absl::OkStatus();
      };
    
      testing::ResetClusterSequenceNumber();
      auto options = MarkForCompilationPassTestHelper::Options()
                         .WithDeterministicClusterNames();
    
      // Cluster the same graphs twice so we can observe that the prefix contains
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/mark_for_compilation_pass.cc

          "Unpack", "DeviceIndex", "TensorStridedSliceUpdate", "XlaConcatND",
          "XlaSplitND",
         }}};
      // clang-format on
      return result;
    }
    
    namespace testing {
    void ResetClusterSequenceNumber() {
      ClusterSequenceNumberGenerator::Global().Reset();
    }
    
    absl::flat_hash_set<string> GetKnownXLAAllowlistOp() {
      absl::flat_hash_set<string> result{
          "AdjustContrastv2",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
Back to top