We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef90699 commit fa6d16cCopy full SHA for fa6d16c
framework/e2e/api_benchmark_new/debug_case/matrix_rank_0.py
@@ -44,7 +44,7 @@ def _randtool(dtype, low, high, shape):
44
45
46
api = "paddle.linalg.matrix_rank"
47
-all_data = {"x": {"random": True, "type": "Tensor", "dtype": "float32", "shape": [1, 1, 1], "range": [-1, 1]}}
+all_data = {"x": {"random": True, "type": "Tensor", "dtype": "float32", "shape": [10, 10, 10], "range": [-1, 1]}}
48
params = {"hermitian": False}
49
50
inputs = {}
0 commit comments