Commit Graph

2 Commits

Author SHA1 Message Date
Jack Zhou
de98163efa [Functions] Add +-*/ operators and reshape for FDTensor (#655)
* Add +-*/ functions

* Add same dims test case for operations

* add broadcast 0

* Add broadcast dim2 testcase

* Add broadcast dim3 and dim4 testcase

* Add +-*/ operators

* Add mixed operation

* refresh code style

* Add reshape op

* update code style
2022-11-23 11:34:02 +08:00
Jack Zhou
08a384f7c2 [Other]Fix the fd tensor copy assignment (#506)
Fix the fd tensor copy assignment
2022-11-06 20:17:35 +08:00