Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for filterFast (0.11 sec)

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

        APFloat cst_value = *cst.value_begin<APFloat>();
    
        // Affine op.
        Value filter = fc_op.getFilter();
        Value bias = fc_op.getBias();
        DenseFPElementsAttr filter_cst, bias_cst;
        if (!matchPattern(filter, m_Constant(&filter_cst))) {
          // The filter maybe quantized, then we should set it to the real constant.
          auto dq = llvm::dyn_cast_or_null<DequantizeOp>(filter.getDefiningOp());
    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