123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- {
- "nodes": [
- {
- "op": "null",
- "name": "/first_input2",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(0, 8)"
- },
- "inputs": []
- },
- {
- "op": "null",
- "name": "first/kernel2",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(8, 256)"
- },
- "inputs": []
- },
- {
- "op": "dot",
- "name": "dot13",
- "inputs": [[0, 0, 0], [1, 0, 0]]
- },
- {
- "op": "null",
- "name": "first/bias2",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(256,)"
- },
- "inputs": []
- },
- {
- "op": "broadcast_add",
- "name": "broadcast_add47",
- "inputs": [[2, 0, 0], [3, 0, 0]]
- },
- {
- "op": "LeakyReLU",
- "name": "leakyrelu25",
- "attrs": {
- "act_type": "leaky",
- "slope": "0.0"
- },
- "inputs": [[4, 0, 0]]
- },
- {
- "op": "null",
- "name": "H0/kernel2",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(256, 256)"
- },
- "inputs": []
- },
- {
- "op": "dot",
- "name": "dot15",
- "inputs": [[5, 0, 0], [6, 0, 0]]
- },
- {
- "op": "null",
- "name": "H0/bias2",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(256,)"
- },
- "inputs": []
- },
- {
- "op": "broadcast_add",
- "name": "broadcast_add49",
- "inputs": [[7, 0, 0], [8, 0, 0]]
- },
- {
- "op": "LeakyReLU",
- "name": "leakyrelu27",
- "attrs": {
- "act_type": "leaky",
- "slope": "0.0"
- },
- "inputs": [[9, 0, 0]]
- },
- {
- "op": "null",
- "name": "H1/kernel2",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(256, 256)"
- },
- "inputs": []
- },
- {
- "op": "dot",
- "name": "dot17",
- "inputs": [[10, 0, 0], [11, 0, 0]]
- },
- {
- "op": "null",
- "name": "H1/bias2",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(256,)"
- },
- "inputs": []
- },
- {
- "op": "broadcast_add",
- "name": "broadcast_add51",
- "inputs": [[12, 0, 0], [13, 0, 0]]
- },
- {
- "op": "LeakyReLU",
- "name": "leakyrelu29",
- "attrs": {
- "act_type": "leaky",
- "slope": "0.0"
- },
- "inputs": [[14, 0, 0]]
- },
- {
- "op": "null",
- "name": "last/kernel2",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(256, 256)"
- },
- "inputs": []
- },
- {
- "op": "dot",
- "name": "dot19",
- "inputs": [[15, 0, 0], [16, 0, 0]]
- },
- {
- "op": "null",
- "name": "last/bias2",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(256,)"
- },
- "inputs": []
- },
- {
- "op": "broadcast_add",
- "name": "broadcast_add53",
- "inputs": [[17, 0, 0], [18, 0, 0]]
- }
- ],
- "arg_nodes": [0, 1, 3, 6, 8, 11, 13, 16, 18],
- "node_row_ptr": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6,
- 7,
- 8,
- 9,
- 10,
- 11,
- 12,
- 13,
- 14,
- 15,
- 16,
- 17,
- 18,
- 19,
- 20
- ],
- "heads": [[19, 0, 0]],
- "attrs": {"mxnet_version": ["int", 10300]}
- }
|