Skip to content

Commit

Permalink
Resolved merge conflict with main
Browse files Browse the repository at this point in the history
Change-Id: Iefe58dd321efae6eae26cd54a31c5923d0f1e32b
  • Loading branch information
ashutosh-arm committed Apr 20, 2022
1 parent 1a7cfba commit f2a3484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/contrib/test_cmsisnn/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ def make_qnn_relu(expr, fused_activation_fn, scale, zero_point, dtype):
if fused_activation_fn == "RELU":
return tvm.relay.op.clip(expr, a_min=max(qmin, quantize(0.0)), a_max=qmax)


def generate_random_input_data(seed, shape, dtype):
"""
Generates randomized input numpy arrays based on shape and dtype
Expand Down

0 comments on commit f2a3484

Please sign in to comment.