chenjian

Results 18 issues of chenjian

### PR types Others ### PR changes Others ### Describe 1. 为新动态图的op收集input shapes 2. 加入接口的控制开关,控制是否收集input shapes和memory信息

This module is developed based on [discoart](https://github.com/jina-ai/discoart), which uses guided denoising diffussion model to generate images semantically close to input text prompts. Here, Chinese-clip model is used to guide generation...

Wrapped wenxin-ernie_vilg service.

This module is developed based on [discoart](https://github.com/jina-ai/discoart), which uses guided denoising diffussion model to generate images semantically close to input text prompts.

This module is developed based on [discoart](https://github.com/jina-ai/discoart), which uses guided denoising diffussion model to generate images semantically close to input text prompts. Here, Ernie-vil model is used to guide generation...

This module is developed based on [discoart](https://github.com/jina-ai/discoart), which uses guided denoising diffussion model to generate images semantically close to input text prompts. Here, RN50 model is used to guide generation...

This module is developed based on [discoart](https://github.com/jina-ai/discoart), which uses guided denoising diffussion model to generate images semantically close to input text prompts. Here, RN101 model is used to guide generation...

修复slda_novel,chinese_text_detection_db_server, yolov3_darknet53_venus 3个模型文档的错误

该PR用于连调自动化上线工具,不要合入。

1. 加入Profiler后端代码。 a. 数据加载和解析采用多进程+多线程的方式,实现文件profiler_reader.py, run_manager.py b. 服务的url和api, 实现文件 profiler_server.py c. 每个Profiler解析后数据的存储和url的响应数据构造 profiler_data.py d. Overview, Operator, Kernel, Distributed, Tracer, Memory页面数据的解析, 分别对应一个parser文件。