Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for LegalizeTFPass (0.57 sec)

  1. tensorflow/compiler/mlir/lite/transforms/legalize_tf.cc

    constexpr char kTfLiteInputIndices[] = "_tflite_input_indices";
    
    // Legalize operations in functions.
    class LegalizeTFPass : public impl::LegalizeTFPassBase<LegalizeTFPass> {
     public:
      MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(LegalizeTFPass)
      LegalizeTFPass() = default;
      explicit LegalizeTFPass(bool run_tfl_runtime_verification,
                              bool preserve_assert_op) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 20 20:06:54 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/passes.td

      let constructor = "CreateLegalizeJaxRandomPass()";
      let dependentDialects = ["TFL::TensorFlowLiteDialect", "stablehlo::StablehloDialect"];
    }
    
    def LegalizeTFPass : Pass<"tfl-legalize-tf", "mlir::func::FuncOp"> {
      let summary = "Legalize from TensorFlow to TensorFlow Lite dialect.";
      let constructor = "CreateLegalizeTFPass()";
      let dependentDialects = ["TFL::TensorFlowLiteDialect" ,
    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