Commit 1c4bc205 authored by Ewa21's avatar Ewa21

[Py] Code formatting.

parent ccbad0c8
......@@ -98,6 +98,8 @@ def test_gelu_operator_with_array():
expected = np.array([[-1.4901161e-06, 8.4134471e-01], [-4.5500278e-02, 2.9959502]],
dtype=np.float32)
assert np.allclose(result, expected)
def test_clamp_operator():
runtime = get_runtime()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment