File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 100100from .tensor .linalg import histogram # noqa: F401
101101from .tensor .linalg import mv # noqa: F401
102102from .tensor .linalg import matrix_power # noqa: F401
103+ from .tensor .linalg import svd # noqa: F401
103104from .tensor .logic import equal # noqa: F401
104105from .tensor .logic import greater_equal # noqa: F401
105106from .tensor .logic import greater_than # noqa: F401
493494 'sqrt' ,
494495 'cholesky' ,
495496 'matrix_power' ,
497+ 'svd' ,
496498 'randperm' ,
497499 'linspace' ,
498500 'reshape' ,
Original file line number Diff line number Diff line change 4545from .linalg import histogram # noqa: F401
4646from .linalg import mv # noqa: F401
4747from .linalg import matrix_power # noqa: F401
48+ from .linalg import svd # noqa: F401
4849from .logic import equal # noqa: F401
4950from .logic import greater_equal # noqa: F401
5051from .logic import greater_than # noqa: F401
222223 'histogram' ,
223224 'mv' ,
224225 'matrix_power' ,
226+ 'svd' ,
225227 'abs' ,
226228 'acos' ,
227229 'all' ,
You can’t perform that action at this time.
0 commit comments