InfiniTensor/include/core
wendy12022 43d4798323
ADD: sub graph replacement. (#56)
reconfig: connections among op and tensor now is managered by GraphObj .

add some comments

merge from master

merge from master

ADD: sub graph replacement

reconfig inputs of op resize, due to the check of operator inputs.

ResizeObj::clone

clang format

fix some and add test for multi-output.

replacement support multi-inputs and multi-outputs.

add clone for all operators

add replaceSubGraph addSubGraph

remove extra code

add more test

remove extra print

Co-authored-by: Haojie Wang <haojie0429@gmail.com>
2023-04-17 13:09:07 +08:00
..
blob.h Support bang c kernel wanghailu 0927 (#43) 2022-09-30 11:01:52 +08:00
common.h Add ConvTransposedNHWC (#67) 2023-03-01 14:15:02 +08:00
constants.h Add activation operators and kernels 2022-09-16 13:58:57 +08:00
data_type.h style: remove non-ascii comments from cpp 2023-02-16 14:57:51 +08:00
dummy_mutator.h Add search engine (#64) 2023-02-12 18:27:52 +08:00
graph.h ADD: sub graph replacement. (#56) 2023-04-17 13:09:07 +08:00
graph_handler.h Cpu backend2 (#77) 2023-04-17 12:15:23 +08:00
graph_match.h ADD: sub graph replacement. (#56) 2023-04-17 13:09:07 +08:00
hash.h Tensor hash and inferShape (#4) 2022-08-15 15:08:56 +08:00
kernel.h Add search engine (#64) 2023-02-12 18:27:52 +08:00
mutator.h ADD: add mkl runtime for intel cpu , and add mkl kernel for matmul/conv/convtransposed. (#61) 2023-03-27 21:28:49 +08:00
object.h Add search engine (#64) 2023-02-12 18:27:52 +08:00
operator.h ADD: sub graph replacement. (#56) 2023-04-17 13:09:07 +08:00
perf_engine.h Json perfrecord (#32) 2022-09-22 15:34:34 +08:00
ref.h Add: connection among tensors and operators (#45) 2022-10-18 22:02:51 +08:00
runtime.h ADD: sub graph replacement. (#56) 2023-04-17 13:09:07 +08:00
search_engine.h Add search engine (#64) 2023-02-12 18:27:52 +08:00
tensor.h fix: remove inline keyword in class; rename getter and setter for inputOf and outputOf 2023-03-25 12:04:24 +08:00
tensor_base.h ADD: sub graph replacement. (#56) 2023-04-17 13:09:07 +08:00