mindspore/scripts
He Wei fd8bbb4d96 Optimize isa() and type id related code.
1. Let 'isa<T>()' calls 'IsSameTypeId()' when T is final,
   and we add 'final' mark to some final classes derived from Base;

2. Generate type id at compile time using constexpr hash function,
   remove TypeIdManager and related code;

3. Add a tool script 'scripts/check_tid.sh' to check tid uniqueness;

4. Improve type search in 'proto_exporter.cc' and 'convert_utils_py.cc';

5. Add some missed MS_DECLARE_PARENT;

6. Ensure calls of 'parent_t::IsFromTypeId()' are all inlined.
2021-11-03 14:14:44 +08:00
..
build GraphKernel supports CPU 2021-09-29 23:34:16 +08:00
conda add docker & conda scripts for 1.5.0 2021-10-13 10:43:43 +08:00
docker fix docker script due to pillow update 2021-10-20 11:22:35 +08:00
map_dump_file_to_code update_dump_map 2021-01-25 11:26:35 +08:00
check_clang_format.sh debug mnist shell script 2021-03-19 10:26:01 +08:00
check_tid.sh Optimize isa() and type id related code. 2021-11-03 14:14:44 +08:00
dot2svg.sh initial version 2020-03-27 22:54:54 +08:00
format_source_code.sh mac clang-format 2021-05-18 20:06:03 +08:00
get_bert_shape_from_pytest.sh initial version 2020-03-27 22:54:54 +08:00
get_op_use_count.sh initial version 2020-03-27 22:54:54 +08:00
get_shape_from_ir.sh fix some bug in quant debug 2020-05-12 14:05:54 +08:00
lite_release_package.sh copy lite ohos package to release path 2021-09-26 17:14:01 +08:00
run_perf_test.sh replace tab with spaces 2021-02-23 09:41:47 +08:00
setdotlabelwidth initial version 2020-03-27 22:54:54 +08:00
update_onnx_weight.py redundant codes clean 2020-09-22 17:08:09 +08:00