Commit Graph

6 Commits

Author SHA1 Message Date
tangdezhi_123 201d33a043 对ops下的API和其在Tensor下的同名API的参数名进行整改,涉及修改点,函数实现,中文说明修改,英文说明修改。
涉及修改的API如下,
ops.range
ops.linspace
ops.eye
ops.reshape
ops.lcm
ops.dot
ops.matmul

涉及修改的Tensor的API如下,
tensor.reshape
tensor.lcm

涉及新增的Tensor的API如下,新增API已自验证通过
tensor.dot
2023-02-24 10:49:33 +08:00
lvyufeng 254cf349b5 fix d2l issue 2023-02-20 10:36:54 +08:00
huanxiaoling a3211bb3d8 modify the statements in rst files 2022-12-29 14:26:57 +08:00
huodagu fcef91d37c modify format 2022-09-26 14:41:27 +08:00
zhangyi c6abc24034 modify the format of API files 2022-07-25 17:21:28 +08:00
zhujingxuan 65cfade67f update linspace document 2022-06-20 19:36:50 +08:00