Commit Graph

5 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
zhangyi 46e8f6af8e modify the format of API files 2022-07-25 15:26:56 +08:00
wangshuide2020 1ad5840572 add the chinese documentation of functional api. 2022-04-22 16:06:47 +08:00
huodagu d9520704c1 modify_params_1 2022-03-11 10:35:26 +08:00
huodagu 05da331681 add_func_1 2022-03-10 13:51:22 +08:00