📦 deps(tsl): sync tsl-playbook from 94d968d6

Source-Commit: 94d968d68d
This commit is contained in:
ci[bot]
2026-07-08 05:17:37 +00:00
parent 296ea0fc40
commit a744e72c61
252 changed files with 12 additions and 182790 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
## 核心规则
- 矩阵初始化函数的参数规格见 [../codegen/builtin/math/matrix.md](../codegen/builtin/math/matrix.md);本页只保留矩阵行为示例和返回形态边界。
- 矩阵初始化函数的参数规格使用 `tsl-api-reference` skill 按名查询;本页只保留矩阵行为示例和返回形态边界。
- `zeros(...)``ones(...)``rand(...)``nils(...)``eye(...)` 都可以直接用于矩阵初始化。
- `zeros(3)``ones(3)``nils(2)` 这类单参数写法可以直接生成一维结果。
- `zeros(2, 3)``rand(2, 3)` 这类双参数写法可以直接生成二维矩阵。