InfiniTensor/include/core
zhengly123 9303ddda8e
Add Conv operator and naive CPU implemenation (#5)
* Add: Conv definition

* Add: tensor copy data from vector

* Add: CPU conv kernel

* Fix: replace Int32 with UInt32 in DataType

Co-authored-by: Liyan Zheng <liyan-zheng@outlook.com>
2022-08-17 14:16:01 +08:00
..
common.h Add Conv operator and naive CPU implemenation (#5) 2022-08-17 14:16:01 +08:00
graph.h Add Conv operator and naive CPU implemenation (#5) 2022-08-17 14:16:01 +08:00
hash.h Tensor hash and inferShape (#4) 2022-08-15 15:08:56 +08:00
kernel.h Add: comments for Kernel 2022-08-09 20:05:01 +08:00
mutator.h Update: OpAttrs -> OpPerfKey 2022-08-09 14:58:45 +08:00
object.h Add: perf engine 2022-08-07 21:12:17 +08:00
operator.h Tensor hash and inferShape (#4) 2022-08-15 15:08:56 +08:00
perf_engine.h Update: OpAttrs -> OpPerfKey 2022-08-09 14:58:45 +08:00
ref.h Add: perf engine 2022-08-07 21:12:17 +08:00
run_enigne.h Add: perf engine 2022-08-07 21:12:17 +08:00
tensor.h Add Conv operator and naive CPU implemenation (#5) 2022-08-17 14:16:01 +08:00
tensor_base.h Add Conv operator and naive CPU implemenation (#5) 2022-08-17 14:16:01 +08:00