Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for XlaActivityLoggingListener (0.22 sec)

  1. tensorflow/compiler/jit/xla_activity_logging_listener.cc

    #include "tensorflow/compiler/jit/xla_activity_listener.h"
    
    namespace tensorflow {
    namespace {
    
    // Listens to XLA activity and logs them using tensorflow::Logger.
    class XlaActivityLoggingListener final : public XlaActivityListener {
     public:
      Status Listen(
          const XlaAutoClusteringActivity& auto_clustering_activity) override {
        if (!IsEnabled()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 2.2K bytes
    - Viewed (0)
Back to top