Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetNewWeightQuantizedType (0.31 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

            TransposeFilterInConvolution(filter_op->getLoc(), rewriter,
                                         filter_constant_value_attr, is_depthwise);
    
        Type new_filter_type = GetNewWeightQuantizedType(
            /*context=*/op.getContext(), /*location=*/filter_op->getLoc(),
            /*new_shape=*/new_filter_value_attr.getShapedType().getShape(),
            /*filter_type=*/op.getRhs().getType(), is_depthwise);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
Back to top