Export startup kind-8 runtime-effect subgraph
This commit is contained in:
parent
461cf087e5
commit
29453f6d4b
4 changed files with 6267 additions and 0 deletions
|
|
@ -168,3 +168,33 @@ python3 tools/py/export_function_subgraph.py \
|
|||
--depth 7 \
|
||||
--title "Scenario Runtime Effect Service Subgraph (Depth 7, Forward Only)"
|
||||
```
|
||||
|
||||
There is now also a narrower startup-kind-`8` export for the ordinary bring-up lane:
|
||||
|
||||
- artifact:
|
||||
- `artifacts/exports/rt3-1.06/runtime-effect-kind8-startup-subgraph.{dot,md}`
|
||||
- seeds:
|
||||
- `0x00444d92`
|
||||
- `0x00432f40`
|
||||
- `0x004323a0`
|
||||
- `0x00431b20`
|
||||
- `0x00433130`
|
||||
- depth:
|
||||
- `5`
|
||||
- current size:
|
||||
- `702` nodes / `2076` edges
|
||||
|
||||
Generate it with:
|
||||
|
||||
```bash
|
||||
python3 tools/py/export_function_subgraph.py \
|
||||
artifacts/exports/rt3-1.06/function-map.csv \
|
||||
artifacts/exports/rt3-1.06/runtime-effect-kind8-startup-subgraph \
|
||||
--seed 0x00444d92 \
|
||||
--seed 0x00432f40 \
|
||||
--seed 0x004323a0 \
|
||||
--seed 0x00431b20 \
|
||||
--seed 0x00433130 \
|
||||
--depth 5 \
|
||||
--title "Startup Kind-8 Runtime Effect Subgraph"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue