CN114115840A - Variable skipping method and device for nuclear power station DCS system application software - Google Patents

Variable skipping method and device for nuclear power station DCS system application software Download PDF

Info

Publication number
CN114115840A
CN114115840A CN202111328827.1A CN202111328827A CN114115840A CN 114115840 A CN114115840 A CN 114115840A CN 202111328827 A CN202111328827 A CN 202111328827A CN 114115840 A CN114115840 A CN 114115840A
Authority
CN
China
Prior art keywords
variable
intermediate variable
data interaction
nuclear power
application software
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
Application number
CN202111328827.1A
Other languages
Chinese (zh)
Other versions
CN114115840B (en
Inventor
叶佩鑫
刘明星
蒋维
吴延群
李晓龙
杨斌
黄�俊
王远兵
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nuclear Power Institute of China
Original Assignee
Nuclear Power Institute of China
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Nuclear Power Institute of China filed Critical Nuclear Power Institute of China
Priority to CN202111328827.1A priority Critical patent/CN114115840B/en
Priority claimed from CN202111328827.1A external-priority patent/CN114115840B/en
Publication of CN114115840A publication Critical patent/CN114115840A/en
Application granted granted Critical
Publication of CN114115840B publication Critical patent/CN114115840B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design

Abstract

The invention discloses a variable jump method and a device for nuclear power station DCS system application software, wherein the method comprises the following steps: creating an intermediate variable; the created intermediate variable can be used as input or output, and the intermediate variable of the output type can automatically transmit data to the input type of the intermediate variable; and realizing data interaction among all function graph pages in the DCS system application software of the nuclear power station by adopting the intermediate variable. The invention introduces the concept of intermediate variables, takes the intermediate variables as the media of data jumping between the image pages, and realizes the functions of image page display, variable data jumping between the image pages and the like.

Description

Variable skipping method and device for nuclear power station DCS system application software
Technical Field
The invention belongs to the technical field of nuclear power station safety level DCS, and particularly relates to a variable jump method and device for nuclear power station DCS system application software.
Background
The application software running in the processing unit of the nuclear power plant is high-safety software, and the designer of the application software is often nuclear power engineering related personnel rather than software developers. From the perspective of convenience, usability and efficiency of use of designers, or from the perspective of high security requirements of application software, the generation of application software codes first requires the design and development of a logic configuration function diagram to be completed.
The software adopts QGraphicsView framework technology to draw the logic function diagram, and presents the logic design of engineering designers in the form of the logic diagram.
In a safety level DCS system of a nuclear power plant, after a process design drawing is designed by engineering personnel, an algorithm configuration function of an engineer station is required to be used for completely and accurately converting the process design drawing into an algorithm drawing page.
Due to the limitation of the size of the pages, in order to ensure that each page can be clearly seen, the primitives cannot be overlapped as much as possible, and under such a requirement, an engineer usually needs to split one process design drawing into a plurality of functional pages, so that all the contents contained in the process drawing can be accommodated. However, although the method of page drawing can satisfy the requirement of fully accommodating the contents, since the pages are relatively independent, no data interaction path is established between the pages, and the situation of data flow closure in the pages occurs. There is no data flow between pages, which results in no data jump between pages, and therefore these pages have no way to be truly restored to a finished process design.
From the mutual relationship of the pages, when one page is arbitrarily selected, the relationship between the page and other pages may occur in a plurality of situations: no data interaction, one-to-one data interaction, one-to-many data interaction. There is a need for an inter-page data interaction design that can satisfy one-to-one or one-to-many complex relationships.
From the view point of the user, because the number of the pages is possibly large, when the user switches and views a plurality of pages, the user is difficult to know the relationship between the pages, and the pages are correlated and difficult to intuitively judge from the information on the pages, so that the relationship between the pages needs an intuitive expression form.
From the viewpoint of convenience in use, when one-to-one or one-to-many data interaction relationships occur between the image pages, but due to the numerous image pages, the user manually opens the associated image page in the tree type of the image page on the left, which is time-consuming and labor-consuming, and a convenient jump function needs to be provided to replace the manual operation.
Disclosure of Invention
The invention provides a variable jump method for nuclear power station DCS system application software, and aims to solve the problem that data cannot jump among graph pages due to the fact that data do not circulate among graph pages. The invention introduces the concept of intermediate variables, takes the intermediate variables as the media of data jumping between the image pages, and realizes the functions of image page display, variable data jumping between the image pages and the like.
The invention is realized by the following technical scheme:
the variable jump method for the application software of the nuclear power station DCS comprises the following steps:
creating an intermediate variable; the created intermediate variable can be used as input or output, and the intermediate variable of the output type can automatically transmit data to the input type of the intermediate variable;
and realizing data interaction among all function graph pages in the DCS system application software of the nuclear power station by adopting the intermediate variable.
Preferably, the implementation of data interaction between functional diagram pages of the application software of the nuclear power plant DCS system by using the intermediate variables specifically includes:
one-to-one data interaction is realized through intermediate variables;
and/or, one-to-many data interaction is realized through intermediate variables.
Preferably, the implementation of one-to-one data interaction through the intermediate variables in the present invention is specifically as follows:
and taking one intermediate variable as the input of one functional graph page, taking the intermediate variable as the output of the other graph page, and associating the variable needing data interaction in the graph page with the intermediate variable, thereby realizing one-to-one data interaction.
Preferably, the implementation of one-to-many data interaction through intermediate variables of the present invention is specifically:
and taking one intermediate variable as the input of a plurality of functional graph pages, taking the intermediate variable as the output of another graph page, and associating the variable needing data interaction in the graph page with the intermediate variable, thereby realizing one-to-many data interaction.
Preferably, the method of the present invention further comprises:
and directly displaying the name of the graph page where the output type intermediate variable is located at the middle position of the graph page variable primitive where all the input type intermediate variables corresponding to the intermediate variable are located.
Preferably, the method of the present invention further comprises:
and a conversion function is arranged on the intermediate variable, so that the jump between the entry graph page and the exit graph page of the intermediate variable can be realized.
On the other hand, the invention provides a variable jumping device for the application software of the nuclear power station DCS, which comprises an intermediate variable creating module and a data interaction module;
the intermediate variable creating module is used for creating intermediate variables, the created intermediate variables can be used as input and output, and the intermediate variables of the output types can automatically transmit data to the input types of the intermediate variables;
and the data interaction module adopts the created intermediate variable to realize data interaction among all functional graph pages of the application software of the DCS of the nuclear power station.
Preferably, the data interaction module of the present invention comprises a one-to-one transmission unit and/or a one-to-many transmission unit;
the one-to-one transmission unit realizes data interaction between one picture page and the other picture page by adopting an intermediate variable;
the one-to-many transmission unit realizes data interaction between one picture and two or more picture supports by adopting an intermediate variable.
Preferably, the device of the present invention further comprises a display module;
the display module is used for directly displaying the name of the graph page where the output type intermediate variable is located at the middle position of the graph page variable primitive where all the input type intermediate variables corresponding to the intermediate variable are located.
Preferably, the device of the invention further comprises a skip module;
the jump module is used for realizing the function of jumping the intermediate variable on each graph page and realizing jumping between an inlet graph page and an outlet graph page of the intermediate variable.
The invention has the following advantages and beneficial effects:
1. the invention uses the intermediate variable as the transfer variable of the data between the image pages, thereby associating the image pages with data interaction.
2. The invention adopts a display mode of directly displaying the page names of all input type intermediate variables corresponding to the output type intermediate variables at the middle positions of the variable primitives, can visually see the relation between the intermediate variables and each page, and has simple operation.
3. The invention can realize one-to-one and one-to-many data interaction.
Drawings
The accompanying drawings, which are included to provide a further understanding of the embodiments of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the principles of the invention. In the drawings:
FIG. 1 is a schematic flow chart of the method of the present invention.
FIG. 2 is a functional block diagram of a computer device.
FIG. 3 is a diagram illustrating an intermediate variable as an example of an output type according to the present invention.
FIG. 4 is an exemplary diagram of intermediate variables as input types in accordance with the present invention.
Fig. 5 is a schematic block diagram of the apparatus of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail below with reference to examples and accompanying drawings, and the exemplary embodiments and descriptions thereof are only used for explaining the present invention and are not meant to limit the present invention.
Example 1
In practical application, process design drawings are often complex, and it is basically impossible for engineering personnel to draw all contents on one algorithm drawing page when performing algorithm configuration, so that the embodiment provides a variable jump method for nuclear power station DCS system application software, and the embodiment introduces a special intermediate variable which is used in each function drawing page as a transit point, thereby realizing data transmission between drawing pages.
As shown in fig. 1, the method of the present embodiment includes:
creating intermediate variables according to requirements, using the intermediate variables in each function graph page as a transfer point, wherein one intermediate variable can be used as input and output; and the intermediate variable of the output type can automatically transmit the data to the input type of the intermediate variable.
And adopting the created intermediate variables to realize data interaction between the functional diagram pages.
The data interaction between the function diagram pages is realized by the embodiment that:
through the intermediate variables, one-to-one data interaction can be realized, specifically: one intermediate variable is applied to one functional graph page to be input, the intermediate variable is applied to the other graph page to be output, and the variable needing interaction between the graph pages is associated with the intermediate variable, so that one-to-one data interaction can be realized.
One-to-many data interaction can be realized through the intermediate variables, specifically: one intermediate variable is applied to a plurality of functional graph pages for input, the intermediate variable is applied to another graph page for output, and the variable needing interaction between the graph pages is associated with the intermediate variable, so that one-to-many data interaction can be realized.
The method of the embodiment further comprises the following steps:
directly displaying the name of the graph page where the output type intermediate variable is located at the middle position of the graph page variable primitive where all the input type intermediate variables corresponding to the intermediate variable are located, so as to visually display the relationship between the intermediate variable and each graph page, specifically:
the present embodiment can directly display the page name of the intermediate variable as the data output port (i.e. the output type) on the intermediate variable as the data transmission input port (i.e. the input type) at the intermediate position of the intermediate variable primitive.
The method of the embodiment further comprises the following steps:
the conversion function is arranged on the intermediate variable, and the method can realize quick jump between the inlet graph page and the outlet graph page of the intermediate variable, namely, the function graph page of the intermediate variable is converted into the outlet graph page from the inlet graph page, or the function graph page of the intermediate variable is converted into the inlet graph page from the outlet graph page. For example, the intermediate variable can be skipped from the current type drawing page to the opposite end drawing page by a method of shortcut key plus left click triggering of mouse.
The embodiment also provides a computer device for executing the method of the embodiment.
As shown in fig. 2 in particular, the computer device includes a processor, an internal memory, and a system bus; various device components including internal memory and processors are connected to the system bus. A processor is hardware used to execute computer program instructions through basic arithmetic and logical operations in a computer system. An internal memory is a physical device used to temporarily or permanently store computing programs or data (e.g., program state information). The system bus may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus. The processor and the internal memory may be in data communication via a system bus. Including read-only memory (ROM) or flash memory (not shown), and Random Access Memory (RAM), which typically refers to main memory loaded with an operating system and computer programs.
Computer devices typically include an external storage device. The external storage device may be selected from a variety of computer readable media, which refers to any available media that can be accessed by the computer device, including both removable and non-removable media. For example, computer-readable media includes, but is not limited to, flash memory (micro SD cards), CD-ROM, Digital Versatile Disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by a computer device.
A computer device may be logically connected in a network environment to one or more network terminals. The network terminal may be a personal computer, a server, a router, a smart phone, a tablet, or other common network node. The computer apparatus is connected to the network terminal through a network interface (local area network LAN interface). A Local Area Network (LAN) refers to a computer network formed by interconnecting within a limited area, such as a home, a school, a computer lab, or an office building using a network medium. WiFi and twisted pair wiring ethernet are the two most commonly used technologies to build local area networks.
It should be noted that other computer systems including more or less subsystems than computer devices can also be suitable for use with the invention.
As described in detail above, the computer device adapted to the present embodiment can perform the specified operation of the variable jump method for the nuclear power plant DCS system application software. The computer device performs these operations in the form of software instructions executed by a processor in a computer-readable medium. These software instructions may be read into memory from a storage device or from another device via a local area network interface. The software instructions stored in the memory cause the processor to perform the method of processing group membership information described above. Furthermore, the present invention can be implemented by hardware circuits or by a combination of hardware circuits and software instructions. Thus, implementation of the present embodiments is not limited to any specific combination of hardware circuitry and software.
Example 2
In this embodiment, the variable jump method for the application software of the nuclear power plant DCS system, which is proposed in embodiment 1 above, is applied to a nuclear power plant safety-level DCS system, as shown in fig. 3 to 4.
Fig. 3 shows an example diagram using an intermediate variable as an output type, as can be seen from fig. 3, in this embodiment, an intermediate variable mid _1 is used as an output type, and is connected to a variable AI that needs to be interacted between function pages, so as to output data of the variable AI to a page where the intermediate variable mid _1 is located as an input type through the intermediate variable mid _1, as shown in fig. 4, the intermediate variable mid _1 is used as an example diagram of an input type, and the intermediate variable mid _1 is connected to a variable AO that needs to be interacted between the function pages, so as to realize interaction between the variable AI and the variable AO between different pages.
Example 3
The embodiment provides a variable jumping device for nuclear power station DCS system application software, as shown in fig. 5, including an intermediate variable creating module and a data interaction module.
The intermediate variable creating module is used for creating intermediate variables which are used as transfer points of interaction among all the functional graph pages. The intermediate variables created in the embodiment can be used as input and output; and the intermediate variable of the output type can automatically transmit the data to the input type of the intermediate variable.
And the data interaction module adopts the intermediate variables created by the intermediate variable creation module to realize data interaction between the functional diagram pages.
The data interaction module comprises a one-to-one transmission unit and a one-to-many transmission unit; the one-to-one transmission unit realizes data interaction between one picture page and the other picture page by adopting the intermediate variable created by the intermediate variable creation module.
The one-to-many transmission unit realizes data interaction between one image page and other image pages by adopting the intermediate variable created by the intermediate variable creation module.
The device of the embodiment further comprises a display module, wherein the display module is used for directly displaying the name of the page where the output type intermediate variable is located at the middle position of the page variable primitive where all the input type intermediate variables corresponding to the intermediate variable are located, so that the relationship between the intermediate variable and each page can be visually displayed.
The device of the embodiment also comprises a skipping module, wherein the skipping module is used for realizing the function of skipping the intermediate variable on each graph page and skipping between the intermediate variable entry graph page and the intermediate variable exit graph page quickly.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are merely exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (10)

1. The variable jump method for the application software of the nuclear power station DCS is characterized by comprising the following steps of:
creating an intermediate variable; the created intermediate variable can be used as input or output, and the intermediate variable of the output type can automatically transmit data to the input type of the intermediate variable;
and realizing data interaction among all function graph pages in the DCS system application software of the nuclear power station by adopting the intermediate variable.
2. The variable jump method for the nuclear power plant DCS application software according to claim 1, wherein the step of implementing the data interaction between the functional diagram pages of the nuclear power plant DCS application software by using the intermediate variable specifically comprises:
one-to-one data interaction is realized through intermediate variables;
and/or, one-to-many data interaction is realized through intermediate variables.
3. The variable jump method for the nuclear power plant DCS system application software according to claim 2, wherein the one-to-one data interaction is realized through an intermediate variable, specifically:
and taking one intermediate variable as the input of one functional graph page, taking the intermediate variable as the output of the other graph page, and associating the variable needing data interaction in the graph page with the intermediate variable, thereby realizing one-to-one data interaction.
4. The variable jump method for the nuclear power plant DCS system application software according to claim 2, wherein the one-to-many data interaction is realized through an intermediate variable, specifically:
and taking one intermediate variable as the input of a plurality of functional graph pages, taking the intermediate variable as the output of another graph page, and associating the variable needing data interaction in the graph page with the intermediate variable, thereby realizing one-to-many data interaction.
5. The variable jump method for the nuclear power plant DCS system application software according to claim 1, further comprising:
and directly displaying the name of the graph page where the output type intermediate variable is located at the middle position of the graph page variable primitive where all the input type intermediate variables corresponding to the intermediate variable are located.
6. The variable jump method for the nuclear power plant DCS system application software according to claim 1, further comprising:
and a conversion function is arranged on the intermediate variable, so that the jump between the entry graph page and the exit graph page of the intermediate variable can be realized.
7. The variable jumping device for the application software of the nuclear power station DCS is characterized by comprising an intermediate variable creating module and a data interaction module;
the intermediate variable creating module is used for creating intermediate variables, the created intermediate variables can be used as input and output, and the intermediate variables of the output types can automatically transmit data to the input types of the intermediate variables;
and the data interaction module adopts the created intermediate variable to realize data interaction among all functional graph pages of the application software of the DCS of the nuclear power station.
8. The variable jump apparatus for nuclear power plant DCS system application software according to claim 7, wherein said data interaction module comprises a one-to-one transmission unit and/or a one-to-many transmission unit;
the one-to-one transmission unit realizes data interaction between one picture page and the other picture page by adopting an intermediate variable;
the one-to-many transmission unit realizes data interaction between one picture and two or more picture supports by adopting an intermediate variable.
9. The variable jump apparatus for nuclear power plant DCS system application software according to claim 7, further comprising a display module;
the display module is used for directly displaying the name of the graph page where the output type intermediate variable is located at the middle position of the graph page variable primitive where all the input type intermediate variables corresponding to the intermediate variable are located.
10. The variable jump device for the nuclear power plant DCS system application software according to claim 7, further comprising a jump module;
the jump module is used for realizing the function of jumping the intermediate variable on each graph page and realizing jumping between an inlet graph page and an outlet graph page of the intermediate variable.
CN202111328827.1A 2021-11-10 Variable jump method and device for nuclear power station DCS system application software Active CN114115840B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111328827.1A CN114115840B (en) 2021-11-10 Variable jump method and device for nuclear power station DCS system application software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111328827.1A CN114115840B (en) 2021-11-10 Variable jump method and device for nuclear power station DCS system application software

Publications (2)

Publication Number Publication Date
CN114115840A true CN114115840A (en) 2022-03-01
CN114115840B CN114115840B (en) 2024-04-23

Family

ID=

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117194501A (en) * 2023-11-01 2023-12-08 西安热工研究院有限公司 DCS trend measurement point jump logic configuration method, system, equipment and medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120074934A1 (en) * 2010-09-29 2012-03-29 Derrick Green Nmr measurements and methods of analyzing nmr data
CN102609269A (en) * 2012-02-17 2012-07-25 南京南瑞继保电气有限公司 Visual implementation method for sequential function chart
CN108319453A (en) * 2017-12-20 2018-07-24 中核控制系统工程有限公司 A kind of algorithm configuration software design approach based on FPGA control logics
WO2018137145A1 (en) * 2017-01-24 2018-08-02 北京广利核系统工程有限公司 Data synchronization method and apparatus
CN110244936A (en) * 2019-04-28 2019-09-17 北京广利核系统工程有限公司 Method and apparatus for supporting VISIO flow chart to be automatically imported DCS algorithm configuration software
CN110519892A (en) * 2019-09-27 2019-11-29 中山新驱动电子科技有限公司 A kind of control method and system of ZigBee-network
CN110795093A (en) * 2018-08-01 2020-02-14 北京京东尚科信息技术有限公司 Interactive view generation method and device
CN111339179A (en) * 2020-03-06 2020-06-26 杭州和利时自动化有限公司 Data replay method, device, equipment and medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120074934A1 (en) * 2010-09-29 2012-03-29 Derrick Green Nmr measurements and methods of analyzing nmr data
CN102609269A (en) * 2012-02-17 2012-07-25 南京南瑞继保电气有限公司 Visual implementation method for sequential function chart
WO2018137145A1 (en) * 2017-01-24 2018-08-02 北京广利核系统工程有限公司 Data synchronization method and apparatus
CN108319453A (en) * 2017-12-20 2018-07-24 中核控制系统工程有限公司 A kind of algorithm configuration software design approach based on FPGA control logics
CN110795093A (en) * 2018-08-01 2020-02-14 北京京东尚科信息技术有限公司 Interactive view generation method and device
CN110244936A (en) * 2019-04-28 2019-09-17 北京广利核系统工程有限公司 Method and apparatus for supporting VISIO flow chart to be automatically imported DCS algorithm configuration software
CN110519892A (en) * 2019-09-27 2019-11-29 中山新驱动电子科技有限公司 A kind of control method and system of ZigBee-network
CN111339179A (en) * 2020-03-06 2020-06-26 杭州和利时自动化有限公司 Data replay method, device, equipment and medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Y. DAI 等: "Research on Safety Level DCS Automated Test Method Based on Symbolic Execution", 《2019 3RD INTERNATIONAL CONFERENCE ON CIRCUITS, SYSTEM AND SIMULATION (ICCSS)》, 19 December 2019 (2019-12-19), pages 121 - 126 *
刘剑 等: "核电站DCS系统人机界面图符模板设计", 《核电子学与探测技术》, vol. 40, no. 01, 4 September 2020 (2020-09-04), pages 1 - 5 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117194501A (en) * 2023-11-01 2023-12-08 西安热工研究院有限公司 DCS trend measurement point jump logic configuration method, system, equipment and medium
CN117194501B (en) * 2023-11-01 2024-02-09 西安热工研究院有限公司 DCS trend measurement point jump logic configuration method, system, equipment and medium

Similar Documents

Publication Publication Date Title
CN101957745B (en) Method for converting ladder diagram language into structure text language
EP3912074B1 (en) Generating a synchronous digital circuit from a source code construct defining a function call
CN111209203B (en) Model verification method based on source code
CN111930360B (en) Method and device for realizing dynamic interactive modeling tool
CN106293757A (en) Robotic system software's framework and its implementation and device
CN113094125B (en) Business process processing method, device, server and storage medium
CN111666100A (en) Software framework generation method and device, electronic equipment and storage medium
CN101986282A (en) Topological adaptation method and device
CN110888972A (en) Sensitive content identification method and device based on Spark Streaming
CN102141917A (en) Method for realizing multi-service linkage based on IronPython script language
CN114115840A (en) Variable skipping method and device for nuclear power station DCS system application software
CN114115840B (en) Variable jump method and device for nuclear power station DCS system application software
CN112052040A (en) Processing method, processing device, computer equipment and storage medium
CN111813407B (en) Game development method, game running device and electronic equipment
US11797277B2 (en) Neural network model conversion method server, and storage medium
CN114201727A (en) Data processing method, processor, artificial intelligence chip and electronic equipment
CN109542837B (en) Operation method, device and related product
CN109543835B (en) Operation method, device and related product
CN112395009A (en) Operation method, operation device, computer equipment and storage medium
CN111061507A (en) Operation method, operation device, computer equipment and storage medium
CN104615458A (en) Module loading method and system based on json data format
CN111240972B (en) Model verification device based on source code
CN109543833B (en) Operation method, device and related product
CN219980888U (en) But embedded security protection supervisory equipment of secondary development
CN109583580B (en) Operation method, device and related product

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
GR01 Patent grant