Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateZeroPointPartialOffsetXlaDotV2 (0.23 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/replace_cast_hacks_with_tf_xla_ops.cc

                                           int output_rank) {
      Value zp_input_contribution = CreateZeroPointPartialOffsetXlaDotV2(
          builder, loc, input, weight_zp, dnums, /*is_lhs=*/true, output_rank);
      Value zp_weight_contribution = CreateZeroPointPartialOffsetXlaDotV2(
          builder, loc, weight, input_zp, dnums, /*is_lhs=*/false, output_rank);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 47.1K bytes
    - Viewed (0)
Back to top