-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathautograd.drawio
More file actions
31 lines (31 loc) · 2.77 KB
/
autograd.drawio
File metadata and controls
31 lines (31 loc) · 2.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<mxfile host="app.diagrams.net" modified="2022-01-23T05:10:23.722Z" agent="5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36" etag="9QQS7tzqf066oeFkbwIB" version="16.4.5" type="github">
<diagram id="J5DyFQ3r7aneZJ0yjUDE" name="Page-1">
<mxGraphModel dx="2946" dy="1186" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="1VQuznNTsIj1GZUH-Uth-2" value="AutoGrad" style="swimlane;startSize=23;fontSize=18;strokeWidth=6;" vertex="1" parent="1">
<mxGeometry x="180" y="160" width="670" height="750" as="geometry" />
</mxCell>
<mxCell id="1VQuznNTsIj1GZUH-Uth-3" value="前向算子" style="rounded=0;whiteSpace=wrap;html=1;fontSize=25;fontStyle=1;fillColor=#6a00ff;fontColor=#ffffff;strokeColor=#3700CC;strokeWidth=5;" vertex="1" parent="1VQuznNTsIj1GZUH-Uth-2">
<mxGeometry x="20" y="600" width="300" height="120" as="geometry" />
</mxCell>
<mxCell id="1VQuznNTsIj1GZUH-Uth-6" value="执行体系" style="rounded=0;whiteSpace=wrap;html=1;fontSize=25;fontStyle=1;fillColor=#647687;fontColor=#ffffff;strokeColor=#314354;strokeWidth=5;" vertex="1" parent="1VQuznNTsIj1GZUH-Uth-2">
<mxGeometry x="10" y="230" width="650" height="190" as="geometry" />
</mxCell>
<mxCell id="1VQuznNTsIj1GZUH-Uth-7" value="前端语言接口层" style="rounded=0;whiteSpace=wrap;html=1;fontSize=25;fontStyle=1;fillColor=#76608a;fontColor=#ffffff;strokeColor=#432D57;strokeWidth=5;" vertex="1" parent="1VQuznNTsIj1GZUH-Uth-2">
<mxGeometry x="10" y="30" width="650" height="190" as="geometry" />
</mxCell>
<mxCell id="1VQuznNTsIj1GZUH-Uth-8" value="算子体系" style="swimlane;fontSize=21;strokeWidth=4;" vertex="1" parent="1VQuznNTsIj1GZUH-Uth-2">
<mxGeometry x="10" y="430" width="650" height="300" as="geometry" />
</mxCell>
<mxCell id="1VQuznNTsIj1GZUH-Uth-4" value="反向实现" style="rounded=0;whiteSpace=wrap;html=1;fontSize=25;fontStyle=1;fillColor=#6a00ff;fontColor=#ffffff;strokeColor=#3700CC;strokeWidth=5;" vertex="1" parent="1VQuznNTsIj1GZUH-Uth-8">
<mxGeometry x="340" y="170" width="300" height="120" as="geometry" />
</mxCell>
<mxCell id="1VQuznNTsIj1GZUH-Uth-9" value="注册体系" style="rounded=0;whiteSpace=wrap;html=1;fontSize=25;fontStyle=1;fillColor=#1ba1e2;fontColor=#ffffff;strokeColor=#006EAF;strokeWidth=5;" vertex="1" parent="1VQuznNTsIj1GZUH-Uth-8">
<mxGeometry x="10" y="40" width="630" height="120" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>