Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for kStandardPipelineAfter (0.2 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/bridge.h

    #include "tensorflow/core/lib/core/status.h"
    
    namespace mlir {
    namespace TF {
    
    inline constexpr char kStandardPipelineBefore[] = "standard_pipeline_before";
    inline constexpr char kStandardPipelineAfter[] = "standard_pipeline_after";
    
    // Runs all passes involved in transforming or optimizing an MLIR graph without
    // any target specialization. When enable_logging is true, enables
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 24 22:46:43 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/bridge.cc

        }
      }
      LogicalResult result = bridge.run(module);
      (void)result;
      if (enable_logging || VLOG_IS_ON(1))
        tensorflow::DumpMlirOpToFile(kStandardPipelineAfter, module, "", &bridge);
      return diag_handler.ConsumeStatus();
    }
    
    }  // namespace TF
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 09 17:16:05 UTC 2023
    - 2.4K bytes
    - Viewed (0)
Back to top