Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getAsymmetricQuantizeInputsAttr (0.47 sec)

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

            /*weights_format=*/rewriter.getStringAttr(fc_op.getWeightsFormat()),
            /*keep_num_dims=*/rewriter.getBoolAttr(fc_op.getKeepNumDims()),
            /*asymmetric_quantize_inputs=*/
            fc_op.getAsymmetricQuantizeInputsAttr());
        rewriter.replaceOp(add_op, fc.getOutput());
    
        return success();
      }
    };
    
    // Replace ..
    // FC(Add(lhs, rhs), filter, bias)
    // .. with ..
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
Back to top