Skip to content

Commit fa6d16c

Browse files
authored
fix matrix_rank shape (#3067)
1 parent ef90699 commit fa6d16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/e2e/api_benchmark_new/debug_case/matrix_rank_0.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def _randtool(dtype, low, high, shape):
4444

4545

4646
api = "paddle.linalg.matrix_rank"
47-
all_data = {"x": {"random": True, "type": "Tensor", "dtype": "float32", "shape": [1, 1, 1], "range": [-1, 1]}}
47+
all_data = {"x": {"random": True, "type": "Tensor", "dtype": "float32", "shape": [10, 10, 10], "range": [-1, 1]}}
4848
params = {"hermitian": False}
4949

5050
inputs = {}

0 commit comments

Comments
 (0)