Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for filterMap (0.1 sec)

  1. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_driver.cc

                params.getExpressedType(), new_bias_scale, 0,
                params.getStorageTypeMin(), params.getStorageTypeMax()));
        arith::ConstantOp filter_op = DuplicateConstantOpIfNeeded(
            op->getOperand(filter_index).getDefiningOp<arith::ConstantOp>(), op,
            filter_index);
        if (!filter_op) {
          return SetOperandParams(op, bias_index, params);
        }
    
        const auto filter_quantized_type =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 38.1K bytes
    - Viewed (0)
Back to top