| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- .node path { stroke: #333; fill: none; stroke-width: 1px; }
- .node line { stroke: #333; fill: none; stroke-width: 1px; }
- .node-item path { stroke-width: 0; stroke: #000; fill: #fff; }
- .node-item text { font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif, "PingFang SC"; font-size: 11px; text-rendering: geometricPrecision; }
- .node-item-function path { fill: #fff; }
- .node-item-function text { fill: #000; }
- .node-item-function:hover { cursor: hand; }
- .node-item-function:hover path { fill: #eee; }
- .node-item-type path { fill: #000; }
- .node-item-type text { fill: #fff; }
- .node-item-type:hover { cursor: hand; }
- .node-item-type:hover path { fill: #fff; }
- .node-item-type:hover text { fill: #000; }
- .node-item-type-constant path { fill: #eee; }
- .node-item-type-constant text { fill: #000; }
- .node-item-type-constant:hover path { fill: #fff; }
- .node-item-type-control path { fill: #eee; }
- .node-item-type-control text { fill: #000; }
- .node-item-type-control:hover path { fill: #fff; }
- .node-item-type-layer path { fill: rgb(51, 85, 136); }
- .node-item-type-wrapper path { fill: rgb(238, 238, 238); }
- .node-item-type-wrapper text { fill: rgb(0, 0, 0) }
- .node-item-type-activation path { fill: rgb(75, 27, 22); }
- .node-item-type-pool path { fill: rgb(51, 85, 51); }
- .node-item-type-normalization path { fill: rgb(51, 85, 68); }
- .node-item-type-dropout path { fill: rgb(69, 71, 112); }
- .node-item-type-shape path { fill: rgb(108, 79, 71); }
- .node-item-type-tensor path { fill: rgb(89, 66, 59); }
- .node-item-type-transform path { fill: rgb(51, 85, 68); }
- .node-item-type-data path { fill: rgb(85, 85, 85); }
- .node-item-type-custom path { fill: rgb(128, 128, 128); }
- .node-item-input path { fill: #fff; }
- .node-item-input:hover { cursor: hand; }
- .node-item-input:hover path { fill: #fff; }
- .node-item-constant path { fill: #eee; }
- .node-item-constant:hover { cursor: hand; }
- .node-item-constant:hover path { fill: #fff; }
- .node-item-undefined path { fill: #f00; }
- .node-item-undefined:hover { cursor: hand; }
- .node-item-undefined:hover path { fill: #fff; }
- .node-attribute:hover { cursor: hand; }
- .node-attribute text { font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif, "PingFang SC"; font-size: 9px; font-weight: normal; text-rendering: geometricPrecision; }
- .node-attribute path { fill: #fff; stroke-width: 0; stroke: #000; }
- .node-attribute:hover path { fill: #f6f6f6; }
- .graph-item-input path { fill: #eee; }
- .graph-item-input:hover { cursor: hand; }
- .graph-item-input:hover path { fill: #fff; }
- .graph-item-output path { fill: #eee; }
- .graph-item-output:hover { cursor: hand; }
- .graph-item-output:hover path { fill: #fff; }
- .edge-label text { font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif, "PingFang SC"; font-size: 10px; }
- .edge-path { stroke: #000; stroke-width: 1px; fill: none; }
- #arrowhead-vee { fill: #000; }
- .edge-path-control-dependency { stroke-dasharray: 3, 2; }
- .cluster rect { stroke: #000; fill: #000; fill-opacity: 0.02; stroke-opacity: 0.06; stroke-width: 1px; }
- .select .node.border { stroke: #333; stroke-width: 2px; stroke-dasharray: 6px 3px; stroke-dashoffset: 0; animation: pulse 4s infinite linear; }
- .select.edge-path { stroke: #333; 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; } }
- @media (prefers-color-scheme: dark) {
- .edge-label text { fill: #b2b2b2; }
- .edge-path { stroke: #888888; }
- #arrowhead-vee { fill: #888888; }
- .node path { stroke: #1d1d1d; }
- .node line { stroke: #1d1d1d; }
- .select .node.border { stroke: #dfdfdf; }
- .select.edge-path { stroke: #dfdfdf; }
-
- .node-item-function path { fill: #404040; }
- .node-item-function text { fill: #dfdfdfdf; }
- .node-item-function:hover { cursor: hand; }
- .node-item-function:hover path { fill: #666666; }
-
- .node-item-type path { fill: #303030; }
- .node-item-type text { fill: #dfdfdf; }
- .node-item-type:hover { cursor: hand; }
- .node-item-type:hover path { fill: #808080; }
- .node-item-type:hover text { fill: #dfdfdf; }
- .node-item path { stroke: #fff; }
- .node-item text { fill: #dfdfdf; }
- .node-attribute text { fill: #b2b2b2; }
- .node-attribute path { fill: #2d2d2d; }
- .node-attribute:hover path { fill: #666666; }
- .graph-item-input path { fill: #404040; }
- .graph-item-input:hover { cursor: hand; }
- .graph-item-input:hover path { fill: #666666; }
- .graph-item-output path { fill: #404040; }
- .graph-item-output:hover { cursor: hand; }
- .graph-item-output:hover path { fill: #666666; }
- .node-item-input path { fill: #404040; }
- .node-item-input:hover path { fill: #666666; }
- .node-item-constant path { fill: #4b4b4b; }
- .node-item-constant:hover path { fill: #666666; }
- .node-item-type-layer path { fill: rgba(51, 85, 136, 0.7); }
- .node-item-type-activation path { fill: rgba(75, 27, 22, 0.7); }
- .node-item-type-activation path { fill: rgba(75, 27, 22, 0.7); }
- .node-item-type-pool path { fill: rgba(51, 85, 51, 0.7); }
- .node-item-type-pool path { fill: rgba(51, 85, 51, 0.7); }
- .node-item-type-normalization path { fill: rgba(51, 85, 68, 0.7); }
- .node-item-type-dropout path { fill: rgba(69, 71, 112, 0.7); }
- .node-item-type-shape path { fill: rgba(108, 79, 71, 0.7); }
- .node-item-type-tensor path { fill: rgba(89, 66, 59, 0.7); }
- .node-item-type-transform path { fill: rgba(51, 85, 68, 0.7); }
- .node-item-type-data path { fill: rgba(85, 85, 85, 0.7); }
- .node-item-type-custom path { fill: rgb(64, 64, 64, 0.7); }
- }
|