Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LowerStaticTensorListPass (0.16 sec)

  1. tensorflow/compiler/mlir/lite/transforms/passes.td

      let summary = "Lifts TFLite Custom ops into TF dialect operations.";
      let constructor = "CreateLiftTfliteFlexOpsPass()";
      let dependentDialects = ["TFL::TensorFlowLiteDialect"];
    }
    
    def LowerStaticTensorListPass : Pass<"tfl-lower-static-tensor-list", "mlir::ModuleOp"> {
      let summary = "Lower TensorList ops within TensorFlow Lite dialect.";
      let constructor = "CreateLowerStaticTensorListPass()";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 22.6K bytes
    - Viewed (0)
Back to top