Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getRhsQuantizationAxis (0.34 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

      if (failed(verify_lhs_params)) {
        return failure();
      }
    
      auto verify_rhs_params =
          VerifyScalesAndZeroPoints(op, op.getRhsScales(), op.getRhsZeroPoints(),
                                    op.getRhsQuantizationAxis());
      if (failed(verify_rhs_params)) {
        return failure();
      }
    
      return VerifyScalesAndZeroPoints(op, op.getOutputScales(),
                                       op.getOutputZeroPoints(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
Back to top