Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getFeatureGroupCountAttr (0.38 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/nchw_convolution_to_nhwc.cc

            /*rhs_dilation=*/op.getRhsDilationAttr(),
            /*window_reversal=*/op.getWindowReversalAttr(),
            /*dimension_numbers=*/new_dimension_nums,
            /*feature_group_count=*/op.getFeatureGroupCountAttr(),
            /*batch_group_count=*/op.getBatchGroupCountAttr(),
            /*precision_config=*/op.getPrecisionConfigAttr());
    
        // Transpose the output of the `ConvolutionOp` back to the original op's
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 8.2K bytes
    - Viewed (0)
Back to top