Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RemoveRedundantScast (0.23 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/post_quantize.cc

    // or the opposite. If none of its input and output is quantized, the op has
    // no effect and should be removed.
    class RemoveRedundantScast
        : public mlir::OpRewritePattern<quantfork::StorageCastOp> {
     public:
      explicit RemoveRedundantScast(MLIRContext* context)
          : OpRewritePattern<quantfork::StorageCastOp>(context) {}
    
     private:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 07:39:40 UTC 2024
    - 5.6K bytes
    - Viewed (0)
Back to top