Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tf_mlir_enable_tpu_variable_runtime_reformatting_pass (0.6 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/lower_cluster_to_runtime_ops.cc

          mlir::TFTPU::CreateExtractTPUCopyWithDynamicShapeOpPass());
      pm.addNestedPass<FuncOp>(
          mlir::TFTPU::CreateTPUColocateCompositeResourceOps());
      if (tensorflow::GetMlirCommonFlags()
              ->tf_mlir_enable_tpu_variable_runtime_reformatting_pass) {
        pm.addPass(mlir::TFTPU::CreateTPUVariableRuntimeReformattingPass());
      }
    }
    
    void AddNonTPULowerClusterToRuntimeOpsPassPipeline(
        OpPassManager& pm, llvm::StringRef module_name) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top