InfiniTensor/include/core
zhengly123 c7ec9ee6e7
Add search engine (#64)
* Add: tensor fuid

* [Intermediate state] Add: Graph ctor for OpVec

* Add: clone for operators

* tmp: search_engine

* search: init search Engine.

* Add: dummy mutator for the test of search engine

* search: add print graph.

* search: add partition.

* search: update comments.

* Fix: remain FUID in Tensor::clone

* Chore: rename GUidBaseType to UidBaseType

* Fix: connect NMutator to SearchEngine

* Chore: output

* Fix test_memboundOp: nmutator uses input runtime

* Chore: clang-format

* Chore: clang-format

* Fix: comments in the review

---------

Co-authored-by: Liyan Zheng <liyan-zheng@outlook.com>
Co-authored-by: mazx <dyxdy@live.com>
2023-02-12 18:27:52 +08:00
..
blob.h Support bang c kernel wanghailu 0927 (#43) 2022-09-30 11:01:52 +08:00
common.h Add: python API for timing ConvTranspose (#46) 2022-10-07 16:03:11 +08:00
constants.h Add activation operators and kernels 2022-09-16 13:58:57 +08:00
data_type.h Json perfrecord (#32) 2022-09-22 15:34:34 +08:00
dummy_mutator.h Add search engine (#64) 2023-02-12 18:27:52 +08:00
graph.h Add search engine (#64) 2023-02-12 18:27:52 +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 search engine (#64) 2023-02-12 18:27:52 +08:00
object.h Add search engine (#64) 2023-02-12 18:27:52 +08:00
operator.h Add search engine (#64) 2023-02-12 18:27:52 +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: python API for timing ConvTranspose (#46) 2022-10-07 16:03:11 +08:00
search_engine.h Add search engine (#64) 2023-02-12 18:27:52 +08:00
tensor.h Add search engine (#64) 2023-02-12 18:27:52 +08:00
tensor_base.h Add search engine (#64) 2023-02-12 18:27:52 +08:00