Go to file
zhengly123 a26890abce
Tensor hash and inferShape (#4)
* Refactor: operator hash and inferShape

* Add: hash without shape

* Add: inferShape interface for given input tensors

* Add: construct outputs in op ctor

* Add: comments for matmul

* Add: opType in AttrVector and WorkloadVector

* Chore: _graph -> graph in Op ctor

* Chore: change the "Node" suffix to "Obj"

Co-authored-by: Liyan Zheng <liyan-zheng@outlook.com>
2022-08-15 15:08:56 +08:00
.github/workflows Add: clang format check github action 2022-08-09 17:58:12 +08:00
3rd-party Add: graph, tensor, and operator 2022-07-31 21:44:03 +08:00
include Tensor hash and inferShape (#4) 2022-08-15 15:08:56 +08:00
src Tensor hash and inferShape (#4) 2022-08-15 15:08:56 +08:00
test Tensor hash and inferShape (#4) 2022-08-15 15:08:56 +08:00
.clang-format Add: graph, tensor, and operator 2022-07-31 21:44:03 +08:00
.cmake-format.json Add: graph, tensor, and operator 2022-07-31 21:44:03 +08:00
.gitignore Add: graph, tensor, and operator 2022-07-31 21:44:03 +08:00
.gitmodules Add: graph, tensor, and operator 2022-07-31 21:44:03 +08:00
CMakeLists.txt Update: OpAttrs -> OpPerfKey 2022-08-09 14:58:45 +08:00
LICENSE Initial commit 2022-07-27 22:40:23 +08:00
README.md Initial commit 2022-07-27 22:40:23 +08:00

README.md

InfiniTensor