Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MoveTpuCompileToFrontPass (0.31 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        pipeline where you want to dump, and are able to easily modify the pipeline
        source code.
      }];
      let constructor = "TF::CreatePrintPass()";
    }
    
    def MoveTpuCompileToFrontPass : Pass<"tf-move-tpu-compile-to-front", "mlir::func::FuncOp"> {
      let summary = "Moves compile ops to the front.";
      let description = [{
        Moves all _TPUCompileMlir ops as far to the front as possible. For example,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
Back to top