Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BM_BuildSignature (0.17 sec)

  1. tensorflow/compiler/jit/device_compilation_cluster_signature_test.cc

      EXPECT_NE(s1.HumanString(), s2.HumanString());
      EXPECT_NE(SignatureHash()(s1), SignatureHash()(s2));
      EXPECT_FALSE(s1 == s2);
    }
    
    void BM_BuildSignature(::testing::benchmark::State& state) {
      const int n_args = state.range(0);
    
      NameAttrList fn;
      fn.set_name("afunction");
      for (int i = 0; i < n_args; i++) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top