InfiniTensor/include/core
Hardy 03de74f4bc
Tensor serialization (#25)
* use protobuf for tensor data save,write,read, in chinese 序列化和反序列化

* add protobuf

* add code for tensor load & save from/to file

* add code for tensor laod & save

* add code for tensor load & save

* add code for tensor save & load

* add code for tensor save & load

* add code for save & load

* add code for load & save

* add code for tensor load & save

* add code for tensor save & load

Co-authored-by: wanghailu <wanghailu@qiyuanlab.com>
2022-09-13 11:27:41 +08:00
..
blob.h Add CUDA runtime (#6) 2022-08-22 15:01:03 +08:00
common.h add code for backtrace (#21) 2022-09-01 20:30:12 +08:00
data_type.h Extended DataType class and Runtime interaction (#9) 2022-08-23 16:55:59 +08:00
graph.h Simplify tensor transfer between CPU and CUDA (#10) 2022-08-25 11:29:16 +08:00
hash.h Tensor hash and inferShape (#4) 2022-08-15 15:08:56 +08:00
kernel.h Add maxpool and avgpool operators (#17) 2022-08-31 14:44:53 +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 Operators g2bmm&gbmm transplantation (#24) 2022-09-08 21:31:35 +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
runtime.h Extended DataType class and Runtime interaction (#9) 2022-08-23 16:55:59 +08:00
tensor.h Tensor serialization (#25) 2022-09-13 11:27:41 +08:00
tensor_base.h Simplify tensor transfer between CPU and CUDA (#10) 2022-08-25 11:29:16 +08:00