Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
VisualDL
提交
dd4dd938
V
VisualDL
项目概览
PaddlePaddle
/
VisualDL
大约 1 年 前同步成功
通知
88
Star
4655
Fork
642
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
5
Wiki
分析
仓库
DevOps
项目成员
Pages
V
VisualDL
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
5
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
dd4dd938
编写于
6月 29, 2022
作者:
R
RotPublic
提交者:
GitHub
6月 29, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Optimize visual effects
Co-authored-by:
N
wuzewu
<
wuzewu@baidu.com
>
上级
6fdfcdea
变更
2
展开全部
隐藏空白更改
内联
并排
Showing
2 changed file
with
650 addition
and
18 deletion
+650
-18
frontend/packages/netron/src/style.scss
frontend/packages/netron/src/style.scss
+304
-2
frontend/packages/netron/src/view-grapher.js
frontend/packages/netron/src/view-grapher.js
+346
-16
未找到文件。
frontend/packages/netron/src/style.scss
浏览文件 @
dd4dd938
html
{
text-size-adjust
:
100%
;
text-rendering
:
optimizeLegibility
;
}
body
{
overflow
:
hidden
;
margin
:
0
;
width
:
100vw
;
height
:
100vh
;
font-family
:
-
apple-system
,
BlinkMacSystemFont
,
'Segoe WPC'
,
'Segoe UI'
,
'Ubuntu'
,
'Droid Sans'
,
sans-serif
,
'PingFang SC'
;
font-size
:
12px
;
text-rendering
:
geometricPrecision
;
background-color
:
#fff
;
&
.dark
{
background-color
:
#1d1d1f
;
}
}
.graph
{
overflow
:
auto
;
width
:
100%
;
height
:
100%
;
}
.canvas
{
display
:
block
;
// position: absolute;
text-rendering
:
geometricPrecision
;
user-select
:
none
;
cursor
:
grab
;
}
path
{
stroke
:
#666
;
stroke-width
:
1px
;
fill
:
none
;
}
line
{
stroke
:
#666
;
stroke-width
:
1px
;
fill
:
#666
;
}
text
{
font-family
:
-
apple-system
,
BlinkMacSystemFont
,
'Segoe WPC'
,
'Segoe UI'
,
'Ubuntu'
,
'Droid Sans'
,
sans-serif
,
'PingFang SC'
;
font-size
:
11px
;
text-rendering
:
geometricPrecision
;
fill
:
#000
;
.dark
&
{
fill
:
#cfcfd1
;
}
}
.node-item
{
path
{
fill
:
#fff
;
fill-opacity
:
1
;
stroke
:
none
;
transition
:
fill
0
.075s
ease-in
,
fill-opacity
0
.075s
ease-in
;
}
text
{
transition
:
fill
0
.075s
ease-in
;
}
&
:hover
{
path
{
fill
:
#2932e1
;
fill-opacity
:
1
;
}
text
{
fill
:
#fff
;
}
}
}
.node-item-function
path
{
fill
:
#9bb9e8
;
fill-opacity
:
0
.7
;
}
.node-item-type
{
cursor
:
pointer
;
path
{
fill
:
#8bb8ff
;
fill-opacity
:
0
.9
;
}
}
.node-item-type-constant
path
{
fill
:
#b4ccb7
;
}
.node-item-type-control
path
{
fill
:
#a8e9b8
;
}
.node-item-type-layer
path
{
fill
:
#db989a
;
fill-opacity
:
0
.7
;
}
.node-item-type-container
path
{
fill
:
#db989a
;
fill-opacity
:
0
.7
;
}
.node-item-type-wrapper
path
{
fill
:
#6dcde4
;
fill-opacity
:
0
.7
;
}
.node-item-type-conv
path
{
fill
:
#6dcde4
;
fill-opacity
:
0
.7
;
}
.node-item-type-activation
path
{
fill
:
#93c2ca
;
fill-opacity
:
0
.7
;
}
.node-item-type-pool
path
{
fill
:
#de7cce
;
fill-opacity
:
0
.7
;
}
.node-item-type-normalization
path
{
fill
:
#da96bc
;
fill-opacity
:
0
.7
;
}
.node-item-type-dropout
path
{
fill
:
#309e51
;
fill-opacity
:
0
.7
;
}
.node-item-type-pad
path
{
fill
:
#309e51
;
fill-opacity
:
0
.7
;
}
.node-item-type-shape
path
{
fill
:
#d6c482
;
fill-opacity
:
0
.7
;
}
.node-item-type-tensor
path
{
fill
:
#6d7ce4
;
fill-opacity
:
0
.7
;
}
.node-item-type-transform
path
{
fill
:
#cdcb74
;
}
.node-item-type-sequence
path
{
fill
:
#cdcb74
;
}
.node-item-type-data
path
{
fill
:
#2576ad
;
fill-opacity
:
0
.7
;
}
.node-item-type-custom
path
{
fill
:
#e46d6d
;
fill-opacity
:
0
.7
;
}
.node-item-input
{
cursor
:
pointer
;
path
{
fill
:
#fff
;
}
}
.node-item-constant
{
cursor
:
pointer
;
path
{
fill
:
#eee
;
}
}
.node-item-undefined
{
cursor
:
pointer
;
path
{
fill
:
#ca5353
;
fill-opacity
:
0
.7
;
}
}
.node-attribute
{
cursor
:
pointer
;
text
{
font-size
:
9px
;
font-weight
:
normal
;
}
}
.node-attribute
path
{
fill
:
#fff
;
stroke-width
:
0
;
.dark
&
{
fill
:
#262629
;
}
}
.graph-item-input
{
cursor
:
pointer
;
path
{
fill
:
#e49d6d
;
fill-opacity
:
0
.7
;
}
}
.graph-item-output
{
cursor
:
pointer
;
path
{
fill
:
#e4e06d
;
fill-opacity
:
0
.9
;
}
}
.edge-label
text
{
font-size
:
10px
;
}
.edge-path
{
stroke
:
#666
;
stroke-width
:
1px
;
fill
:
none
;
}
#arrowhead-vee
path
{
fill
:
#666
;
}
.edge-path-control-dependency
{
stroke-dasharray
:
3
,
2
;
}
.cluster
.clusterGroup
{
fill
:
#dce9ff
;
stroke
:
#666
;
stroke-width
:
1px
;
}
.node-item-function
path
{
fill
:
#9bb9e8
;
fill-opacity
:
0
.7
;
}
.cluster
.clusterGroup-constant
{
fill
:
#e8efe9
;
}
.cluster
.clusterGroup-control
{
fill
:
#e4f8e9
;
}
.cluster
.clusterGroup-layer
{
fill
:
#f4e0e0
;
}
.cluster
.clusterGroup-conv
{
fill
:
#d3f0f6
;
}
.cluster
.clusterGroup-container
{
fill
:
#f4e0e0
;
}
.cluster
.clusterGroup-wrapper
{
fill
:
#d3f0f6
;
}
.cluster
.clusterGroup-activation
{
fill
:
#deecef
;
}
.cluster
.clusterGroup-pool
{
fill
:
#f5d7f0
;
}
.cluster
.clusterGroup-normalization
{
fill
:
#f3dfea
;
}
.cluster
.clusterGroup-dropout
{
fill
:
#c0e1ca
;
}
.cluster
.clusterGroup-pad
{
fill
:
#c0e1ca
;
}
.cluster
.clusterGroup-shape
{
fill
:
#f2edd9
;
}
.cluster
.clusterGroup-tensor
{
fill
:
#d3d7f6
;
}
.cluster
.clusterGroup-transform
{
fill
:
#f0efd5
;
}
.cluster
.clusterGroup-sequence
{
fill
:
#f0efd5
;
}
.cluster
.clusterGroup-data
{
fill
:
#bdd5e6
;
}
.cluster
.clusterGroup-custom
{
fill
:
#f6d3d3
;
}
.cluster
.clusterButton
{
fill-opacity
:
0
.3
;
fill-opacity
:
0
;
fill
:
#db989a
;
stroke
:
#999
;
cursor
:
pointer
;
}
.cluster
.button-text
{
fill
:
#999
;
}
.cluster.border
{
display
:
none
;
}
.select
{
&
.edge-path
{
stroke
:
#1527c2
;
stroke-width
:
2px
;
stroke-dasharray
:
6px
3px
;
stroke-dashoffset
:
0
;
animation
:
pulse
4s
infinite
linear
;
}
.node.border
{
stroke
:
#1527c2
;
stroke-width
:
2px
;
stroke-dasharray
:
6px
3px
;
stroke-dashoffset
:
0
;
animation
:
pulse
4s
infinite
linear
;
}
.cluster.border
{
display
:
block
;
stroke
:
#1527c2
;
stroke-width
:
2px
;
stroke-dasharray
:
6px
3px
;
stroke-dashoffset
:
0
;
animation
:
pulse
4s
infinite
linear
;
}
}
@keyframes
pulse
{
from
{
stroke-dashoffset
:
100px
;
}
to
{
stroke-dashoffset
:
0
;
}
}
}
\ No newline at end of file
frontend/packages/netron/src/view-grapher.js
浏览文件 @
dd4dd938
此差异已折叠。
点击以展开。
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录