123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242 |
- {
- "nodes": [
- {
- "op": "null",
- "name": "/first_input9",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(0, 16)"
- },
- "inputs": []
- },
- {
- "op": "null",
- "name": "first/kernel9",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(16, 128)"
- },
- "inputs": []
- },
- {
- "op": "dot",
- "name": "dot79",
- "inputs": [[0, 0, 0], [1, 0, 0]]
- },
- {
- "op": "null",
- "name": "first/bias9",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(128,)"
- },
- "inputs": []
- },
- {
- "op": "broadcast_add",
- "name": "broadcast_add79",
- "inputs": [[2, 0, 0], [3, 0, 0]]
- },
- {
- "op": "LeakyReLU",
- "name": "leakyrelu69",
- "attrs": {
- "act_type": "leaky",
- "slope": "0.0"
- },
- "inputs": [[4, 0, 0]]
- },
- {
- "op": "null",
- "name": "H0/kernel9",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(128, 128)"
- },
- "inputs": []
- },
- {
- "op": "dot",
- "name": "dot81",
- "inputs": [[5, 0, 0], [6, 0, 0]]
- },
- {
- "op": "null",
- "name": "H0/bias9",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(128,)"
- },
- "inputs": []
- },
- {
- "op": "broadcast_add",
- "name": "broadcast_add81",
- "inputs": [[7, 0, 0], [8, 0, 0]]
- },
- {
- "op": "LeakyReLU",
- "name": "leakyrelu71",
- "attrs": {
- "act_type": "leaky",
- "slope": "0.0"
- },
- "inputs": [[9, 0, 0]]
- },
- {
- "op": "null",
- "name": "H1/kernel9",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(128, 128)"
- },
- "inputs": []
- },
- {
- "op": "dot",
- "name": "dot83",
- "inputs": [[10, 0, 0], [11, 0, 0]]
- },
- {
- "op": "null",
- "name": "H1/bias9",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(128,)"
- },
- "inputs": []
- },
- {
- "op": "broadcast_add",
- "name": "broadcast_add83",
- "inputs": [[12, 0, 0], [13, 0, 0]]
- },
- {
- "op": "LeakyReLU",
- "name": "leakyrelu73",
- "attrs": {
- "act_type": "leaky",
- "slope": "0.0"
- },
- "inputs": [[14, 0, 0]]
- },
- {
- "op": "null",
- "name": "H2/kernel8",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(128, 128)"
- },
- "inputs": []
- },
- {
- "op": "dot",
- "name": "dot85",
- "inputs": [[15, 0, 0], [16, 0, 0]]
- },
- {
- "op": "null",
- "name": "H2/bias8",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(128,)"
- },
- "inputs": []
- },
- {
- "op": "broadcast_add",
- "name": "broadcast_add85",
- "inputs": [[17, 0, 0], [18, 0, 0]]
- },
- {
- "op": "LeakyReLU",
- "name": "leakyrelu75",
- "attrs": {
- "act_type": "leaky",
- "slope": "0.0"
- },
- "inputs": [[19, 0, 0]]
- },
- {
- "op": "null",
- "name": "last/kernel9",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(128, 128)"
- },
- "inputs": []
- },
- {
- "op": "dot",
- "name": "dot87",
- "inputs": [[20, 0, 0], [21, 0, 0]]
- },
- {
- "op": "null",
- "name": "last/bias9",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(128,)"
- },
- "inputs": []
- },
- {
- "op": "broadcast_add",
- "name": "broadcast_add87",
- "inputs": [[22, 0, 0], [23, 0, 0]]
- },
- {
- "op": "LeakyReLU",
- "name": "leakyrelu77",
- "attrs": {
- "act_type": "leaky",
- "slope": "0.0"
- },
- "inputs": [[24, 0, 0]]
- }
- ],
- "arg_nodes": [
- 0,
- 1,
- 3,
- 6,
- 8,
- 11,
- 13,
- 16,
- 18,
- 21,
- 23
- ],
- "node_row_ptr": [
- 0,
- 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
- ],
- "heads": [[25, 0, 0]],
- "attrs": {"mxnet_version": ["int", 10300]}
- }
|