Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPrecisionConfigAttr (0.33 sec)

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

            lhs_dilation_2d, rhs_dilation_2d, window_reversal_2d, dnums_2d,
            conv_op.getFeatureGroupCount(), conv_op.getBatchGroupCount(),
            conv_op.getPrecisionConfigAttr());
    
        OpResult conv2d_output = conv2d_op->getResult(0);
        auto conv2d_output_type = mlir::cast<ShapedType>(conv2d_output.getType());
    
        //
        // Transpose and reshape the output
        //
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
Back to top