Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateFallbackToFlexOpsPass (0.15 sec)

  1. tensorflow/compiler/mlir/lite/quantization/tensorflow/passes.h

    std::unique_ptr<OperationPass<func::FuncOp>> CreateLegalizeTFToQuantPass();
    
    // Fallbacks ops that are not supported by TF Quantization to TFLite Flex ops.
    std::unique_ptr<OperationPass<func::FuncOp>> CreateFallbackToFlexOpsPass(
        const std::string &mode = "DEFAULT");
    
    }  // namespace TF
    }  // namespace mlir
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 08 00:46:29 UTC 2022
    - 1.5K bytes
    - Viewed (0)
Back to top