CN107609642A - 计算装置和方法 - Google Patents
计算装置和方法 Download PDFInfo
- Publication number
- CN107609642A CN107609642A CN201710794711.4A CN201710794711A CN107609642A CN 107609642 A CN107609642 A CN 107609642A CN 201710794711 A CN201710794711 A CN 201710794711A CN 107609642 A CN107609642 A CN 107609642A
- Authority
- CN
- China
- Prior art keywords
- data
- neuron number
- input
- output
- number evidence
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000000034 method Methods 0.000 title abstract description 44
- 210000002364 input neuron Anatomy 0.000 claims abstract description 151
- 238000013528 artificial neural network Methods 0.000 claims abstract description 70
- 210000005036 nerve Anatomy 0.000 claims abstract description 62
- 238000013507 mapping Methods 0.000 claims abstract description 60
- 241001269238 Data Species 0.000 claims abstract description 4
- 210000002569 neuron Anatomy 0.000 claims description 86
- 210000004205 output neuron Anatomy 0.000 claims description 71
- 230000004913 activation Effects 0.000 claims description 21
- 230000006870 function Effects 0.000 claims description 21
- 238000012545 processing Methods 0.000 claims description 12
- 239000000203 mixture Substances 0.000 claims description 10
- 238000013500 data storage Methods 0.000 claims description 6
- 230000001537 neural effect Effects 0.000 claims description 2
- 238000004422 calculation algorithm Methods 0.000 abstract description 14
- 238000012549 training Methods 0.000 abstract description 3
- 230000007812 deficiency Effects 0.000 abstract 1
- 230000007935 neutral effect Effects 0.000 description 22
- 230000008569 process Effects 0.000 description 10
- 238000010586 diagram Methods 0.000 description 9
- 238000004364 calculation method Methods 0.000 description 7
- 210000004027 cell Anatomy 0.000 description 4
- 239000013598 vector Substances 0.000 description 3
- 230000009286 beneficial effect Effects 0.000 description 2
- 238000013527 convolutional neural network Methods 0.000 description 2
- 239000000284 extract Substances 0.000 description 2
- 238000012886 linear function Methods 0.000 description 2
- 239000011159 matrix material Substances 0.000 description 2
- 230000000149 penetrating effect Effects 0.000 description 2
- 241001465754 Metazoa Species 0.000 description 1
- 230000003213 activating effect Effects 0.000 description 1
- 238000013459 approach Methods 0.000 description 1
- 230000006399 behavior Effects 0.000 description 1
- 230000008901 benefit Effects 0.000 description 1
- 210000004556 brain Anatomy 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 238000000205 computational method Methods 0.000 description 1
- 230000003111 delayed effect Effects 0.000 description 1
- 238000000151 deposition Methods 0.000 description 1
- 235000013399 edible fruits Nutrition 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000010365 information processing Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000003058 natural language processing Methods 0.000 description 1
- 238000003062 neural network model Methods 0.000 description 1
- 238000003672 processing method Methods 0.000 description 1
- 238000013138 pruning Methods 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
- G06N3/082—Learning methods modifying the architecture, e.g. adding, deleting or silencing nodes or connections
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F17/00—Digital computing or data processing equipment or methods, specially adapted for specific functions
- G06F17/10—Complex mathematical operations
- G06F17/15—Correlation function computation including computation of convolution operations
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F17/00—Digital computing or data processing equipment or methods, specially adapted for specific functions
- G06F17/10—Complex mathematical operations
- G06F17/16—Matrix or vector computation, e.g. matrix-matrix or matrix-vector multiplication, matrix factorization
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/21—Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
- G06F18/214—Generating training patterns; Bootstrap methods, e.g. bagging or boosting
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/30003—Arrangements for executing specific machine instructions
- G06F9/30007—Arrangements for executing specific machine instructions to perform operations on data operands
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/38—Concurrent instruction execution, e.g. pipeline or look ahead
- G06F9/3802—Instruction prefetching
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/38—Concurrent instruction execution, e.g. pipeline or look ahead
- G06F9/3885—Concurrent instruction execution, e.g. pipeline or look ahead using a plurality of independent parallel functional units
- G06F9/3887—Concurrent instruction execution, e.g. pipeline or look ahead using a plurality of independent parallel functional units controlled by a single instruction for multiple data lanes [SIMD]
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/048—Activation functions
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/0495—Quantised networks; Sparse networks; Compressed networks
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/06—Physical realisation, i.e. hardware implementation of neural networks, neurons or parts of neurons
- G06N3/063—Physical realisation, i.e. hardware implementation of neural networks, neurons or parts of neurons using electronic means
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2207/00—Indexing scheme relating to methods or arrangements for processing data by operating upon the order or content of the data handled
- G06F2207/38—Indexing scheme relating to groups G06F7/38 - G06F7/575
- G06F2207/48—Indexing scheme relating to groups G06F7/48 - G06F7/575
- G06F2207/4802—Special implementations
- G06F2207/4818—Threshold devices
- G06F2207/4824—Neural networks
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F7/00—Methods or arrangements for processing data by operating upon the order or content of the data handled
- G06F7/38—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
- G06F7/48—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices
- G06F7/544—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices for evaluating functions by calculation
- G06F7/5443—Sum of products
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/30145—Instruction analysis, e.g. decoding, instruction word fields
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Data Mining & Analysis (AREA)
- General Engineering & Computer Science (AREA)
- Mathematical Physics (AREA)
- Life Sciences & Earth Sciences (AREA)
- Biomedical Technology (AREA)
- Biophysics (AREA)
- Health & Medical Sciences (AREA)
- Computing Systems (AREA)
- Artificial Intelligence (AREA)
- Evolutionary Computation (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Molecular Biology (AREA)
- Computational Mathematics (AREA)
- Pure & Applied Mathematics (AREA)
- Mathematical Optimization (AREA)
- Mathematical Analysis (AREA)
- Neurology (AREA)
- Databases & Information Systems (AREA)
- Algebra (AREA)
- Evolutionary Biology (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Bioinformatics & Computational Biology (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Image Analysis (AREA)
- Memory System (AREA)
- Devices For Executing Special Programs (AREA)
- Machine Translation (AREA)
- Complex Calculations (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
Description
Claims (10)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710794711.4A CN107609642B (zh) | 2016-01-20 | 2016-01-20 | 计算装置和方法 |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610039162.5A CN105512723B (zh) | 2016-01-20 | 2016-01-20 | 一种用于稀疏连接的人工神经网络计算装置和方法 |
CN201710794711.4A CN107609642B (zh) | 2016-01-20 | 2016-01-20 | 计算装置和方法 |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201610039162.5A Division CN105512723B (zh) | 2016-01-20 | 2016-01-20 | 一种用于稀疏连接的人工神经网络计算装置和方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
CN107609642A true CN107609642A (zh) | 2018-01-19 |
CN107609642B CN107609642B (zh) | 2021-08-31 |
Family
ID=55720686
Family Applications (6)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201610039162.5A Active CN105512723B (zh) | 2016-01-20 | 2016-01-20 | 一种用于稀疏连接的人工神经网络计算装置和方法 |
CN201710794715.2A Active CN107563497B (zh) | 2016-01-20 | 2016-01-20 | 用于稀疏人工神经网络的计算装置和运算方法 |
CN201710794580.XA Active CN107545303B (zh) | 2016-01-20 | 2016-01-20 | 用于稀疏人工神经网络的计算装置和运算方法 |
CN201710794711.4A Active CN107609642B (zh) | 2016-01-20 | 2016-01-20 | 计算装置和方法 |
CN201710794713.3A Active CN107578099B (zh) | 2016-01-20 | 2016-01-20 | 计算装置和方法 |
CN201710794712.9A Active CN107506828B (zh) | 2016-01-20 | 2016-01-20 | 用于稀疏连接的人工神经网络计算装置和方法 |
Family Applications Before (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201610039162.5A Active CN105512723B (zh) | 2016-01-20 | 2016-01-20 | 一种用于稀疏连接的人工神经网络计算装置和方法 |
CN201710794715.2A Active CN107563497B (zh) | 2016-01-20 | 2016-01-20 | 用于稀疏人工神经网络的计算装置和运算方法 |
CN201710794580.XA Active CN107545303B (zh) | 2016-01-20 | 2016-01-20 | 用于稀疏人工神经网络的计算装置和运算方法 |
Family Applications After (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201710794713.3A Active CN107578099B (zh) | 2016-01-20 | 2016-01-20 | 计算装置和方法 |
CN201710794712.9A Active CN107506828B (zh) | 2016-01-20 | 2016-01-20 | 用于稀疏连接的人工神经网络计算装置和方法 |
Country Status (5)
Country | Link |
---|---|
US (3) | US20180260710A1 (zh) |
EP (1) | EP3407266B1 (zh) |
KR (3) | KR102163561B1 (zh) |
CN (6) | CN105512723B (zh) |
WO (1) | WO2017124646A1 (zh) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2019147751A3 (en) * | 2018-01-24 | 2019-09-19 | Fractal Industries, Inc. | Platform for hierarchy cooperative computing |
CN111966405A (zh) * | 2020-07-03 | 2020-11-20 | 北京航空航天大学杭州创新研究院 | 一种基于GPU的Polar码高速并行译码方法 |
EP3640810A4 (en) * | 2018-08-28 | 2021-05-05 | Cambricon Technologies Corporation Limited | DATA PRE-PROCESSING PROCESS AND APPARATUS, COMPUTER DEVICE AND STORAGE MEDIA |
Families Citing this family (133)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109358900B (zh) * | 2016-04-15 | 2020-07-03 | 中科寒武纪科技股份有限公司 | 支持离散数据表示的人工神经网络正向运算装置和方法 |
CN108416436B (zh) * | 2016-04-18 | 2021-06-01 | 中国科学院计算技术研究所 | 使用多核心处理模块进行神经网络划分的方法及其系统 |
CN111860811B (zh) | 2016-04-27 | 2024-01-16 | 中科寒武纪科技股份有限公司 | 一种用于执行人工神经网络全连接层正向运算的装置和方法 |
WO2017185256A1 (zh) * | 2016-04-27 | 2017-11-02 | 北京中科寒武纪科技有限公司 | 一种用于执行RMSprop梯度下降算法的装置及方法 |
CN109284825B (zh) * | 2016-04-29 | 2020-04-14 | 中科寒武纪科技股份有限公司 | 用于执行lstm运算的装置和方法 |
CN107704267B (zh) * | 2016-04-29 | 2020-05-08 | 中科寒武纪科技股份有限公司 | 一种卷积神经网络运算指令及其方法 |
CN111860814B (zh) * | 2016-04-29 | 2024-01-16 | 中科寒武纪科技股份有限公司 | 一种用于执行batch normalization运算的装置和方法 |
CN107341541B (zh) * | 2016-04-29 | 2021-01-29 | 中科寒武纪科技股份有限公司 | 一种用于执行全连接层神经网络训练的装置和方法 |
WO2017185347A1 (zh) * | 2016-04-29 | 2017-11-02 | 北京中科寒武纪科技有限公司 | 用于执行循环神经网络和lstm运算的装置和方法 |
CN111310904B (zh) * | 2016-04-29 | 2024-03-08 | 中科寒武纪科技股份有限公司 | 一种用于执行卷积神经网络训练的装置和方法 |
US20170330069A1 (en) * | 2016-05-11 | 2017-11-16 | Kneron Inc. | Multi-layer artificial neural network and controlling method thereof |
JP6913388B2 (ja) * | 2016-05-19 | 2021-08-04 | 国立大学法人東京工業大学 | ニューラルネットワーク回路及びニューラルネットワーク集積回路 |
CN105893159B (zh) * | 2016-06-21 | 2018-06-19 | 北京百度网讯科技有限公司 | 数据处理方法和装置 |
CN107678781B (zh) * | 2016-08-01 | 2021-02-26 | 北京百度网讯科技有限公司 | 处理器以及用于在处理器上执行指令的方法 |
CN111310893B (zh) | 2016-08-05 | 2023-11-21 | 中科寒武纪科技股份有限公司 | 一种用于执行神经网络运算的装置及方法 |
US11238337B2 (en) * | 2016-08-22 | 2022-02-01 | Applied Brain Research Inc. | Methods and systems for implementing dynamic neural networks |
CN107808664B (zh) * | 2016-08-30 | 2021-07-30 | 富士通株式会社 | 基于稀疏神经网络的语音识别方法、语音识别装置和电子设备 |
CN106485317A (zh) * | 2016-09-26 | 2017-03-08 | 上海新储集成电路有限公司 | 一种神经网络加速器以及神经网络模型的实现方法 |
WO2018058427A1 (zh) * | 2016-09-29 | 2018-04-05 | 北京中科寒武纪科技有限公司 | 神经网络运算装置及方法 |
CN110298443B (zh) * | 2016-09-29 | 2021-09-17 | 中科寒武纪科技股份有限公司 | 神经网络运算装置及方法 |
CN106529670B (zh) * | 2016-10-27 | 2019-01-25 | 中国科学院计算技术研究所 | 一种基于权重压缩的神经网络处理器、设计方法、芯片 |
CN108022281B (zh) * | 2016-10-31 | 2021-02-23 | 龙芯中科技术股份有限公司 | 渲染三维图形的方法及装置 |
CN108073550A (zh) * | 2016-11-14 | 2018-05-25 | 耐能股份有限公司 | 缓冲装置及卷积运算装置与方法 |
CN111860826B (zh) * | 2016-11-17 | 2024-08-13 | 北京图森智途科技有限公司 | 一种神经网络剪枝方法及装置 |
WO2018103736A1 (en) | 2016-12-09 | 2018-06-14 | Beijing Horizon Information Technology Co., Ltd. | Systems and methods for data management |
WO2018108126A1 (zh) * | 2016-12-14 | 2018-06-21 | 上海寒武纪信息科技有限公司 | 神经网络卷积运算装置及方法 |
CN108205706B (zh) * | 2016-12-19 | 2021-04-23 | 上海寒武纪信息科技有限公司 | 人工神经网络反向训练装置和方法 |
WO2018112699A1 (zh) * | 2016-12-19 | 2018-06-28 | 上海寒武纪信息科技有限公司 | 人工神经网络反向训练装置和方法 |
CN108205700B (zh) * | 2016-12-20 | 2021-07-30 | 上海寒武纪信息科技有限公司 | 神经网络运算装置和方法 |
EP3340129B1 (en) * | 2016-12-21 | 2019-01-30 | Axis AB | Artificial neural network class-based pruning |
WO2018113790A1 (zh) * | 2016-12-23 | 2018-06-28 | 北京中科寒武纪科技有限公司 | 一种人工神经网络运算的装置及方法 |
CN108154228B (zh) | 2016-12-28 | 2022-04-12 | 上海寒武纪信息科技有限公司 | 一种人工神经网络计算装置和方法 |
CN113537480B (zh) * | 2016-12-30 | 2024-04-02 | 上海寒武纪信息科技有限公司 | 用于执行lstm神经网络运算的装置和运算方法 |
WO2018120016A1 (zh) * | 2016-12-30 | 2018-07-05 | 上海寒武纪信息科技有限公司 | 用于执行lstm神经网络运算的装置和运算方法 |
TWI630544B (zh) * | 2017-02-10 | 2018-07-21 | 耐能股份有限公司 | 卷積神經網路的運算裝置及方法 |
CN107633297B (zh) * | 2017-03-10 | 2021-04-06 | 南京风兴科技有限公司 | 一种基于并行快速fir滤波器算法的卷积神经网络硬件加速器 |
CN106951962B (zh) * | 2017-03-22 | 2020-09-01 | 南京地平线机器人技术有限公司 | 用于神经网络的复合运算单元、方法和电子设备 |
CN110462637B (zh) * | 2017-03-24 | 2022-07-19 | 华为技术有限公司 | 神经网络数据处理装置和方法 |
CN108734280A (zh) * | 2017-04-21 | 2018-11-02 | 上海寒武纪信息科技有限公司 | 一种运算装置和方法 |
US11551067B2 (en) | 2017-04-06 | 2023-01-10 | Shanghai Cambricon Information Technology Co., Ltd | Neural network processor and neural network computation method |
EP3633526A1 (en) * | 2017-04-06 | 2020-04-08 | Shanghai Cambricon Information Technology Co., Ltd | Computation device and method |
US10346944B2 (en) * | 2017-04-09 | 2019-07-09 | Intel Corporation | Machine learning sparse computation mechanism |
US10795836B2 (en) * | 2017-04-17 | 2020-10-06 | Microsoft Technology Licensing, Llc | Data processing performance enhancement for neural networks using a virtualized data iterator |
WO2018192500A1 (zh) | 2017-04-19 | 2018-10-25 | 上海寒武纪信息科技有限公司 | 处理装置和处理方法 |
CN108734288B (zh) * | 2017-04-21 | 2021-01-29 | 上海寒武纪信息科技有限公司 | 一种运算方法及装置 |
CN108734279B (zh) * | 2017-04-20 | 2021-04-23 | 上海寒武纪信息科技有限公司 | 一种运算装置和方法 |
CN109284823B (zh) * | 2017-04-20 | 2020-08-04 | 上海寒武纪信息科技有限公司 | 一种运算装置及相关产品 |
CN117933327A (zh) | 2017-04-21 | 2024-04-26 | 上海寒武纪信息科技有限公司 | 处理装置、处理方法、芯片及电子装置 |
CN109478251B (zh) * | 2017-05-23 | 2021-01-05 | 安徽寒武纪信息科技有限公司 | 处理方法及加速装置 |
CN108960420B (zh) * | 2017-05-23 | 2021-06-08 | 上海寒武纪信息科技有限公司 | 处理方法及加速装置 |
CN109146069B (zh) * | 2017-06-16 | 2020-10-13 | 上海寒武纪信息科技有限公司 | 运算装置、运算方法和芯片 |
CN109389210B (zh) * | 2017-08-09 | 2021-06-18 | 上海寒武纪信息科技有限公司 | 处理方法和处理装置 |
WO2018214913A1 (zh) | 2017-05-23 | 2018-11-29 | 上海寒武纪信息科技有限公司 | 处理方法及加速装置 |
CN110175673B (zh) * | 2017-05-23 | 2021-02-09 | 上海寒武纪信息科技有限公司 | 处理方法及加速装置 |
CN109117455A (zh) | 2017-06-26 | 2019-01-01 | 上海寒武纪信息科技有限公司 | 计算装置及方法 |
CN109102073A (zh) | 2017-06-21 | 2018-12-28 | 上海寒武纪信息科技有限公司 | 一种稀疏训练方法 |
CN109102074B (zh) * | 2017-06-21 | 2021-06-01 | 上海寒武纪信息科技有限公司 | 一种训练装置 |
EP3637327B1 (en) | 2017-06-13 | 2023-09-13 | Shanghai Cambricon Information Technology Co., Ltd | Computing device and method |
CN109426553A (zh) | 2017-08-21 | 2019-03-05 | 上海寒武纪信息科技有限公司 | 任务切分装置及方法、任务处理装置及方法、多核处理器 |
CN109214616B (zh) * | 2017-06-29 | 2023-04-07 | 上海寒武纪信息科技有限公司 | 一种信息处理装置、系统和方法 |
CN110413551B (zh) | 2018-04-28 | 2021-12-10 | 上海寒武纪信息科技有限公司 | 信息处理装置、方法及设备 |
WO2019001418A1 (zh) * | 2017-06-26 | 2019-01-03 | 上海寒武纪信息科技有限公司 | 数据共享系统及其数据共享方法 |
CN109583577B (zh) * | 2017-09-29 | 2021-04-23 | 上海寒武纪信息科技有限公司 | 运算装置及方法 |
CN107729990B (zh) * | 2017-07-20 | 2021-06-08 | 上海寒武纪信息科技有限公司 | 支持离散数据表示的用于执行正向运算的装置及方法 |
EP3651031A1 (en) * | 2017-08-31 | 2020-05-13 | Cambricon Technologies Corporation Limited | Chip device and related products |
CN109615061B (zh) * | 2017-08-31 | 2022-08-26 | 中科寒武纪科技股份有限公司 | 一种卷积运算方法及装置 |
CN107590535A (zh) * | 2017-09-08 | 2018-01-16 | 西安电子科技大学 | 可编程神经网络处理器 |
US10366322B2 (en) * | 2017-10-06 | 2019-07-30 | DeepCube LTD. | System and method for compact and efficient sparse neural networks |
CN107766643B (zh) * | 2017-10-16 | 2021-08-03 | 华为技术有限公司 | 数据处理方法及相关装置 |
EP3660628B1 (en) * | 2017-10-20 | 2023-12-06 | Shanghai Cambricon Information Technology Co., Ltd | Dynamic voltage frequency scaling device and method |
CN109697507B (zh) * | 2017-10-24 | 2020-12-25 | 安徽寒武纪信息科技有限公司 | 处理方法及装置 |
CN109697135B (zh) * | 2017-10-20 | 2021-03-26 | 上海寒武纪信息科技有限公司 | 存储装置及方法、数据处理装置及方法、电子装置 |
CN108958801B (zh) * | 2017-10-30 | 2021-06-25 | 上海寒武纪信息科技有限公司 | 神经网络处理器及使用处理器执行向量最大值指令的方法 |
GB2560600B (en) * | 2017-11-06 | 2020-03-04 | Imagination Tech Ltd | Nueral Network Hardware |
CN110059811B (zh) | 2017-11-06 | 2024-08-02 | 畅想科技有限公司 | 权重缓冲器 |
CN110097180B (zh) * | 2018-01-29 | 2020-02-21 | 上海寒武纪信息科技有限公司 | 计算机设备、数据处理方法及存储介质 |
CN111738431B (zh) * | 2017-12-11 | 2024-03-05 | 中科寒武纪科技股份有限公司 | 神经网络运算设备和方法 |
CN109993290B (zh) | 2017-12-30 | 2021-08-06 | 中科寒武纪科技股份有限公司 | 集成电路芯片装置及相关产品 |
WO2019129302A1 (zh) | 2017-12-30 | 2019-07-04 | 北京中科寒武纪科技有限公司 | 集成电路芯片装置及相关产品 |
CN109993289B (zh) * | 2017-12-30 | 2021-09-21 | 中科寒武纪科技股份有限公司 | 集成电路芯片装置及相关产品 |
CN109993292B (zh) * | 2017-12-30 | 2020-08-04 | 中科寒武纪科技股份有限公司 | 集成电路芯片装置及相关产品 |
CN109993291B (zh) * | 2017-12-30 | 2020-07-07 | 中科寒武纪科技股份有限公司 | 集成电路芯片装置及相关产品 |
CN108021537B (zh) * | 2018-01-05 | 2022-09-16 | 南京大学 | 一种基于硬件平台的softmax函数计算方法 |
CN110163361B (zh) * | 2018-02-13 | 2021-06-25 | 上海寒武纪信息科技有限公司 | 一种计算装置及方法 |
CN110197263B (zh) * | 2018-02-27 | 2020-10-09 | 上海寒武纪信息科技有限公司 | 集成电路芯片装置及相关产品 |
CN111767996B (zh) * | 2018-02-27 | 2024-03-05 | 上海寒武纪信息科技有限公司 | 集成电路芯片装置及相关产品 |
CN108171328B (zh) * | 2018-03-02 | 2020-12-29 | 中国科学院计算技术研究所 | 一种神经网络处理器和采用其执行的卷积运算方法 |
CN110414663B (zh) * | 2018-04-28 | 2022-03-25 | 深圳云天励飞技术有限公司 | 神经网络的卷积实现方法及相关产品 |
US11645529B2 (en) * | 2018-05-01 | 2023-05-09 | Hewlett Packard Enterprise Development Lp | Sparsifying neural network models |
CN108764468A (zh) * | 2018-05-03 | 2018-11-06 | 中国科学院计算技术研究所 | 用于智能识别的人工神经网络处理器 |
CN108647777A (zh) * | 2018-05-08 | 2018-10-12 | 济南浪潮高新科技投资发展有限公司 | 一种实现并行卷积计算的数据映射系统及方法 |
US11423312B2 (en) * | 2018-05-14 | 2022-08-23 | Samsung Electronics Co., Ltd | Method and apparatus for universal pruning and compression of deep convolutional neural networks under joint sparsity constraints |
CN108647155B (zh) * | 2018-05-14 | 2020-08-21 | 瑞芯微电子股份有限公司 | 一种基于深度学习的多级cache共享的方法和装置 |
CN108566537A (zh) * | 2018-05-16 | 2018-09-21 | 中国科学院计算技术研究所 | 用于对视频帧进行神经网络运算的图像处理装置 |
CN108647660A (zh) * | 2018-05-16 | 2018-10-12 | 中国科学院计算技术研究所 | 一种使用神经网络芯片处理图像的方法 |
CN108921012B (zh) * | 2018-05-16 | 2022-05-03 | 中国科学院计算技术研究所 | 一种利用人工智能芯片处理图像视频帧的方法 |
CN108764465B (zh) * | 2018-05-18 | 2021-09-24 | 中国科学院计算技术研究所 | 一种进行神经网络运算的处理装置 |
CN108764470B (zh) * | 2018-05-18 | 2021-08-31 | 中国科学院计算技术研究所 | 一种人工神经网络运算的处理方法 |
CN108647781B (zh) * | 2018-05-18 | 2021-08-27 | 中国科学院计算技术研究所 | 一种人工智能芯片处理装置 |
CN108846142A (zh) * | 2018-07-12 | 2018-11-20 | 南方电网调峰调频发电有限公司 | 一种文本聚类方法、装置、设备及可读存储介质 |
CN110738316B (zh) * | 2018-07-20 | 2024-05-14 | 北京三星通信技术研究有限公司 | 基于神经网络的操作方法、装置及电子设备 |
CN110865950B (zh) * | 2018-08-28 | 2021-01-12 | 中科寒武纪科技股份有限公司 | 数据预处理方法、装置、计算机设备和存储介质 |
CN110874550A (zh) * | 2018-08-31 | 2020-03-10 | 华为技术有限公司 | 数据处理方法、装置、设备和系统 |
US12094456B2 (en) | 2018-09-13 | 2024-09-17 | Shanghai Cambricon Information Technology Co., Ltd. | Information processing method and system |
US10817042B2 (en) * | 2018-09-27 | 2020-10-27 | Intel Corporation | Power savings for neural network architecture with zero activations during inference |
CN111078624B (zh) * | 2018-10-18 | 2022-03-25 | 上海寒武纪信息科技有限公司 | 片上网络处理系统和片上网络数据处理方法 |
CN111078623B (zh) * | 2018-10-18 | 2022-03-29 | 上海寒武纪信息科技有限公司 | 片上网络处理系统和片上网络数据处理方法 |
CN111078625B (zh) * | 2018-10-18 | 2022-03-29 | 上海寒武纪信息科技有限公司 | 片上网络处理系统和片上网络数据处理方法 |
KR102637733B1 (ko) * | 2018-10-31 | 2024-02-19 | 삼성전자주식회사 | 뉴럴 네트워크 프로세서 및 그것의 컨볼루션 연산 방법 |
CN111198670B (zh) | 2018-11-20 | 2021-01-29 | 华为技术有限公司 | 执行矩阵乘法运算的方法、电路及soc |
JP6852141B2 (ja) * | 2018-11-29 | 2021-03-31 | キヤノン株式会社 | 情報処理装置、撮像装置、情報処理装置の制御方法、および、プログラム |
CN111290698B (zh) * | 2018-12-07 | 2022-05-03 | 上海寒武纪信息科技有限公司 | 数据存取方法、数据处理方法、数据存取电路和运算装置 |
CN109657788A (zh) * | 2018-12-18 | 2019-04-19 | 北京中科寒武纪科技有限公司 | 数据处理方法、装置及相关产品 |
KR102663561B1 (ko) * | 2018-12-28 | 2024-05-08 | 엘지전자 주식회사 | 냉장고 |
KR102579883B1 (ko) | 2018-12-28 | 2023-09-18 | 엘지전자 주식회사 | 냉장고 |
CN111382864B (zh) * | 2018-12-29 | 2024-08-20 | 中科寒武纪科技股份有限公司 | 一种神经网络训练方法及装置 |
CN109740739B (zh) * | 2018-12-29 | 2020-04-24 | 中科寒武纪科技股份有限公司 | 神经网络计算装置、神经网络计算方法及相关产品 |
KR102360452B1 (ko) * | 2019-06-18 | 2022-02-11 | 주식회사 퓨리오사에이아이 | 뉴럴 네트워크 프로세서의 컨벌루션 연산 처리 방법 및 장치 |
US11630992B2 (en) | 2019-07-05 | 2023-04-18 | Electronics And Telecommunications Research Institute | Neural network generation method for neuromorphic computing and apparatus for the same |
CN110929627B (zh) * | 2019-11-18 | 2021-12-28 | 北京大学 | 基于宽模型稀疏数据集的高效gpu训练模型的图像识别方法 |
US11537323B2 (en) | 2020-01-07 | 2022-12-27 | SK Hynix Inc. | Processing-in-memory (PIM) device |
US11422803B2 (en) * | 2020-01-07 | 2022-08-23 | SK Hynix Inc. | Processing-in-memory (PIM) device |
CN113222103A (zh) * | 2020-02-05 | 2021-08-06 | 北京三星通信技术研究有限公司 | 神经网络的更新方法、分类方法和电子设备 |
CN111312270B (zh) | 2020-02-10 | 2022-11-22 | 腾讯科技(深圳)有限公司 | 语音增强方法及装置、电子设备和计算机可读存储介质 |
KR20210106131A (ko) | 2020-02-20 | 2021-08-30 | 삼성전자주식회사 | 전자 장치 및 그의 제어 방법 |
US11556384B2 (en) | 2020-03-13 | 2023-01-17 | Cisco Technology, Inc. | Dynamic allocation and re-allocation of learning model computing resources |
CN111292322B (zh) * | 2020-03-19 | 2024-03-01 | 中国科学院深圳先进技术研究院 | 医学图像处理方法、装置、设备及存储介质 |
CN112288085B (zh) * | 2020-10-23 | 2024-04-09 | 中国科学院计算技术研究所 | 一种基于卷积神经网络的图像检测方法及系统 |
CN112994840B (zh) * | 2021-02-03 | 2021-11-02 | 白盒子(上海)微电子科技有限公司 | 一种基于神经网络的译码器 |
CN114897800A (zh) * | 2022-04-22 | 2022-08-12 | 南京航空航天大学 | 基于SiC神经网络芯片的超高速X射线图像识别方法及装置 |
CN116863490B (zh) * | 2023-09-04 | 2023-12-12 | 之江实验室 | 面向FeFET存储阵列的数字识别方法及硬件加速器 |
CN117689025B (zh) * | 2023-12-07 | 2024-06-14 | 上海交通大学 | 适用于消费级显卡的快速大模型推理服务方法和系统 |
CN118333099B (zh) * | 2024-06-12 | 2024-09-06 | 上海岩芯数智人工智能科技有限公司 | 一种多模态共享神经元网络模型构建方法及装置 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5517596A (en) * | 1991-05-17 | 1996-05-14 | International Business Machines Corporation | Learning machine synapse processor system apparatus |
CN103460220A (zh) * | 2012-01-23 | 2013-12-18 | 松下电器产业株式会社 | 神经网络电路的学习方法 |
US20150206048A1 (en) * | 2014-01-23 | 2015-07-23 | Qualcomm Incorporated | Configuring sparse neuronal networks |
Family Cites Families (21)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR930009066B1 (ko) * | 1990-08-18 | 1993-09-22 | 정호선 | 다층신경회로망 및 그 회로설계방법 |
US5293456A (en) * | 1991-06-28 | 1994-03-08 | E. I. Du Pont De Nemours And Company | Object recognition system employing a sparse comparison neural network |
US5926566A (en) * | 1996-11-15 | 1999-07-20 | Synaptics, Inc. | Incremental ideographic character input method |
AU2001283397A1 (en) * | 2000-08-16 | 2002-02-25 | Research Foundation Of State University Of New York | Neural network device for evolving appropriate connections |
US20020143720A1 (en) * | 2001-04-03 | 2002-10-03 | Anderson Robert Lee | Data structure for improved software implementation of a neural network |
JP4513865B2 (ja) * | 2008-01-25 | 2010-07-28 | セイコーエプソン株式会社 | 並列演算装置および並列演算方法 |
CN101527010B (zh) * | 2008-03-06 | 2011-12-07 | 上海理工大学 | 人工神经网络算法的硬件实现方法及其系统 |
US9015093B1 (en) * | 2010-10-26 | 2015-04-21 | Michael Lamport Commons | Intelligent control with hierarchical stacked neural networks |
CN102201188A (zh) * | 2011-05-25 | 2011-09-28 | 华侨大学 | 一种面向楼宇电视广告系统的智能控制装置和方法 |
US8903746B2 (en) * | 2012-03-22 | 2014-12-02 | Audrey Kudritskiy | System and method for viewing, modifying, storing, and running artificial neural network components |
KR20150016089A (ko) * | 2013-08-02 | 2015-02-11 | 안병익 | 신경망 컴퓨팅 장치 및 시스템과 그 방법 |
US9679258B2 (en) * | 2013-10-08 | 2017-06-13 | Google Inc. | Methods and apparatus for reinforcement learning |
JP6236296B2 (ja) * | 2013-11-14 | 2017-11-22 | 株式会社デンソーアイティーラボラトリ | 学習装置、学習プログラム、及び学習方法 |
US20150269479A1 (en) * | 2014-03-24 | 2015-09-24 | Qualcomm Incorporated | Conversion of neuron types to hardware |
CN104077595B (zh) * | 2014-06-15 | 2017-06-20 | 北京工业大学 | 基于贝叶斯正则化的深度学习网络图像识别方法 |
CN104200224A (zh) * | 2014-08-28 | 2014-12-10 | 西北工业大学 | 基于深度卷积神经网络的无价值图像去除方法 |
US10169073B2 (en) * | 2015-12-20 | 2019-01-01 | Intel Corporation | Hardware accelerators and methods for stateful compression and decompression operations |
US20190138922A1 (en) * | 2016-04-15 | 2019-05-09 | Cambricon Technologies Corporation Limited | Apparatus and methods for forward propagation in neural networks supporting discrete data |
US10949736B2 (en) * | 2016-11-03 | 2021-03-16 | Intel Corporation | Flexible neural network accelerator and methods therefor |
CN107688850B (zh) * | 2017-08-08 | 2021-04-13 | 赛灵思公司 | 一种深度神经网络压缩方法 |
US10719932B2 (en) * | 2018-03-01 | 2020-07-21 | Carl Zeiss Meditec, Inc. | Identifying suspicious areas in ophthalmic data |
-
2016
- 2016-01-20 CN CN201610039162.5A patent/CN105512723B/zh active Active
- 2016-01-20 CN CN201710794715.2A patent/CN107563497B/zh active Active
- 2016-01-20 CN CN201710794580.XA patent/CN107545303B/zh active Active
- 2016-01-20 CN CN201710794711.4A patent/CN107609642B/zh active Active
- 2016-01-20 CN CN201710794713.3A patent/CN107578099B/zh active Active
- 2016-01-20 CN CN201710794712.9A patent/CN107506828B/zh active Active
- 2016-04-06 KR KR1020187018866A patent/KR102163561B1/ko active IP Right Grant
- 2016-04-06 EP EP16885910.6A patent/EP3407266B1/en active Active
- 2016-04-06 KR KR1020187018864A patent/KR102166775B1/ko active IP Right Grant
- 2016-04-06 WO PCT/CN2016/078545 patent/WO2017124646A1/zh unknown
- 2016-04-06 KR KR1020187015437A patent/KR102142889B1/ko active IP Right Grant
-
2018
- 2018-05-09 US US15/975,075 patent/US20180260710A1/en active Pending
- 2018-05-09 US US15/975,065 patent/US20180260709A1/en not_active Abandoned
- 2018-05-09 US US15/975,083 patent/US20180260711A1/en not_active Abandoned
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5517596A (en) * | 1991-05-17 | 1996-05-14 | International Business Machines Corporation | Learning machine synapse processor system apparatus |
CN103460220A (zh) * | 2012-01-23 | 2013-12-18 | 松下电器产业株式会社 | 神经网络电路的学习方法 |
US20150206048A1 (en) * | 2014-01-23 | 2015-07-23 | Qualcomm Incorporated | Configuring sparse neuronal networks |
Non-Patent Citations (2)
Title |
---|
JUNG KUK KIM 等: "Efficient Hardware Architecture for Sparse Coding", 《IEEE TRANSACTIONS ON SIGNAL PROCESSING》 * |
PHIL KNAG 等: "A Sparse Coding Neural Network ASIC With On-Chip Learning for Feature Extraction and Encoding", 《IEEE JOURNAL OF SOLID-STATE CIRCUITS》 * |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2019147751A3 (en) * | 2018-01-24 | 2019-09-19 | Fractal Industries, Inc. | Platform for hierarchy cooperative computing |
EP3640810A4 (en) * | 2018-08-28 | 2021-05-05 | Cambricon Technologies Corporation Limited | DATA PRE-PROCESSING PROCESS AND APPARATUS, COMPUTER DEVICE AND STORAGE MEDIA |
US11243895B2 (en) | 2018-08-28 | 2022-02-08 | Cambricon Technologies Corporation Limited | Data pre-processing method and device, and related computer device and storage medium |
US11966583B2 (en) | 2018-08-28 | 2024-04-23 | Cambricon Technologies Corporation Limited | Data pre-processing method and device, and related computer device and storage medium |
CN111966405A (zh) * | 2020-07-03 | 2020-11-20 | 北京航空航天大学杭州创新研究院 | 一种基于GPU的Polar码高速并行译码方法 |
Also Published As
Publication number | Publication date |
---|---|
EP3407266B1 (en) | 2023-08-09 |
CN105512723B (zh) | 2018-02-16 |
CN105512723A (zh) | 2016-04-20 |
CN107506828B (zh) | 2020-11-03 |
US20180260711A1 (en) | 2018-09-13 |
CN107609642B (zh) | 2021-08-31 |
EP3407266A4 (en) | 2019-09-18 |
WO2017124646A1 (zh) | 2017-07-27 |
KR102166775B1 (ko) | 2020-10-16 |
CN107506828A (zh) | 2017-12-22 |
CN107578099A (zh) | 2018-01-12 |
CN107545303A (zh) | 2018-01-05 |
KR20180093969A (ko) | 2018-08-22 |
KR102163561B1 (ko) | 2020-10-08 |
US20180260710A1 (en) | 2018-09-13 |
CN107563497A (zh) | 2018-01-09 |
CN107563497B (zh) | 2021-03-19 |
KR102142889B1 (ko) | 2020-08-10 |
EP3407266A1 (en) | 2018-11-28 |
KR20180101334A (ko) | 2018-09-12 |
KR20180093970A (ko) | 2018-08-22 |
US20180260709A1 (en) | 2018-09-13 |
CN107545303B (zh) | 2021-09-07 |
CN107578099B (zh) | 2021-06-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN105512723B (zh) | 一种用于稀疏连接的人工神经网络计算装置和方法 | |
CN112183718B (zh) | 一种用于计算设备的深度学习训练方法和装置 | |
CN112418392A (zh) | 一种神经网络构建方法以及装置 | |
CN113011562B (zh) | 一种模型训练方法及装置 | |
WO2022067508A1 (zh) | 一种神经网络加速器、加速方法以及装置 | |
WO2022111617A1 (zh) | 一种模型训练方法及装置 | |
CN112580720B (zh) | 一种模型训练方法及装置 | |
CN111882031A (zh) | 一种神经网络蒸馏方法及装置 | |
CN118643874A (zh) | 训练神经网络的方法和装置 | |
CN108320018A (zh) | 一种人工神经网络运算的装置及方法 | |
CN113627163A (zh) | 一种注意力模型、特征提取方法及相关装置 | |
CN109754357B (zh) | 图像处理方法、处理装置以及处理设备 | |
WO2022156475A1 (zh) | 神经网络模型的训练方法、数据处理方法及装置 | |
CN109117455A (zh) | 计算装置及方法 | |
Gao et al. | Natural scene recognition based on convolutional neural networks and deep Boltzmannn machines | |
CN115238909A (zh) | 一种基于联邦学习的数据价值评估方法及其相关设备 | |
CN116246110A (zh) | 基于改进胶囊网络的图像分类方法 | |
CN111652349A (zh) | 一种神经网络的处理方法及相关设备 | |
CN116888605A (zh) | 神经网络模型的运算方法、训练方法及装置 | |
CN104992425B (zh) | 一种基于gpu加速的dem超分辨率方法 | |
CN116611861A (zh) | 一种消费预测方法及其相关设备 | |
CN112532251A (zh) | 一种数据处理的方法及设备 | |
CN116309226A (zh) | 一种图像处理方法及其相关设备 | |
CN114841361A (zh) | 一种模型训练方法及其相关设备 | |
CN117746047A (zh) | 一种图像处理方法及其相关设备 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
TA01 | Transfer of patent application right |
Effective date of registration: 20180503 Address after: 100190 room 644, research complex, 6 South Road, Haidian District Science Academy, Beijing. Applicant after: Beijing Zhongke Cambrian Technology Co., Ltd. Address before: 210049 18 Xianlin Road, Ma Qun street, Qixia District, Nanjing, Jiangsu. Applicant before: NANJING AIXI INFORMATION TECHNOLOGY CO., LTD. |
|
TA01 | Transfer of patent application right | ||
CB02 | Change of applicant information |
Address after: 100190 room 644, comprehensive research building, No. 6 South Road, Haidian District Academy of Sciences, Beijing Applicant after: Zhongke Cambrian Technology Co., Ltd Address before: 100190 room 644, comprehensive research building, No. 6 South Road, Haidian District Academy of Sciences, Beijing Applicant before: Beijing Zhongke Cambrian Technology Co., Ltd. |
|
CB02 | Change of applicant information | ||
GR01 | Patent grant | ||
GR01 | Patent grant |