Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for compile_count (0.14 sec)

  1. tensorflow/compiler/jit/device_compiler_test.cc

          listener_->GetListenerHistory();
      EXPECT_EQ(activity_history.size(), 1);
      EXPECT_EQ(activity_history[0].cluster_name(), fn.name());
      EXPECT_EQ(activity_history[0].compile_count(), 1);
      EXPECT_FALSE(activity_history[0].used_persistent_cache());
    
      listener_->ClearListenerHistory();
    
      // Create another DeviceCompiler object pointing to the same persistent cache
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 19.8K bytes
    - Viewed (0)
Back to top