my_mod-symbol.json 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494
  1. {
  2. "nodes": [
  3. {
  4. "op": "null",
  5. "name": "/input_12",
  6. "attrs": {
  7. "__dtype__": "0",
  8. "__shape__": "(0, 8)"
  9. },
  10. "inputs": []
  11. },
  12. {
  13. "op": "null",
  14. "name": "dense_1/kernel2",
  15. "attrs": {
  16. "__dtype__": "0",
  17. "__shape__": "(8, 256)"
  18. },
  19. "inputs": []
  20. },
  21. {
  22. "op": "dot",
  23. "name": "dot3",
  24. "inputs": [[0, 0, 0], [1, 0, 0]]
  25. },
  26. {
  27. "op": "null",
  28. "name": "dense_1/bias2",
  29. "attrs": {
  30. "__dtype__": "0",
  31. "__shape__": "(256,)"
  32. },
  33. "inputs": []
  34. },
  35. {
  36. "op": "broadcast_add",
  37. "name": "broadcast_add17",
  38. "inputs": [[2, 0, 0], [3, 0, 0]]
  39. },
  40. {
  41. "op": "LeakyReLU",
  42. "name": "leakyrelu9",
  43. "attrs": {
  44. "act_type": "leaky",
  45. "slope": "0.0"
  46. },
  47. "inputs": [[4, 0, 0]]
  48. },
  49. {
  50. "op": "null",
  51. "name": "p_re_lu_1/alpha2",
  52. "attrs": {
  53. "__dtype__": "0",
  54. "__shape__": "(256,)"
  55. },
  56. "inputs": []
  57. },
  58. {
  59. "op": "_mul_scalar",
  60. "name": "_mulscalar9",
  61. "attrs": {"scalar": "-1.0"},
  62. "inputs": [[6, 0, 0]]
  63. },
  64. {
  65. "op": "_mul_scalar",
  66. "name": "_mulscalar11",
  67. "attrs": {"scalar": "-1.0"},
  68. "inputs": [[4, 0, 0]]
  69. },
  70. {
  71. "op": "LeakyReLU",
  72. "name": "leakyrelu11",
  73. "attrs": {
  74. "act_type": "leaky",
  75. "slope": "0.0"
  76. },
  77. "inputs": [[8, 0, 0]]
  78. },
  79. {
  80. "op": "broadcast_mul",
  81. "name": "broadcast_mul5",
  82. "inputs": [[7, 0, 0], [9, 0, 0]]
  83. },
  84. {
  85. "op": "broadcast_add",
  86. "name": "broadcast_add19",
  87. "inputs": [[5, 0, 0], [10, 0, 0]]
  88. },
  89. {
  90. "op": "Reshape",
  91. "name": "reshape13",
  92. "attrs": {"shape": "(0, 8, 32)"},
  93. "inputs": [[11, 0, 0]]
  94. },
  95. {
  96. "op": "expand_dims",
  97. "name": "expand_dims17",
  98. "attrs": {"axis": "2"},
  99. "inputs": [[12, 0, 0]]
  100. },
  101. {
  102. "op": "transpose",
  103. "name": "transpose27",
  104. "attrs": {"axes": "[0, 3, 1, 2]"},
  105. "inputs": [[13, 0, 0]]
  106. },
  107. {
  108. "op": "null",
  109. "name": "conv1d_1/kernel2",
  110. "attrs": {
  111. "__dtype__": "0",
  112. "__shape__": "(3, 32, 32)"
  113. },
  114. "inputs": []
  115. },
  116. {
  117. "op": "expand_dims",
  118. "name": "expand_dims19",
  119. "attrs": {"axis": "1"},
  120. "inputs": [[15, 0, 0]]
  121. },
  122. {
  123. "op": "transpose",
  124. "name": "transpose28",
  125. "attrs": {"axes": "(3, 2, 0, 1)"},
  126. "inputs": [[16, 0, 0]]
  127. },
  128. {
  129. "op": "Convolution",
  130. "name": "conv1d_1/conv1d4",
  131. "attrs": {
  132. "dilate": "(1, 1)",
  133. "kernel": "(3, 1)",
  134. "no_bias": "True",
  135. "num_filter": "32",
  136. "pad": "(1, 0)",
  137. "stride": "(1, 1)"
  138. },
  139. "inputs": [[14, 0, 0], [17, 0, 0]]
  140. },
  141. {
  142. "op": "transpose",
  143. "name": "transpose29",
  144. "attrs": {"axes": "[0, 2, 3, 1]"},
  145. "inputs": [[18, 0, 0]]
  146. },
  147. {
  148. "op": "Reshape",
  149. "name": "reshape15",
  150. "attrs": {"shape": "(0, 8, 32)"},
  151. "inputs": [[19, 0, 0]]
  152. },
  153. {
  154. "op": "null",
  155. "name": "conv1d_1/bias2",
  156. "attrs": {
  157. "__dtype__": "0",
  158. "__shape__": "(32,)"
  159. },
  160. "inputs": []
  161. },
  162. {
  163. "op": "broadcast_add",
  164. "name": "broadcast_add21",
  165. "inputs": [[20, 0, 0], [21, 0, 0]]
  166. },
  167. {
  168. "op": "LeakyReLU",
  169. "name": "leakyrelu13",
  170. "attrs": {
  171. "act_type": "leaky",
  172. "slope": "0.0"
  173. },
  174. "inputs": [[22, 0, 0]]
  175. },
  176. {
  177. "op": "expand_dims",
  178. "name": "expand_dims21",
  179. "attrs": {"axis": "2"},
  180. "inputs": [[23, 0, 0]]
  181. },
  182. {
  183. "op": "transpose",
  184. "name": "transpose33",
  185. "attrs": {"axes": "[0, 3, 1, 2]"},
  186. "inputs": [[24, 0, 0]]
  187. },
  188. {
  189. "op": "null",
  190. "name": "conv1d_2/kernel2",
  191. "attrs": {
  192. "__dtype__": "0",
  193. "__shape__": "(3, 32, 32)"
  194. },
  195. "inputs": []
  196. },
  197. {
  198. "op": "expand_dims",
  199. "name": "expand_dims23",
  200. "attrs": {"axis": "1"},
  201. "inputs": [[26, 0, 0]]
  202. },
  203. {
  204. "op": "transpose",
  205. "name": "transpose34",
  206. "attrs": {"axes": "(3, 2, 0, 1)"},
  207. "inputs": [[27, 0, 0]]
  208. },
  209. {
  210. "op": "Convolution",
  211. "name": "conv1d_2/conv1d4",
  212. "attrs": {
  213. "dilate": "(1, 1)",
  214. "kernel": "(3, 1)",
  215. "no_bias": "True",
  216. "num_filter": "32",
  217. "pad": "(1, 0)",
  218. "stride": "(1, 1)"
  219. },
  220. "inputs": [[25, 0, 0], [28, 0, 0]]
  221. },
  222. {
  223. "op": "transpose",
  224. "name": "transpose35",
  225. "attrs": {"axes": "[0, 2, 3, 1]"},
  226. "inputs": [[29, 0, 0]]
  227. },
  228. {
  229. "op": "Reshape",
  230. "name": "reshape17",
  231. "attrs": {"shape": "(0, 8, 32)"},
  232. "inputs": [[30, 0, 0]]
  233. },
  234. {
  235. "op": "null",
  236. "name": "conv1d_2/bias2",
  237. "attrs": {
  238. "__dtype__": "0",
  239. "__shape__": "(32,)"
  240. },
  241. "inputs": []
  242. },
  243. {
  244. "op": "broadcast_add",
  245. "name": "broadcast_add23",
  246. "inputs": [[31, 0, 0], [32, 0, 0]]
  247. },
  248. {
  249. "op": "broadcast_add",
  250. "name": "broadcast_add25",
  251. "inputs": [[33, 0, 0], [12, 0, 0]]
  252. },
  253. {
  254. "op": "expand_dims",
  255. "name": "expand_dims25",
  256. "attrs": {"axis": "2"},
  257. "inputs": [[34, 0, 0]]
  258. },
  259. {
  260. "op": "transpose",
  261. "name": "transpose39",
  262. "attrs": {"axes": "[0, 3, 1, 2]"},
  263. "inputs": [[35, 0, 0]]
  264. },
  265. {
  266. "op": "null",
  267. "name": "conv1d_3/kernel2",
  268. "attrs": {
  269. "__dtype__": "0",
  270. "__shape__": "(3, 32, 32)"
  271. },
  272. "inputs": []
  273. },
  274. {
  275. "op": "expand_dims",
  276. "name": "expand_dims27",
  277. "attrs": {"axis": "1"},
  278. "inputs": [[37, 0, 0]]
  279. },
  280. {
  281. "op": "transpose",
  282. "name": "transpose40",
  283. "attrs": {"axes": "(3, 2, 0, 1)"},
  284. "inputs": [[38, 0, 0]]
  285. },
  286. {
  287. "op": "Convolution",
  288. "name": "conv1d_3/conv1d4",
  289. "attrs": {
  290. "dilate": "(1, 1)",
  291. "kernel": "(3, 1)",
  292. "no_bias": "True",
  293. "num_filter": "32",
  294. "pad": "(1, 0)",
  295. "stride": "(1, 1)"
  296. },
  297. "inputs": [[36, 0, 0], [39, 0, 0]]
  298. },
  299. {
  300. "op": "transpose",
  301. "name": "transpose41",
  302. "attrs": {"axes": "[0, 2, 3, 1]"},
  303. "inputs": [[40, 0, 0]]
  304. },
  305. {
  306. "op": "Reshape",
  307. "name": "reshape19",
  308. "attrs": {"shape": "(0, 8, 32)"},
  309. "inputs": [[41, 0, 0]]
  310. },
  311. {
  312. "op": "null",
  313. "name": "conv1d_3/bias2",
  314. "attrs": {
  315. "__dtype__": "0",
  316. "__shape__": "(32,)"
  317. },
  318. "inputs": []
  319. },
  320. {
  321. "op": "broadcast_add",
  322. "name": "broadcast_add27",
  323. "inputs": [[42, 0, 0], [43, 0, 0]]
  324. },
  325. {
  326. "op": "LeakyReLU",
  327. "name": "leakyrelu15",
  328. "attrs": {
  329. "act_type": "leaky",
  330. "slope": "0.0"
  331. },
  332. "inputs": [[44, 0, 0]]
  333. },
  334. {
  335. "op": "expand_dims",
  336. "name": "expand_dims29",
  337. "attrs": {"axis": "2"},
  338. "inputs": [[45, 0, 0]]
  339. },
  340. {
  341. "op": "transpose",
  342. "name": "transpose45",
  343. "attrs": {"axes": "[0, 3, 1, 2]"},
  344. "inputs": [[46, 0, 0]]
  345. },
  346. {
  347. "op": "null",
  348. "name": "conv1d_4/kernel2",
  349. "attrs": {
  350. "__dtype__": "0",
  351. "__shape__": "(3, 32, 32)"
  352. },
  353. "inputs": []
  354. },
  355. {
  356. "op": "expand_dims",
  357. "name": "expand_dims31",
  358. "attrs": {"axis": "1"},
  359. "inputs": [[48, 0, 0]]
  360. },
  361. {
  362. "op": "transpose",
  363. "name": "transpose46",
  364. "attrs": {"axes": "(3, 2, 0, 1)"},
  365. "inputs": [[49, 0, 0]]
  366. },
  367. {
  368. "op": "Convolution",
  369. "name": "conv1d_4/conv1d4",
  370. "attrs": {
  371. "dilate": "(1, 1)",
  372. "kernel": "(3, 1)",
  373. "no_bias": "True",
  374. "num_filter": "32",
  375. "pad": "(1, 0)",
  376. "stride": "(1, 1)"
  377. },
  378. "inputs": [[47, 0, 0], [50, 0, 0]]
  379. },
  380. {
  381. "op": "transpose",
  382. "name": "transpose47",
  383. "attrs": {"axes": "[0, 2, 3, 1]"},
  384. "inputs": [[51, 0, 0]]
  385. },
  386. {
  387. "op": "Reshape",
  388. "name": "reshape21",
  389. "attrs": {"shape": "(0, 8, 32)"},
  390. "inputs": [[52, 0, 0]]
  391. },
  392. {
  393. "op": "null",
  394. "name": "conv1d_4/bias2",
  395. "attrs": {
  396. "__dtype__": "0",
  397. "__shape__": "(32,)"
  398. },
  399. "inputs": []
  400. },
  401. {
  402. "op": "broadcast_add",
  403. "name": "broadcast_add29",
  404. "inputs": [[53, 0, 0], [54, 0, 0]]
  405. },
  406. {
  407. "op": "broadcast_add",
  408. "name": "broadcast_add31",
  409. "inputs": [[55, 0, 0], [34, 0, 0]]
  410. },
  411. {
  412. "op": "Flatten",
  413. "name": "flatten3",
  414. "inputs": [[56, 0, 0]]
  415. }
  416. ],
  417. "arg_nodes": [
  418. 0,
  419. 1,
  420. 3,
  421. 6,
  422. 15,
  423. 21,
  424. 26,
  425. 32,
  426. 37,
  427. 43,
  428. 48,
  429. 54
  430. ],
  431. "node_row_ptr": [
  432. 0,
  433. 1,
  434. 2,
  435. 3,
  436. 4,
  437. 5,
  438. 6,
  439. 7,
  440. 8,
  441. 9,
  442. 10,
  443. 11,
  444. 12,
  445. 13,
  446. 14,
  447. 15,
  448. 16,
  449. 17,
  450. 18,
  451. 19,
  452. 20,
  453. 21,
  454. 22,
  455. 23,
  456. 24,
  457. 25,
  458. 26,
  459. 27,
  460. 28,
  461. 29,
  462. 30,
  463. 31,
  464. 32,
  465. 33,
  466. 34,
  467. 35,
  468. 36,
  469. 37,
  470. 38,
  471. 39,
  472. 40,
  473. 41,
  474. 42,
  475. 43,
  476. 44,
  477. 45,
  478. 46,
  479. 47,
  480. 48,
  481. 49,
  482. 50,
  483. 51,
  484. 52,
  485. 53,
  486. 54,
  487. 55,
  488. 56,
  489. 57,
  490. 58
  491. ],
  492. "heads": [[57, 0, 0]],
  493. "attrs": {"mxnet_version": ["int", 10300]}
  494. }