"...python/git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "10a9ab7b07e79247133669f74446fd5c4a39fc28"
Commit 8a3bfe4a authored by rusty1s's avatar rusty1s
Browse files

no negative sub values

parent 152c41ed
......@@ -12,8 +12,8 @@
"index": [[4, 5, 4, 2, 3], [0, 0, 2, 2, 1]],
"input": [[2, 0, 1, 4, 3], [0, 2, 1, 3, 4]],
"dim": 1,
"fill_value": 0,
"expected": [[0, 0, -4, -3, -3, 0], [-2, -4, -4, 0, 0, 0]]
"fill_value": 9,
"expected": [[9, 9, 5, 6, 6, 9], [7, 5, 5, 9, 9, 9]]
},
{
"name": "mul",
......
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