Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddLiftTfliteFlexOpsPatterns (0.61 sec)

  1. tensorflow/compiler/mlir/lite/transforms/lift_tflite_flex_ops.h

    namespace TFL {
    
    // Creates an instance of the lift TFLite Flex ops pass that lifts TFLite Flex
    // ops into TF dialect operations.
    std::unique_ptr<OperationPass<func::FuncOp>> CreateLiftTfliteFlexOpsPass();
    
    void AddLiftTfliteFlexOpsPatterns(MLIRContext *context,
                                      RewritePatternSet &patterns);
    
    }  // namespace TFL
    }  // namespace mlir
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 13 18:29:12 UTC 2022
    - 1.4K bytes
    - Viewed (0)
Back to top