Advertisement
Guest User

Theano error (no Optim)

a guest
May 30th, 2015
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 447.09 KB | None | 0 0
  1. ---------------------------------------------------------------------------
  2. IndexError Traceback (most recent call last)
  3. <ipython-input-4-a4c247121358> in <module>()
  4. 17
  5. 18 for ii in range(trainSteps):
  6. ---> 19 costIter[ii] = train_model(ySamp, 1e-3)
  7. 20
  8.  
  9. /usr/lib/python2.7/site-packages/theano/compile/function_module.pyc in __call__(self, *args, **kwargs)
  10. 604 self.fn.nodes[self.fn.position_of_error],
  11. 605 self.fn.thunks[self.fn.position_of_error],
  12. --> 606 storage_map=self.fn.storage_map)
  13. 607 else:
  14. 608 # For the c linker We don't have access from
  15.  
  16. /usr/lib/python2.7/site-packages/theano/compile/function_module.pyc in __call__(self, *args, **kwargs)
  17. 593 t0_fn = time.time()
  18. 594 try:
  19. --> 595 outputs = self.fn()
  20. 596 except Exception:
  21. 597 if hasattr(self.fn, 'position_of_error'):
  22.  
  23. /usr/lib/python2.7/site-packages/theano/scan_module/scan_op.pyc in rval(p, i, o, n, allow_gc)
  24. 670 def rval(p=p, i=node_input_storage, o=node_output_storage, n=node,
  25. 671 allow_gc=allow_gc):
  26. --> 672 r = p(n, [x[0] for x in i], o)
  27. 673 for o in node.outputs:
  28. 674 compute_map[o][0] = True
  29.  
  30. /usr/lib/python2.7/site-packages/theano/scan_module/scan_op.pyc in <lambda>(node, args, outs)
  31. 659 args,
  32. 660 outs,
  33. --> 661 self, node)
  34. 662 except (ImportError, theano.gof.cmodule.MissingGXX):
  35. 663 p = self.execute
  36.  
  37. scan_perform.pyx in theano.scan_module.scan_perform.perform (/home/memming/.theano/compiledir_Linux-3.10-el7.x86_64-x86_64-with-centos-7.1.1503-Core-x86_64-2.7.5-64/scan_perform/mod.cpp:3605)()
  38.  
  39. scan_perform.pyx in theano.scan_module.scan_perform.perform (/home/memming/.theano/compiledir_Linux-3.10-el7.x86_64-x86_64-with-centos-7.1.1503-Core-x86_64-2.7.5-64/scan_perform/mod.cpp:3537)()
  40.  
  41. IndexError: index out of bounds
  42. Apply node that caused the error: Subtensor{int64}(ARange.0, ScalarFromTensor.0)
  43. Inputs types: [TensorType(int64, vector), Scalar(int64)]
  44.  
  45. Backtrace when the node is created:
  46. File "../lib/sym_blk_tridiag_inv.py", line 80, in compute_D
  47. - T.dot(zBB[iib[idx]],T.transpose(S[-idx-1]))),
  48.  
  49. Debugprint of the apply node:
  50. Subtensor{int64} [@A] <TensorType(int64, scalar)> ''
  51. |ARange [@B] <TensorType(int64, vector)> ''
  52. | |TensorConstant{0} [@C] <TensorType(int8, scalar)>
  53. | |Elemwise{sub,no_inplace} [@D] <TensorType(int64, scalar)> ''
  54. | | |Subtensor{int64} [@E] <TensorType(int64, scalar)> ''
  55. | | | |Shape [@F] <TensorType(int64, vector)> ''
  56. | | | | |<TensorType(float64, 3D)> [@G] <TensorType(float64, 3D)>
  57. | | | |Constant{0} [@H] <int64>
  58. | | |TensorConstant{1} [@I] <TensorType(int8, scalar)>
  59. | |TensorConstant{1} [@I] <TensorType(int8, scalar)>
  60. |ScalarFromTensor [@J] <int64> ''
  61. |<TensorType(int64, scalar)> [@K] <TensorType(int64, scalar)>
  62.  
  63. HINT: Use another linker then the c linker to have the inputs shapes and strides printed.
  64. Apply node that caused the error: for{cpu,grad_of_scan_fn}(Elemwise{sub,no_inplace}.0, Subtensor{:int64:}.0, Subtensor{:int64:}.0, Subtensor{:int64:}.0, Subtensor{::int64}.0, Alloc.0, Alloc.0, Alloc.0, Subtensor{int64}.0, Subtensor{int64::}.0, Elemwise{add,no_inplace}.0, Elemwise{neg,no_inplace}.0)
  65. Inputs types: [TensorType(int64, scalar), TensorType(int64, vector), TensorType(float64, 3D), TensorType(float64, 3D), TensorType(float64, 3D), TensorType(float64, 4D), TensorType(float64, 4D), TensorType(float64, 4D), TensorType(int64, scalar), TensorType(float64, 3D), TensorType(float64, 3D), TensorType(float64, 3D)]
  66. Inputs shapes: [(), (10,), (10, 3, 3), (10, 3, 3), (11, 3, 3), (11, 9, 3, 3), (11, 10, 3, 3), (11, 9, 3, 3), (), (9, 3, 3), (10, 3, 3), (9, 3, 3)]
  67. Inputs strides: [(), (-8,), (-72, 24, 8), (-72, 24, 8), (-72, 24, 8), (648, 72, 24, 8), (720, 72, 24, 8), (648, 72, 24, 8), (), (72, 24, 8), (72, 24, 8), (72, 24, 8)]
  68. Inputs values: [array(10), 'not shown', 'not shown', 'not shown', 'not shown', 'not shown', 'not shown', 'not shown', array(10), 'not shown', 'not shown', 'not shown']
  69.  
  70. Backtrace when the node is created:
  71. File "/usr/lib/python2.7/site-packages/theano/gradient.py", line 1089, in access_term_cache
  72. input_grads = node.op.grad(inputs, new_output_grads)
  73.  
  74. Debugprint of the apply node:
  75. for{cpu,grad_of_scan_fn}.0 [@A] <TensorType(float64, 3D)> ''
  76. |Elemwise{sub,no_inplace} [@B] <TensorType(int64, scalar)> ''
  77. | |Subtensor{int64} [@C] <TensorType(int64, scalar)> ''
  78. | | |Shape [@D] <TensorType(int64, vector)> ''
  79. | | | |for{cpu,scan_fn} [@E] <TensorType(float64, 3D)> ''
  80. | | | |Subtensor{int64} [@F] <TensorType(int64, scalar)> ''
  81. | | | | |Shape [@G] <TensorType(int64, vector)> ''
  82. | | | | | |Subtensor{int64::} [@H] <TensorType(int64, vector)> ''
  83. | | | | | |ARange [@I] <TensorType(int64, vector)> ''
  84. | | | | | | |TensorConstant{0} [@J] <TensorType(int8, scalar)>
  85. | | | | | | |Subtensor{int64} [@K] <TensorType(int64, scalar)> ''
  86. | | | | | | | |Shape [@L] <TensorType(int64, vector)> ''
  87. | | | | | | | | |Elemwise{add,no_inplace} [@M] <TensorType(float64, 3D)> ''
  88. | | | | | | | | |for{cpu,scan_fn} [@N] <TensorType(float64, 3D)> ''
  89. | | | | | | | | | |Elemwise{minimum,no_inplace} [@O] <TensorType(int64, scalar)> ''
  90. | | | | | | | | | | |Subtensor{int64} [@P] <TensorType(int64, scalar)> ''
  91. | | | | | | | | | | | |Shape [@Q] <TensorType(int64, vector)> ''
  92. | | | | | | | | | | | | |Subtensor{int64::} [@R] <TensorType(float64, 3D)> ''
  93. | | | | | | | | | | | | |Reshape{3} [@S] <TensorType(float64, 3D)> ''
  94. | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@T] <TensorType(float64, matrix)> ''
  95. | | | | | | | | | | | | | | |dot [@U] <TensorType(float64, matrix)> ''
  96. | | | | | | | | | | | | | | | |batch_y [@V] <TensorType(float64, matrix)>
  97. | | | | | | | | | | | | | | | |W [@W] <TensorType(float64, matrix)>
  98. | | | | | | | | | | | | | | |DimShuffle{x,0} [@X] <TensorType(float64, row)> ''
  99. | | | | | | | | | | | | | | |b [@Y] <TensorType(float64, vector)>
  100. | | | | | | | | | | | | | |MakeVector [@Z] <TensorType(int64, vector)> ''
  101. | | | | | | | | | | | | | |Subtensor{int64} [@BA] <TensorType(int64, scalar)> ''
  102. | | | | | | | | | | | | | | |Shape [@BB] <TensorType(int64, vector)> ''
  103. | | | | | | | | | | | | | | | |batch_y [@V] <TensorType(float64, matrix)>
  104. | | | | | | | | | | | | | | |Constant{0} [@BC] <int64>
  105. | | | | | | | | | | | | | |Elemwise{Cast{int64}} [@BD] <TensorType(int64, scalar)> ''
  106. | | | | | | | | | | | | | | |TensorConstant{3} [@BE] <TensorType(int8, scalar)>
  107. | | | | | | | | | | | | | |Elemwise{Cast{int64}} [@BF] <TensorType(int64, scalar)> ''
  108. | | | | | | | | | | | | | |TensorConstant{3} [@BE] <TensorType(int8, scalar)>
  109. | | | | | | | | | | | | |Constant{0} [@BG] <int64>
  110. | | | | | | | | | | | |Constant{0} [@BH] <int64>
  111. | | | | | | | | | | |Subtensor{int64} [@BI] <TensorType(int64, scalar)> ''
  112. | | | | | | | | | | |Shape [@BJ] <TensorType(int64, vector)> ''
  113. | | | | | | | | | | | |Subtensor{int64::} [@BK] <TensorType(float64, 3D)> ''
  114. | | | | | | | | | | | |DimShuffle{0,2,1} [@BL] <TensorType(float64, 3D)> ''
  115. | | | | | | | | | | | | |Reshape{3} [@S] <TensorType(float64, 3D)> ''
  116. | | | | | | | | | | | |Constant{0} [@BM] <int64>
  117. | | | | | | | | | | |Constant{0} [@BN] <int64>
  118. | | | | | | | | | |Subtensor{:int64:} [@BO] <TensorType(float64, 3D)> ''
  119. | | | | | | | | | | |Subtensor{int64::} [@R] <TensorType(float64, 3D)> ''
  120. | | | | | | | | | | |ScalarFromTensor [@BP] <int64> ''
  121. | | | | | | | | | | |Elemwise{minimum,no_inplace} [@O] <TensorType(int64, scalar)> ''
  122. | | | | | | | | | |Subtensor{:int64:} [@BQ] <TensorType(float64, 3D)> ''
  123. | | | | | | | | | | |Subtensor{int64::} [@BK] <TensorType(float64, 3D)> ''
  124. | | | | | | | | | | |ScalarFromTensor [@BR] <int64> ''
  125. | | | | | | | | | | |Elemwise{minimum,no_inplace} [@O] <TensorType(int64, scalar)> ''
  126. | | | | | | | | | |Elemwise{minimum,no_inplace} [@O] <TensorType(int64, scalar)> ''
  127. | | | | | | | | |Join [@BS] <TensorType(float64, 3D)> ''
  128. | | | | | | | | |TensorConstant{0} [@J] <TensorType(int8, scalar)>
  129. | | | | | | | | |DimShuffle{x,0,1} [@BT] <TensorType(float64, (True, False, False))> ''
  130. | | | | | | | | | |Elemwise{add,no_inplace} [@BU] <TensorType(float64, matrix)> ''
  131. | | | | | | | | | |dot [@BV] <TensorType(float64, matrix)> ''
  132. | | | | | | | | | | |Q0invChol [@BW] <TensorType(float64, matrix)>
  133. | | | | | | | | | | |DimShuffle{1,0} [@BX] <TensorType(float64, matrix)> 'Q0invChol.T'
  134. | | | | | | | | | |dot [@BY] <TensorType(float64, matrix)> ''
  135. | | | | | | | | | |dot [@BZ] <TensorType(float64, matrix)> ''
  136. | | | | | | | | | | |DimShuffle{1,0} [@CA] <TensorType(float64, matrix)> 'A.T'
  137. | | | | | | | | | | |dot [@CB] <TensorType(float64, matrix)> ''
  138. | | | | | | | | | | |QinvChol [@CC] <TensorType(float64, matrix)>
  139. | | | | | | | | | | |DimShuffle{1,0} [@CD] <TensorType(float64, matrix)> 'QinvChol.T'
  140. | | | | | | | | | |A [@CE] <TensorType(float64, matrix)>
  141. | | | | | | | | |Reshape{3} [@CF] <TensorType(float64, 3D)> ''
  142. | | | | | | | | | |DimShuffle{0,2,1,3,4} [@CG] <TensorType(float64, (False, True, True, False, False))> ''
  143. | | | | | | | | | | |Reshape{5} [@CH] <TensorType(float64, (False, True, True, False, False))> ''
  144. | | | | | | | | | | |dot [@CI] <TensorType(float64, matrix)> ''
  145. | | | | | | | | | | | |DimShuffle{0,x} [@CJ] <TensorType(float64, col)> ''
  146. | | | | | | | | | | | | |Flatten{1} [@CK] <TensorType(float64, vector)> ''
  147. | | | | | | | | | | | | |Alloc [@CL] <TensorType(float64, (False, True, True))> ''
  148. | | | | | | | | | | | | |TensorConstant{1.0} [@CM] <TensorType(float64, scalar)>
  149. | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@CN] <TensorType(int64, scalar)> ''
  150. | | | | | | | | | | | | | |Subtensor{int64} [@CO] <TensorType(int64, scalar)> ''
  151. | | | | | | | | | | | | | | |Shape [@CP] <TensorType(int64, vector)> ''
  152. | | | | | | | | | | | | | | | |batch_y [@V] <TensorType(float64, matrix)>
  153. | | | | | | | | | | | | | | |Constant{0} [@CQ] <int64>
  154. | | | | | | | | | | | | | |TensorConstant{2} [@CR] <TensorType(int8, scalar)>
  155. | | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  156. | | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  157. | | | | | | | | | | | |DimShuffle{x,0} [@CT] <TensorType(float64, row)> ''
  158. | | | | | | | | | | | |Flatten{1} [@CU] <TensorType(float64, vector)> ''
  159. | | | | | | | | | | | |Elemwise{add,no_inplace} [@CV] <TensorType(float64, matrix)> ''
  160. | | | | | | | | | | | |dot [@BY] <TensorType(float64, matrix)> ''
  161. | | | | | | | | | | | |dot [@CB] <TensorType(float64, matrix)> ''
  162. | | | | | | | | | | |Join [@CW] <TensorType(int64, vector)> ''
  163. | | | | | | | | | | |TensorConstant{0} [@J] <TensorType(int8, scalar)>
  164. | | | | | | | | | | |Shape [@CX] <TensorType(int64, vector)> ''
  165. | | | | | | | | | | | |Alloc [@CL] <TensorType(float64, (False, True, True))> ''
  166. | | | | | | | | | | |Shape [@CY] <TensorType(int64, vector)> ''
  167. | | | | | | | | | | |Elemwise{add,no_inplace} [@CV] <TensorType(float64, matrix)> ''
  168. | | | | | | | | | |MakeVector [@CZ] <TensorType(int64, vector)> ''
  169. | | | | | | | | | |Elemwise{mul,no_inplace} [@DA] <TensorType(int64, scalar)> ''
  170. | | | | | | | | | | |Subtensor{int64} [@DB] <TensorType(int64, scalar)> ''
  171. | | | | | | | | | | | |Shape [@DC] <TensorType(int64, vector)> ''
  172. | | | | | | | | | | | | |Reshape{5} [@CH] <TensorType(float64, (False, True, True, False, False))> ''
  173. | | | | | | | | | | | |Constant{0} [@DD] <int64>
  174. | | | | | | | | | | |Subtensor{int64} [@DE] <TensorType(int64, scalar)> ''
  175. | | | | | | | | | | |Shape [@DF] <TensorType(int64, vector)> ''
  176. | | | | | | | | | | | |Reshape{5} [@CH] <TensorType(float64, (False, True, True, False, False))> ''
  177. | | | | | | | | | | |Constant{2} [@DG] <int64>
  178. | | | | | | | | | |Elemwise{mul,no_inplace} [@DH] <TensorType(int64, scalar)> ''
  179. | | | | | | | | | | |Subtensor{int64} [@DI] <TensorType(int64, scalar)> ''
  180. | | | | | | | | | | | |Shape [@DJ] <TensorType(int64, vector)> ''
  181. | | | | | | | | | | | | |Reshape{5} [@CH] <TensorType(float64, (False, True, True, False, False))> ''
  182. | | | | | | | | | | | |Constant{1} [@DK] <int64>
  183. | | | | | | | | | | |Subtensor{int64} [@DL] <TensorType(int64, scalar)> ''
  184. | | | | | | | | | | |Shape [@DM] <TensorType(int64, vector)> ''
  185. | | | | | | | | | | | |Reshape{5} [@CH] <TensorType(float64, (False, True, True, False, False))> ''
  186. | | | | | | | | | | |Constant{3} [@DN] <int64>
  187. | | | | | | | | | |Subtensor{int64} [@DO] <TensorType(int64, scalar)> ''
  188. | | | | | | | | | |Shape [@DP] <TensorType(int64, vector)> ''
  189. | | | | | | | | | | |Reshape{5} [@CH] <TensorType(float64, (False, True, True, False, False))> ''
  190. | | | | | | | | | |Constant{4} [@DQ] <int64>
  191. | | | | | | | | |DimShuffle{x,0,1} [@DR] <TensorType(float64, (True, False, False))> ''
  192. | | | | | | | | |dot [@CB] <TensorType(float64, matrix)> ''
  193. | | | | | | | |Constant{0} [@DS] <int64>
  194. | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  195. | | | | | |Constant{0} [@DT] <int64>
  196. | | | | |Constant{0} [@DU] <int64>
  197. | | | |Subtensor{:int64:} [@DV] <TensorType(int64, vector)> ''
  198. | | | | |Subtensor{int64::} [@H] <TensorType(int64, vector)> ''
  199. | | | | |ScalarFromTensor [@DW] <int64> ''
  200. | | | | |Subtensor{int64} [@F] <TensorType(int64, scalar)> ''
  201. | | | |IncSubtensor{Set;:int64:} [@DX] <TensorType(float64, 3D)> ''
  202. | | | | |Alloc [@DY] <TensorType(float64, 3D)> ''
  203. | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  204. | | | | | |Elemwise{add,no_inplace} [@EA] <TensorType(int64, scalar)> ''
  205. | | | | | | |Subtensor{int64} [@F] <TensorType(int64, scalar)> ''
  206. | | | | | | |Subtensor{int64} [@EB] <TensorType(int64, scalar)> ''
  207. | | | | | | |Shape [@EC] <TensorType(int64, vector)> ''
  208. | | | | | | | |Rebroadcast{0} [@ED] <TensorType(float64, 3D)> ''
  209. | | | | | | | |DimShuffle{x,0,1} [@EE] <TensorType(float64, (True, False, False))> ''
  210. | | | | | | | |Alloc [@EF] <TensorType(float64, matrix)> ''
  211. | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  212. | | | | | | | |Subtensor{int64} [@EG] <TensorType(int64, scalar)> ''
  213. | | | | | | | | |Shape [@EH] <TensorType(int64, vector)> ''
  214. | | | | | | | | | |Elemwise{add,no_inplace} [@M] <TensorType(float64, 3D)> ''
  215. | | | | | | | | |Constant{1} [@EI] <int64>
  216. | | | | | | | |Subtensor{int64} [@EG] <TensorType(int64, scalar)> ''
  217. | | | | | | |Constant{0} [@EJ] <int64>
  218. | | | | | |Subtensor{int64} [@EK] <TensorType(int64, scalar)> ''
  219. | | | | | | |Shape [@EL] <TensorType(int64, vector)> ''
  220. | | | | | | | |Rebroadcast{0} [@ED] <TensorType(float64, 3D)> ''
  221. | | | | | | |Constant{1} [@EM] <int64>
  222. | | | | | |Subtensor{int64} [@EN] <TensorType(int64, scalar)> ''
  223. | | | | | |Shape [@EO] <TensorType(int64, vector)> ''
  224. | | | | | | |Rebroadcast{0} [@ED] <TensorType(float64, 3D)> ''
  225. | | | | | |Constant{2} [@EP] <int64>
  226. | | | | |Rebroadcast{0} [@ED] <TensorType(float64, 3D)> ''
  227. | | | | |ScalarFromTensor [@EQ] <int64> ''
  228. | | | | |Subtensor{int64} [@EB] <TensorType(int64, scalar)> ''
  229. | | | |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  230. | | | | |for{cpu,scan_fn} [@ES] <TensorType(float64, 3D)> ''
  231. | | | | | |Subtensor{int64} [@ET] <TensorType(int64, scalar)> ''
  232. | | | | | | |Shape [@EU] <TensorType(int64, vector)> ''
  233. | | | | | | | |Subtensor{int64::} [@EV] <TensorType(int64, vector)> ''
  234. | | | | | | | |ARange [@EW] <TensorType(int64, vector)> ''
  235. | | | | | | | | |Elemwise{sub,no_inplace} [@EX] <TensorType(int64, scalar)> ''
  236. | | | | | | | | | |Subtensor{int64} [@K] <TensorType(int64, scalar)> ''
  237. | | | | | | | | | |TensorConstant{2} [@CR] <TensorType(int8, scalar)>
  238. | | | | | | | | |TensorConstant{-1} [@EY] <TensorType(int8, scalar)>
  239. | | | | | | | | |TensorConstant{-1} [@EY] <TensorType(int8, scalar)>
  240. | | | | | | | |Constant{0} [@EZ] <int64>
  241. | | | | | | |Constant{0} [@FA] <int64>
  242. | | | | | |Subtensor{:int64:} [@FB] <TensorType(int64, vector)> ''
  243. | | | | | | |Subtensor{int64::} [@EV] <TensorType(int64, vector)> ''
  244. | | | | | | |ScalarFromTensor [@FC] <int64> ''
  245. | | | | | | |Subtensor{int64} [@ET] <TensorType(int64, scalar)> ''
  246. | | | | | |IncSubtensor{Set;:int64:} [@FD] <TensorType(float64, 3D)> ''
  247. | | | | | | |Alloc [@FE] <TensorType(float64, 3D)> ''
  248. | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  249. | | | | | | | |Elemwise{add,no_inplace} [@FF] <TensorType(int64, scalar)> ''
  250. | | | | | | | | |Subtensor{int64} [@ET] <TensorType(int64, scalar)> ''
  251. | | | | | | | | |Subtensor{int64} [@FG] <TensorType(int64, scalar)> ''
  252. | | | | | | | | |Shape [@FH] <TensorType(int64, vector)> ''
  253. | | | | | | | | | |Rebroadcast{0} [@FI] <TensorType(float64, 3D)> ''
  254. | | | | | | | | | |DimShuffle{x,0,1} [@FJ] <TensorType(float64, (True, False, False))> ''
  255. | | | | | | | | | |Alloc [@FK] <TensorType(float64, matrix)> ''
  256. | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  257. | | | | | | | | | |Subtensor{int64} [@EG] <TensorType(int64, scalar)> ''
  258. | | | | | | | | | |Subtensor{int64} [@EG] <TensorType(int64, scalar)> ''
  259. | | | | | | | | |Constant{0} [@FL] <int64>
  260. | | | | | | | |Subtensor{int64} [@FM] <TensorType(int64, scalar)> ''
  261. | | | | | | | | |Shape [@FN] <TensorType(int64, vector)> ''
  262. | | | | | | | | | |Rebroadcast{0} [@FI] <TensorType(float64, 3D)> ''
  263. | | | | | | | | |Constant{1} [@FO] <int64>
  264. | | | | | | | |Subtensor{int64} [@FP] <TensorType(int64, scalar)> ''
  265. | | | | | | | |Shape [@FQ] <TensorType(int64, vector)> ''
  266. | | | | | | | | |Rebroadcast{0} [@FI] <TensorType(float64, 3D)> ''
  267. | | | | | | | |Constant{2} [@FR] <int64>
  268. | | | | | | |Rebroadcast{0} [@FI] <TensorType(float64, 3D)> ''
  269. | | | | | | |ScalarFromTensor [@FS] <int64> ''
  270. | | | | | | |Subtensor{int64} [@FG] <TensorType(int64, scalar)> ''
  271. | | | | | |Elemwise{add,no_inplace} [@M] <TensorType(float64, 3D)> ''
  272. | | | | | |Elemwise{neg,no_inplace} [@FT] <TensorType(float64, 3D)> ''
  273. | | | | | |Reshape{3} [@FU] <TensorType(float64, 3D)> ''
  274. | | | | | |DimShuffle{0,2,1,3,4} [@FV] <TensorType(float64, (False, True, True, False, False))> ''
  275. | | | | | | |Reshape{5} [@FW] <TensorType(float64, (False, True, True, False, False))> ''
  276. | | | | | | |dot [@FX] <TensorType(float64, matrix)> ''
  277. | | | | | | | |DimShuffle{0,x} [@FY] <TensorType(float64, col)> ''
  278. | | | | | | | | |Flatten{1} [@FZ] <TensorType(float64, vector)> ''
  279. | | | | | | | | |Alloc [@GA] <TensorType(float64, (False, True, True))> ''
  280. | | | | | | | | |TensorConstant{1.0} [@CM] <TensorType(float64, scalar)>
  281. | | | | | | | | |Elemwise{sub,no_inplace} [@GB] <TensorType(int64, scalar)> ''
  282. | | | | | | | | | |Subtensor{int64} [@GC] <TensorType(int64, scalar)> ''
  283. | | | | | | | | | | |Shape [@GD] <TensorType(int64, vector)> ''
  284. | | | | | | | | | | | |batch_y [@V] <TensorType(float64, matrix)>
  285. | | | | | | | | | | |Constant{0} [@GE] <int64>
  286. | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  287. | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  288. | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  289. | | | | | | | |DimShuffle{x,0} [@GF] <TensorType(float64, row)> ''
  290. | | | | | | | |Flatten{1} [@GG] <TensorType(float64, vector)> ''
  291. | | | | | | | |Elemwise{neg,no_inplace} [@GH] <TensorType(float64, matrix)> ''
  292. | | | | | | | |dot [@GI] <TensorType(float64, matrix)> ''
  293. | | | | | | | |DimShuffle{1,0} [@GJ] <TensorType(float64, matrix)> 'A.T'
  294. | | | | | | | |dot [@CB] <TensorType(float64, matrix)> ''
  295. | | | | | | |Join [@GK] <TensorType(int64, vector)> ''
  296. | | | | | | |TensorConstant{0} [@J] <TensorType(int8, scalar)>
  297. | | | | | | |Shape [@GL] <TensorType(int64, vector)> ''
  298. | | | | | | | |Alloc [@GA] <TensorType(float64, (False, True, True))> ''
  299. | | | | | | |Shape [@GM] <TensorType(int64, vector)> ''
  300. | | | | | | |Elemwise{neg,no_inplace} [@GH] <TensorType(float64, matrix)> ''
  301. | | | | | |MakeVector [@GN] <TensorType(int64, vector)> ''
  302. | | | | | |Elemwise{mul,no_inplace} [@GO] <TensorType(int64, scalar)> ''
  303. | | | | | | |Subtensor{int64} [@GP] <TensorType(int64, scalar)> ''
  304. | | | | | | | |Shape [@GQ] <TensorType(int64, vector)> ''
  305. | | | | | | | | |Reshape{5} [@FW] <TensorType(float64, (False, True, True, False, False))> ''
  306. | | | | | | | |Constant{0} [@GR] <int64>
  307. | | | | | | |Subtensor{int64} [@GS] <TensorType(int64, scalar)> ''
  308. | | | | | | |Shape [@GT] <TensorType(int64, vector)> ''
  309. | | | | | | | |Reshape{5} [@FW] <TensorType(float64, (False, True, True, False, False))> ''
  310. | | | | | | |Constant{2} [@GU] <int64>
  311. | | | | | |Elemwise{mul,no_inplace} [@GV] <TensorType(int64, scalar)> ''
  312. | | | | | | |Subtensor{int64} [@GW] <TensorType(int64, scalar)> ''
  313. | | | | | | | |Shape [@GX] <TensorType(int64, vector)> ''
  314. | | | | | | | | |Reshape{5} [@FW] <TensorType(float64, (False, True, True, False, False))> ''
  315. | | | | | | | |Constant{1} [@GY] <int64>
  316. | | | | | | |Subtensor{int64} [@GZ] <TensorType(int64, scalar)> ''
  317. | | | | | | |Shape [@HA] <TensorType(int64, vector)> ''
  318. | | | | | | | |Reshape{5} [@FW] <TensorType(float64, (False, True, True, False, False))> ''
  319. | | | | | | |Constant{3} [@HB] <int64>
  320. | | | | | |Subtensor{int64} [@HC] <TensorType(int64, scalar)> ''
  321. | | | | | |Shape [@HD] <TensorType(int64, vector)> ''
  322. | | | | | | |Reshape{5} [@FW] <TensorType(float64, (False, True, True, False, False))> ''
  323. | | | | | |Constant{4} [@HE] <int64>
  324. | | | | |Constant{1} [@HF] <int64>
  325. | | | |Elemwise{add,no_inplace} [@M] <TensorType(float64, 3D)> ''
  326. | | | |Elemwise{neg,no_inplace} [@FT] <TensorType(float64, 3D)> ''
  327. | | |Constant{0} [@HG] <int64>
  328. | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  329. |Subtensor{:int64:} [@HH] <TensorType(int64, vector)> ''
  330. | |Subtensor{::int64} [@HI] <TensorType(int64, vector)> ''
  331. | | |Subtensor{:int64:} [@DV] <TensorType(int64, vector)> ''
  332. | | |Constant{-1} [@HJ] <int64>
  333. | |ScalarFromTensor [@HK] <int64> ''
  334. | |Elemwise{sub,no_inplace} [@B] <TensorType(int64, scalar)> ''
  335. |Subtensor{:int64:} [@HL] <TensorType(float64, 3D)> ''
  336. | |Subtensor{::int64} [@HM] <TensorType(float64, 3D)> ''
  337. | | |Subtensor{:int64:} [@HN] <TensorType(float64, 3D)> ''
  338. | | | |for{cpu,scan_fn} [@E] <TensorType(float64, 3D)> ''
  339. | | | |Constant{-1} [@HO] <int64>
  340. | | |Constant{-1} [@HP] <int64>
  341. | |ScalarFromTensor [@HQ] <int64> ''
  342. | |Elemwise{sub,no_inplace} [@B] <TensorType(int64, scalar)> ''
  343. |Subtensor{:int64:} [@HR] <TensorType(float64, 3D)> ''
  344. | |Subtensor{:int64:} [@HS] <TensorType(float64, 3D)> ''
  345. | | |Subtensor{::int64} [@HT] <TensorType(float64, 3D)> ''
  346. | | | |for{cpu,scan_fn} [@E] <TensorType(float64, 3D)> ''
  347. | | | |Constant{-1} [@HU] <int64>
  348. | | |Constant{-1} [@HV] <int64>
  349. | |ScalarFromTensor [@HW] <int64> ''
  350. | |Elemwise{sub,no_inplace} [@B] <TensorType(int64, scalar)> ''
  351. |Subtensor{::int64} [@HX] <TensorType(float64, 3D)> ''
  352. | |IncSubtensor{Inc;int64::} [@HY] <TensorType(float64, 3D)> ''
  353. | | |Elemwise{second,no_inplace} [@HZ] <TensorType(float64, 3D)> ''
  354. | | | |for{cpu,scan_fn} [@IA] <TensorType(float64, 3D)> ''
  355. | | | | |Subtensor{int64} [@F] <TensorType(int64, scalar)> ''
  356. | | | | |Subtensor{:int64:} [@DV] <TensorType(int64, vector)> ''
  357. | | | | |IncSubtensor{Set;:int64:} [@DX] <TensorType(float64, 3D)> ''
  358. | | | | |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  359. | | | | |Elemwise{add,no_inplace} [@M] <TensorType(float64, 3D)> ''
  360. | | | | |Elemwise{neg,no_inplace} [@FT] <TensorType(float64, 3D)> ''
  361. | | | |DimShuffle{x,x,x} [@IB] <TensorType(float64, (True, True, True))> ''
  362. | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  363. | | |Elemwise{add,no_inplace} [@IC] <TensorType(float64, 3D)> ''
  364. | | | |Elemwise{add,no_inplace} [@ID] <TensorType(float64, 3D)> ''
  365. | | | | |Elemwise{add,no_inplace} [@IE] <TensorType(float64, 3D)> ''
  366. | | | | | |Elemwise{add,no_inplace} [@IF] <TensorType(float64, 3D)> ''
  367. | | | | | | |Elemwise{add,no_inplace} [@IG] <TensorType(float64, 3D)> ''
  368. | | | | | | | |IncSubtensor{Inc;int64} [@IH] <TensorType(float64, 3D)> ''
  369. | | | | | | | | |Elemwise{second,no_inplace} [@II] <TensorType(float64, 3D)> ''
  370. | | | | | | | | | |Subtensor{int64::} [@IJ] <TensorType(float64, 3D)> ''
  371. | | | | | | | | | | |for{cpu,scan_fn} [@IA] <TensorType(float64, 3D)> ''
  372. | | | | | | | | | | |Constant{1} [@IK] <int64>
  373. | | | | | | | | | |DimShuffle{x,x,x} [@IL] <TensorType(float64, (True, True, True))> ''
  374. | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  375. | | | | | | | | |CholeskyGrad{lower=True, destructive=False} [@IM] <TensorType(float64, matrix)> ''
  376. | | | | | | | | | |Subtensor{int64} [@IN] <TensorType(float64, matrix)> ''
  377. | | | | | | | | | | |Subtensor{int64::} [@IJ] <TensorType(float64, 3D)> ''
  378. | | | | | | | | | | |Constant{0} [@IO] <int64>
  379. | | | | | | | | | |Cholesky{lower=True, destructive=False} [@IP] <TensorType(float64, matrix)> ''
  380. | | | | | | | | | | |Subtensor{int64} [@IN] <TensorType(float64, matrix)> ''
  381. | | | | | | | | | |DimShuffle{1,0} [@IQ] <TensorType(float64, matrix)> ''
  382. | | | | | | | | | |Elemwise{identity} [@IR] <TensorType(float64, matrix)> ''
  383. | | | | | | | | | |dot [@IS] <TensorType(float64, matrix)> ''
  384. | | | | | | | | | |DimShuffle{0,x} [@IT] <TensorType(float64, col)> ''
  385. | | | | | | | | | | |DimShuffle{0} [@IU] <TensorType(float64, vector)> ''
  386. | | | | | | | | | | |RandomFunction{normal}.1 [@IV] <TensorType(float64, vector)> ''
  387. | | | | | | | | | | |<RandomStateType> [@IW] <RandomStateType>
  388. | | | | | | | | | | |Elemwise{Cast{int32}} [@IX] <TensorType(int32, vector)> ''
  389. | | | | | | | | | | | |MakeVector [@IY] <TensorType(int8, vector)> ''
  390. | | | | | | | | | | | |TensorConstant{3} [@BE] <TensorType(int8, scalar)>
  391. | | | | | | | | | | |TensorConstant{0.0} [@IZ] <TensorType(float32, scalar)>
  392. | | | | | | | | | | |TensorConstant{1.0} [@JA] <TensorType(float32, scalar)>
  393. | | | | | | | | | |DimShuffle{x,0} [@JB] <TensorType(float64, row)> ''
  394. | | | | | | | | | |Elemwise{add,no_inplace} [@JC] <TensorType(float64, vector)> ''
  395. | | | | | | | | | |DimShuffle{1} [@JD] <TensorType(float64, vector)> ''
  396. | | | | | | | | | | |Elemwise{identity} [@JE] <TensorType(float64, row)> ''
  397. | | | | | | | | | | |Rebroadcast{1} [@JF] <TensorType(float64, row)> ''
  398. | | | | | | | | | | |Split{2}.0 [@JG] <TensorType(float64, matrix)> ''
  399. | | | | | | | | | | |dot [@JH] <TensorType(float64, matrix)> ''
  400. | | | | | | | | | | | |Elemwise{neg} [@JI] <TensorType(float64, matrix)> ''
  401. | | | | | | | | | | | | |Elemwise{add,no_inplace} [@JJ] <TensorType(float64, matrix)> ''
  402. | | | | | | | | | | | | |DimShuffle{1,0} [@JK] <TensorType(float64, matrix)> ''
  403. | | | | | | | | | | | | | |Elemwise{identity} [@JL] <TensorType(float64, matrix)> ''
  404. | | | | | | | | | | | | | |dot [@JM] <TensorType(float64, matrix)> ''
  405. | | | | | | | | | | | | | |Elemwise{mul} [@JN] <TensorType(float64, matrix)> ''
  406. | | | | | | | | | | | | | | |Elemwise{mul} [@JO] <TensorType(float64, matrix)> ''
  407. | | | | | | | | | | | | | | | |Elemwise{second} [@JP] <TensorType(float64, matrix)> ''
  408. | | | | | | | | | | | | | | | | |Elemwise{mul,no_inplace} [@JQ] <TensorType(float64, matrix)> ''
  409. | | | | | | | | | | | | | | | | | |Elemwise{mul,no_inplace} [@JR] <TensorType(float64, matrix)> ''
  410. | | | | | | | | | | | | | | | | | | |DimShuffle{x,x} [@JS] <TensorType(float32, (True, True))> ''
  411. | | | | | | | | | | | | | | | | | | | |TensorConstant{0.5} [@JT] <TensorType(float32, scalar)>
  412. | | | | | | | | | | | | | | | | | | |dot [@JU] <TensorType(float64, matrix)> ''
  413. | | | | | | | | | | | | | | | | | | |DimShuffle{1,0} [@JV] <TensorType(float64, matrix)> ''
  414. | | | | | | | | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@JW] <TensorType(float64, matrix)> ''
  415. | | | | | | | | | | | | | | | | | | | |batch_y [@V] <TensorType(float64, matrix)>
  416. | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@JX] <TensorType(float64, matrix)> ''
  417. | | | | | | | | | | | | | | | | | | | |dot [@JY] <TensorType(float64, matrix)> ''
  418. | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@JZ] <TensorType(float64, matrix)> ''
  419. | | | | | | | | | | | | | | | | | | | | | |Join [@KA] <TensorType(float64, matrix)> ''
  420. | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0} [@J] <TensorType(int8, scalar)>
  421. | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{x,0} [@KB] <TensorType(float64, row)> ''
  422. | | | | | | | | | | | | | | | | | | | | | | | |dot [@KC] <TensorType(float64, vector)> ''
  423. | | | | | | | | | | | | | | | | | | | | | | | |RandomFunction{normal}.1 [@IV] <TensorType(float64, vector)> ''
  424. | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{1,0} [@KD] <TensorType(float64, matrix)> ''
  425. | | | | | | | | | | | | | | | | | | | | | | | |Cholesky{lower=True, destructive=False} [@KE] <TensorType(float64, matrix)> ''
  426. | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@IN] <TensorType(float64, matrix)> ''
  427. | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@KF] <TensorType(float64, matrix)> ''
  428. | | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@KG] <TensorType(float64, matrix)> ''
  429. | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@KH] <TensorType(int64, scalar)> ''
  430. | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@KI] <TensorType(int64, scalar)> ''
  431. | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@KJ] <TensorType(int64, vector)> ''
  432. | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@KK] <TensorType(float64, 3D)> ''
  433. | | | | | | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@KL] <TensorType(float64, 3D)> ''
  434. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@KM] <TensorType(int64, scalar)> ''
  435. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@KN] <TensorType(int64, scalar)> ''
  436. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@KO] <TensorType(int64, scalar)> ''
  437. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@KP] <TensorType(int64, vector)> ''
  438. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@KQ] <TensorType(float64, 3D)> ''
  439. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@KR] <TensorType(float64, 3D)> ''
  440. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@IJ] <TensorType(float64, 3D)> ''
  441. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{-1} [@KS] <int64>
  442. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@KT] <int64>
  443. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@KU] <int64>
  444. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@KV] <TensorType(int64, scalar)> ''
  445. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@KW] <TensorType(int64, vector)> ''
  446. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@KX] <TensorType(float64, 3D)> ''
  447. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@KY] <TensorType(float64, 3D)> ''
  448. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@IJ] <TensorType(float64, 3D)> ''
  449. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@KZ] <int64>
  450. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@LA] <int64>
  451. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@LB] <int64>
  452. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@LC] <TensorType(int64, scalar)> ''
  453. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@LD] <TensorType(int64, vector)> ''
  454. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@LE] <TensorType(float64, 3D)> ''
  455. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@LF] <TensorType(float64, 3D)> ''
  456. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@LG] <TensorType(int64, scalar)> ''
  457. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@LH] <TensorType(int64, vector)> ''
  458. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@LI] <TensorType(int64, vector)> ''
  459. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ARange [@LJ] <TensorType(int64, vector)> ''
  460. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0} [@J] <TensorType(int8, scalar)>
  461. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@LK] <TensorType(int64, scalar)> ''
  462. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@K] <TensorType(int64, scalar)> ''
  463. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  464. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  465. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@LL] <int64>
  466. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@LM] <int64>
  467. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@LN] <TensorType(int64, vector)> ''
  468. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@LI] <TensorType(int64, vector)> ''
  469. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@LO] <int64> ''
  470. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@LG] <TensorType(int64, scalar)> ''
  471. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@LG] <TensorType(int64, scalar)> ''
  472. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  473. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@IJ] <TensorType(float64, 3D)> ''
  474. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@M] <TensorType(float64, 3D)> ''
  475. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{neg,no_inplace} [@FT] <TensorType(float64, 3D)> ''
  476. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@LP] <int64>
  477. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@LQ] <int64>
  478. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@LR] <TensorType(float64, 3D)> ''
  479. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@KQ] <TensorType(float64, 3D)> ''
  480. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@LS] <int64> ''
  481. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@KM] <TensorType(int64, scalar)> ''
  482. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@LT] <TensorType(float64, 3D)> ''
  483. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@KX] <TensorType(float64, 3D)> ''
  484. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@LU] <int64> ''
  485. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@KM] <TensorType(int64, scalar)> ''
  486. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@LV] <TensorType(float64, 3D)> ''
  487. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@LE] <TensorType(float64, 3D)> ''
  488. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@LW] <int64> ''
  489. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@KM] <TensorType(int64, scalar)> ''
  490. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@KM] <TensorType(int64, scalar)> ''
  491. | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@LX] <int64>
  492. | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@LY] <int64>
  493. | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@LZ] <TensorType(int64, scalar)> ''
  494. | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@MA] <TensorType(int64, vector)> ''
  495. | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@MB] <TensorType(float64, matrix)> ''
  496. | | | | | | | | | | | | | | | | | | | | | | | | | |RandomFunction{normal}.1 [@MC] <TensorType(float64, matrix)> ''
  497. | | | | | | | | | | | | | | | | | | | | | | | | | | |<RandomStateType> [@MD] <RandomStateType>
  498. | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{Cast{int32}} [@ME] <TensorType(int32, vector)> ''
  499. | | | | | | | | | | | | | | | | | | | | | | | | | | | |MakeVector [@MF] <TensorType(int64, vector)> ''
  500. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@MG] <TensorType(int64, scalar)> ''
  501. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@MH] <TensorType(int64, vector)> ''
  502. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |batch_y [@V] <TensorType(float64, matrix)>
  503. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@MI] <int64>
  504. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{Cast{int64}} [@MJ] <TensorType(int64, scalar)> ''
  505. | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{3} [@BE] <TensorType(int8, scalar)>
  506. | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0.0} [@IZ] <TensorType(float32, scalar)>
  507. | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1.0} [@JA] <TensorType(float32, scalar)>
  508. | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@MK] <int64>
  509. | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@ML] <int64>
  510. | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@MM] <TensorType(float64, 3D)> ''
  511. | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@KK] <TensorType(float64, 3D)> ''
  512. | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@MN] <int64> ''
  513. | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@KH] <TensorType(int64, scalar)> ''
  514. | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@MO] <TensorType(float64, matrix)> ''
  515. | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@MB] <TensorType(float64, matrix)> ''
  516. | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@MP] <int64> ''
  517. | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@KH] <TensorType(int64, scalar)> ''
  518. | | | | | | | | | | | | | | | | | | | | | | | |IncSubtensor{Set;:int64:} [@MQ] <TensorType(float64, matrix)> ''
  519. | | | | | | | | | | | | | | | | | | | | | | | |Alloc [@MR] <TensorType(float64, matrix)> ''
  520. | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  521. | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@MS] <TensorType(int64, scalar)> ''
  522. | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@KH] <TensorType(int64, scalar)> ''
  523. | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@MT] <TensorType(int64, scalar)> ''
  524. | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@MU] <TensorType(int64, vector)> ''
  525. | | | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@MV] <TensorType(float64, matrix)> ''
  526. | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{x,0} [@MW] <TensorType(float64, row)> ''
  527. | | | | | | | | | | | | | | | | | | | | | | | | | | |dot [@KC] <TensorType(float64, vector)> ''
  528. | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@MX] <int64>
  529. | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@MY] <TensorType(int64, scalar)> ''
  530. | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@MZ] <TensorType(int64, vector)> ''
  531. | | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@MV] <TensorType(float64, matrix)> ''
  532. | | | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@NA] <int64>
  533. | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@MV] <TensorType(float64, matrix)> ''
  534. | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@NB] <int64> ''
  535. | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@MT] <TensorType(int64, scalar)> ''
  536. | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@NC] <int64>
  537. | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@ND] <TensorType(float64, matrix)> ''
  538. | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@NE] <TensorType(int64, scalar)> ''
  539. | | | | | | | | | | | | | | | | | | | | | | |Shape [@NF] <TensorType(int64, vector)> ''
  540. | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@NG] <TensorType(int64, vector)> ''
  541. | | | | | | | | | | | | | | | | | | | | | | | |ARange [@NH] <TensorType(int64, vector)> ''
  542. | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0} [@J] <TensorType(int8, scalar)>
  543. | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@NI] <TensorType(int64, scalar)> ''
  544. | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@NJ] <TensorType(int64, vector)> ''
  545. | | | | | | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@NK] <TensorType(float64, matrix)> ''
  546. | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@NL] <TensorType(int64, scalar)> ''
  547. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@NM] <TensorType(int64, scalar)> ''
  548. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@NN] <TensorType(int64, vector)> ''
  549. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@NO] <TensorType(float64, 3D)> ''
  550. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@N] <TensorType(float64, 3D)> ''
  551. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@NP] <int64>
  552. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@NQ] <int64>
  553. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@NR] <TensorType(int64, scalar)> ''
  554. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@NS] <TensorType(int64, vector)> ''
  555. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@NT] <TensorType(float64, matrix)> ''
  556. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@NU] <TensorType(float64, matrix)> ''
  557. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |dot [@NV] <TensorType(float64, matrix)> ''
  558. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |batch_y [@V] <TensorType(float64, matrix)>
  559. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |W [@NW] <TensorType(float64, matrix)>
  560. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{x,0} [@NX] <TensorType(float64, row)> ''
  561. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |b [@NY] <TensorType(float64, vector)>
  562. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@NZ] <int64>
  563. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@OA] <int64>
  564. | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@OB] <TensorType(float64, 3D)> ''
  565. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@NO] <TensorType(float64, 3D)> ''
  566. | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@OC] <int64> ''
  567. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@NL] <TensorType(int64, scalar)> ''
  568. | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@OD] <TensorType(float64, matrix)> ''
  569. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@NT] <TensorType(float64, matrix)> ''
  570. | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@OE] <int64> ''
  571. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@NL] <TensorType(int64, scalar)> ''
  572. | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@NL] <TensorType(int64, scalar)> ''
  573. | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@OF] <int64>
  574. | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  575. | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@OG] <int64>
  576. | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@OH] <int64>
  577. | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@OI] <TensorType(int64, vector)> ''
  578. | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@NG] <TensorType(int64, vector)> ''
  579. | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@OJ] <int64> ''
  580. | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@NE] <TensorType(int64, scalar)> ''
  581. | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@NE] <TensorType(int64, scalar)> ''
  582. | | | | | | | | | | | | | | | | | | | | | |W [@W] <TensorType(float64, matrix)>
  583. | | | | | | | | | | | | | | | | | | | | | |b [@Y] <TensorType(float64, vector)>
  584. | | | | | | | | | | | | | | | | | | | | | |W [@NW] <TensorType(float64, matrix)>
  585. | | | | | | | | | | | | | | | | | | | | | |b [@NY] <TensorType(float64, vector)>
  586. | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@OK] <TensorType(float64, matrix)> ''
  587. | | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@OL] <TensorType(float64, matrix)> ''
  588. | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@OM] <TensorType(int64, scalar)> ''
  589. | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@ON] <TensorType(int64, vector)> ''
  590. | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@OO] <TensorType(int64, vector)> ''
  591. | | | | | | | | | | | | | | | | | | | | | | | | | |ARange [@OP] <TensorType(int64, vector)> ''
  592. | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@OQ] <TensorType(int64, scalar)> ''
  593. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@NI] <TensorType(int64, scalar)> ''
  594. | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  595. | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{-1} [@EY] <TensorType(int8, scalar)>
  596. | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{-1} [@EY] <TensorType(int8, scalar)>
  597. | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@OR] <int64>
  598. | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@OS] <int64>
  599. | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@OT] <TensorType(int64, vector)> ''
  600. | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@OO] <TensorType(int64, vector)> ''
  601. | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@OU] <int64> ''
  602. | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@OM] <TensorType(int64, scalar)> ''
  603. | | | | | | | | | | | | | | | | | | | | | | | |IncSubtensor{Set;:int64:} [@OV] <TensorType(float64, matrix)> ''
  604. | | | | | | | | | | | | | | | | | | | | | | | | |Alloc [@OW] <TensorType(float64, matrix)> ''
  605. | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  606. | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@OX] <TensorType(int64, scalar)> ''
  607. | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@OM] <TensorType(int64, scalar)> ''
  608. | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@OY] <TensorType(int64, scalar)> ''
  609. | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@OZ] <TensorType(int64, vector)> ''
  610. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@PA] <TensorType(float64, matrix)> ''
  611. | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{x,0} [@PB] <TensorType(float64, row)> ''
  612. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Alloc [@PC] <TensorType(float64, vector)> ''
  613. | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  614. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@PD] <TensorType(int64, scalar)> ''
  615. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@PE] <TensorType(int64, vector)> ''
  616. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@NK] <TensorType(float64, matrix)> ''
  617. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@PF] <int64>
  618. | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@PG] <int64>
  619. | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@PH] <TensorType(int64, scalar)> ''
  620. | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@PI] <TensorType(int64, vector)> ''
  621. | | | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@PA] <TensorType(float64, matrix)> ''
  622. | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@PJ] <int64>
  623. | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@PA] <TensorType(float64, matrix)> ''
  624. | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@PK] <int64> ''
  625. | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@OY] <TensorType(int64, scalar)> ''
  626. | | | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@NK] <TensorType(float64, matrix)> ''
  627. | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  628. | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@PL] <int64>
  629. | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@PM] <TensorType(float64, matrix)> ''
  630. | | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@PN] <TensorType(float64, matrix)> ''
  631. | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@PO] <TensorType(int64, scalar)> ''
  632. | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@PP] <TensorType(int64, vector)> ''
  633. | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@PQ] <TensorType(int64, vector)> ''
  634. | | | | | | | | | | | | | | | | | | | | | | | | | |ARange [@PR] <TensorType(int64, vector)> ''
  635. | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0} [@J] <TensorType(int8, scalar)>
  636. | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@PS] <TensorType(int64, scalar)> ''
  637. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@NI] <TensorType(int64, scalar)> ''
  638. | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  639. | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  640. | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@PT] <int64>
  641. | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@PU] <int64>
  642. | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@PV] <TensorType(int64, vector)> ''
  643. | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@PQ] <TensorType(int64, vector)> ''
  644. | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@PW] <int64> ''
  645. | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@PO] <TensorType(int64, scalar)> ''
  646. | | | | | | | | | | | | | | | | | | | | | | | |IncSubtensor{Set;:int64:} [@PX] <TensorType(float64, matrix)> ''
  647. | | | | | | | | | | | | | | | | | | | | | | | | |Alloc [@PY] <TensorType(float64, matrix)> ''
  648. | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  649. | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@PZ] <TensorType(int64, scalar)> ''
  650. | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@PO] <TensorType(int64, scalar)> ''
  651. | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@QA] <TensorType(int64, scalar)> ''
  652. | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@QB] <TensorType(int64, vector)> ''
  653. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@QC] <TensorType(float64, matrix)> ''
  654. | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{x,0} [@QD] <TensorType(float64, row)> ''
  655. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@QE] <TensorType(float64, vector)> ''
  656. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@OK] <TensorType(float64, matrix)> ''
  657. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@QF] <int64>
  658. | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@QG] <int64>
  659. | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@QH] <TensorType(int64, scalar)> ''
  660. | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@QI] <TensorType(int64, vector)> ''
  661. | | | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@QC] <TensorType(float64, matrix)> ''
  662. | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@QJ] <int64>
  663. | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@QC] <TensorType(float64, matrix)> ''
  664. | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@QK] <int64> ''
  665. | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@QA] <TensorType(int64, scalar)> ''
  666. | | | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@NK] <TensorType(float64, matrix)> ''
  667. | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  668. | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@IJ] <TensorType(float64, 3D)> ''
  669. | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@QL] <int64>
  670. | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  671. | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@IJ] <TensorType(float64, 3D)> ''
  672. | | | | | | | | | | | | | | | | | | | | | |batch_y [@V] <TensorType(float64, matrix)>
  673. | | | | | | | | | | | | | | | | | | | | |W [@QM] <TensorType(float64, matrix)>
  674. | | | | | | | | | | | | | | | | | | | |DimShuffle{x,0} [@QN] <TensorType(float64, row)> ''
  675. | | | | | | | | | | | | | | | | | | | |b [@QO] <TensorType(float64, vector)>
  676. | | | | | | | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@JW] <TensorType(float64, matrix)> ''
  677. | | | | | | | | | | | | | | | | | |MatrixInverse [@QP] <TensorType(float64, matrix)> ''
  678. | | | | | | | | | | | | | | | | | |dot [@QQ] <TensorType(float64, matrix)> ''
  679. | | | | | | | | | | | | | | | | | |RChol [@QR] <TensorType(float64, matrix)>
  680. | | | | | | | | | | | | | | | | | |DimShuffle{1,0} [@QS] <TensorType(float64, matrix)> 'RChol.T'
  681. | | | | | | | | | | | | | | | | |DimShuffle{x,x} [@QT] <TensorType(float64, (True, True))> ''
  682. | | | | | | | | | | | | | | | | |Elemwise{neg} [@QU] <TensorType(float64, scalar)> ''
  683. | | | | | | | | | | | | | | | | |Elemwise{true_div} [@QV] <TensorType(float64, scalar)> ''
  684. | | | | | | | | | | | | | | | | |Elemwise{second,no_inplace} [@QW] <TensorType(float64, scalar)> ''
  685. | | | | | | | | | | | | | | | | | |Elemwise{true_div,no_inplace} [@QX] <TensorType(float64, scalar)> ''
  686. | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@QY] <TensorType(float64, scalar)> ''
  687. | | | | | | | | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@QZ] <TensorType(float64, scalar)> ''
  688. | | | | | | | | | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@RA] <TensorType(float64, scalar)> ''
  689. | | | | | | | | | | | | | | | | | | | | | |Elemwise{neg,no_inplace} [@RB] <TensorType(float64, scalar)> ''
  690. | | | | | | | | | | | | | | | | | | | | | | |Sum{acc_dtype=float64} [@RC] <TensorType(float64, scalar)> ''
  691. | | | | | | | | | | | | | | | | | | | | | | |Elemwise{mul,no_inplace} [@JQ] <TensorType(float64, matrix)> ''
  692. | | | | | | | | | | | | | | | | | | | | | |Sum{acc_dtype=float64} [@RD] <TensorType(float64, scalar)> ''
  693. | | | | | | | | | | | | | | | | | | | | | |Elemwise{mul,no_inplace} [@RE] <TensorType(float64, matrix)> ''
  694. | | | | | | | | | | | | | | | | | | | | | |Elemwise{mul,no_inplace} [@RF] <TensorType(float64, matrix)> ''
  695. | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{x,x} [@RG] <TensorType(float32, (True, True))> ''
  696. | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0.5} [@RH] <TensorType(float32, scalar)>
  697. | | | | | | | | | | | | | | | | | | | | | | |dot [@RI] <TensorType(float64, matrix)> ''
  698. | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{1,0} [@RJ] <TensorType(float64, matrix)> ''
  699. | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@RK] <TensorType(float64, matrix)> ''
  700. | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@RL] <TensorType(float64, matrix)> ''
  701. | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@RM] <TensorType(float64, matrix)> ''
  702. | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@RN] <TensorType(float64, matrix)> ''
  703. | | | | | | | | | | | | | | | | | | | | | | | | | | |Join [@RO] <TensorType(float64, matrix)> ''
  704. | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0} [@J] <TensorType(int8, scalar)>
  705. | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{x,0} [@RP] <TensorType(float64, row)> ''
  706. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |dot [@RQ] <TensorType(float64, vector)> ''
  707. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |RandomFunction{normal}.1 [@RR] <TensorType(float64, vector)> ''
  708. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |<RandomStateType> [@IW] <RandomStateType>
  709. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{Cast{int32}} [@RS] <TensorType(int32, vector)> ''
  710. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |MakeVector [@RT] <TensorType(int8, vector)> ''
  711. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{3} [@BE] <TensorType(int8, scalar)>
  712. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0.0} [@IZ] <TensorType(float32, scalar)>
  713. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1.0} [@JA] <TensorType(float32, scalar)>
  714. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{1,0} [@RU] <TensorType(float64, matrix)> ''
  715. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Cholesky{lower=True, destructive=False} [@RV] <TensorType(float64, matrix)> ''
  716. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@RW] <TensorType(float64, matrix)> ''
  717. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@RX] <TensorType(float64, 3D)> ''
  718. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@RY] <TensorType(float64, 3D)> ''
  719. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@RZ] <TensorType(int64, scalar)> ''
  720. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@SA] <TensorType(int64, vector)> ''
  721. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@SB] <TensorType(int64, vector)> ''
  722. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ARange [@SC] <TensorType(int64, vector)> ''
  723. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0} [@J] <TensorType(int8, scalar)>
  724. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@SD] <TensorType(int64, scalar)> ''
  725. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@SE] <TensorType(int64, vector)> ''
  726. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@SF] <TensorType(float64, 3D)> ''
  727. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@SG] <TensorType(float64, 3D)> ''
  728. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@SH] <TensorType(int64, scalar)> ''
  729. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@SI] <TensorType(int64, scalar)> ''
  730. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@SJ] <TensorType(int64, vector)> ''
  731. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@SK] <TensorType(float64, 3D)> ''
  732. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Reshape{3} [@SL] <TensorType(float64, 3D)> ''
  733. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@SM] <TensorType(float64, matrix)> ''
  734. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |dot [@SN] <TensorType(float64, matrix)> ''
  735. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |batch_y [@V] <TensorType(float64, matrix)>
  736. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |W [@W] <TensorType(float64, matrix)>
  737. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{x,0} [@SO] <TensorType(float64, row)> ''
  738. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |b [@Y] <TensorType(float64, vector)>
  739. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |MakeVector [@SP] <TensorType(int64, vector)> ''
  740. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@SQ] <TensorType(int64, scalar)> ''
  741. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@SR] <TensorType(int64, vector)> ''
  742. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |batch_y [@V] <TensorType(float64, matrix)>
  743. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@BC] <int64>
  744. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{Cast{int64}} [@SS] <TensorType(int64, scalar)> ''
  745. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{3} [@BE] <TensorType(int8, scalar)>
  746. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{Cast{int64}} [@ST] <TensorType(int64, scalar)> ''
  747. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{3} [@BE] <TensorType(int8, scalar)>
  748. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@BG] <int64>
  749. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@BH] <int64>
  750. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@SU] <TensorType(int64, scalar)> ''
  751. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@SV] <TensorType(int64, vector)> ''
  752. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@SW] <TensorType(float64, 3D)> ''
  753. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{0,2,1} [@SX] <TensorType(float64, 3D)> ''
  754. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Reshape{3} [@SL] <TensorType(float64, 3D)> ''
  755. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@BM] <int64>
  756. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@BN] <int64>
  757. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@SY] <TensorType(float64, 3D)> ''
  758. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@SK] <TensorType(float64, 3D)> ''
  759. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@SZ] <int64> ''
  760. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@SH] <TensorType(int64, scalar)> ''
  761. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@TA] <TensorType(float64, 3D)> ''
  762. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@SW] <TensorType(float64, 3D)> ''
  763. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@TB] <int64> ''
  764. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@SH] <TensorType(int64, scalar)> ''
  765. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@SH] <TensorType(int64, scalar)> ''
  766. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Join [@TC] <TensorType(float64, 3D)> ''
  767. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0} [@J] <TensorType(int8, scalar)>
  768. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{x,0,1} [@TD] <TensorType(float64, (True, False, False))> ''
  769. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@TE] <TensorType(float64, matrix)> ''
  770. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |dot [@TF] <TensorType(float64, matrix)> ''
  771. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Q0invChol [@BW] <TensorType(float64, matrix)>
  772. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{1,0} [@TG] <TensorType(float64, matrix)> 'Q0invChol.T'
  773. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |dot [@TH] <TensorType(float64, matrix)> ''
  774. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |dot [@TI] <TensorType(float64, matrix)> ''
  775. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{1,0} [@TJ] <TensorType(float64, matrix)> 'A.T'
  776. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |dot [@TK] <TensorType(float64, matrix)> ''
  777. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |QinvChol [@CC] <TensorType(float64, matrix)>
  778. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{1,0} [@TL] <TensorType(float64, matrix)> 'QinvChol.T'
  779. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |A [@CE] <TensorType(float64, matrix)>
  780. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Reshape{3} [@TM] <TensorType(float64, 3D)> ''
  781. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{0,2,1,3,4} [@TN] <TensorType(float64, (False, True, True, False, False))> ''
  782. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Reshape{5} [@TO] <TensorType(float64, (False, True, True, False, False))> ''
  783. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |dot [@TP] <TensorType(float64, matrix)> ''
  784. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{0,x} [@TQ] <TensorType(float64, col)> ''
  785. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Flatten{1} [@TR] <TensorType(float64, vector)> ''
  786. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Alloc [@TS] <TensorType(float64, (False, True, True))> ''
  787. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1.0} [@CM] <TensorType(float64, scalar)>
  788. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@TT] <TensorType(int64, scalar)> ''
  789. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@TU] <TensorType(int64, scalar)> ''
  790. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@TV] <TensorType(int64, vector)> ''
  791. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |batch_y [@V] <TensorType(float64, matrix)>
  792. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@CQ] <int64>
  793. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{2} [@CR] <TensorType(int8, scalar)>
  794. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  795. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  796. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{x,0} [@TW] <TensorType(float64, row)> ''
  797. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Flatten{1} [@TX] <TensorType(float64, vector)> ''
  798. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@TY] <TensorType(float64, matrix)> ''
  799. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |dot [@TH] <TensorType(float64, matrix)> ''
  800. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |dot [@TK] <TensorType(float64, matrix)> ''
  801. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Join [@TZ] <TensorType(int64, vector)> ''
  802. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0} [@J] <TensorType(int8, scalar)>
  803. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@UA] <TensorType(int64, vector)> ''
  804. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Alloc [@TS] <TensorType(float64, (False, True, True))> ''
  805. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@UB] <TensorType(int64, vector)> ''
  806. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@TY] <TensorType(float64, matrix)> ''
  807. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |MakeVector [@UC] <TensorType(int64, vector)> ''
  808. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{mul,no_inplace} [@UD] <TensorType(int64, scalar)> ''
  809. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@UE] <TensorType(int64, scalar)> ''
  810. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@UF] <TensorType(int64, vector)> ''
  811. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Reshape{5} [@TO] <TensorType(float64, (False, True, True, False, False))> ''
  812. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@DD] <int64>
  813. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@UG] <TensorType(int64, scalar)> ''
  814. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@UH] <TensorType(int64, vector)> ''
  815. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Reshape{5} [@TO] <TensorType(float64, (False, True, True, False, False))> ''
  816. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{2} [@DG] <int64>
  817. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{mul,no_inplace} [@UI] <TensorType(int64, scalar)> ''
  818. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@UJ] <TensorType(int64, scalar)> ''
  819. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@UK] <TensorType(int64, vector)> ''
  820. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Reshape{5} [@TO] <TensorType(float64, (False, True, True, False, False))> ''
  821. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@DK] <int64>
  822. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@UL] <TensorType(int64, scalar)> ''
  823. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@UM] <TensorType(int64, vector)> ''
  824. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Reshape{5} [@TO] <TensorType(float64, (False, True, True, False, False))> ''
  825. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{3} [@DN] <int64>
  826. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@UN] <TensorType(int64, scalar)> ''
  827. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@UO] <TensorType(int64, vector)> ''
  828. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Reshape{5} [@TO] <TensorType(float64, (False, True, True, False, False))> ''
  829. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{4} [@DQ] <int64>
  830. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{x,0,1} [@UP] <TensorType(float64, (True, False, False))> ''
  831. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |dot [@TK] <TensorType(float64, matrix)> ''
  832. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@DS] <int64>
  833. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  834. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@DT] <int64>
  835. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@DU] <int64>
  836. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@UQ] <TensorType(int64, vector)> ''
  837. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@SB] <TensorType(int64, vector)> ''
  838. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@UR] <int64> ''
  839. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@RZ] <TensorType(int64, scalar)> ''
  840. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |IncSubtensor{Set;:int64:} [@US] <TensorType(float64, 3D)> ''
  841. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Alloc [@UT] <TensorType(float64, 3D)> ''
  842. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  843. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@UU] <TensorType(int64, scalar)> ''
  844. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@RZ] <TensorType(int64, scalar)> ''
  845. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@UV] <TensorType(int64, scalar)> ''
  846. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@UW] <TensorType(int64, vector)> ''
  847. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@UX] <TensorType(float64, 3D)> ''
  848. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{x,0,1} [@UY] <TensorType(float64, (True, False, False))> ''
  849. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Alloc [@UZ] <TensorType(float64, matrix)> ''
  850. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  851. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@VA] <TensorType(int64, scalar)> ''
  852. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@VB] <TensorType(int64, vector)> ''
  853. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@SF] <TensorType(float64, 3D)> ''
  854. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@EI] <int64>
  855. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@VA] <TensorType(int64, scalar)> ''
  856. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@EJ] <int64>
  857. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@VC] <TensorType(int64, scalar)> ''
  858. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@VD] <TensorType(int64, vector)> ''
  859. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@UX] <TensorType(float64, 3D)> ''
  860. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@EM] <int64>
  861. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@VE] <TensorType(int64, scalar)> ''
  862. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@VF] <TensorType(int64, vector)> ''
  863. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@UX] <TensorType(float64, 3D)> ''
  864. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{2} [@EP] <int64>
  865. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@UX] <TensorType(float64, 3D)> ''
  866. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@VG] <int64> ''
  867. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@UV] <TensorType(int64, scalar)> ''
  868. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@VH] <TensorType(float64, 3D)> ''
  869. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@VI] <TensorType(float64, 3D)> ''
  870. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@VJ] <TensorType(int64, scalar)> ''
  871. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@VK] <TensorType(int64, vector)> ''
  872. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@VL] <TensorType(int64, vector)> ''
  873. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ARange [@VM] <TensorType(int64, vector)> ''
  874. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@VN] <TensorType(int64, scalar)> ''
  875. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@SD] <TensorType(int64, scalar)> ''
  876. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{2} [@CR] <TensorType(int8, scalar)>
  877. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{-1} [@EY] <TensorType(int8, scalar)>
  878. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{-1} [@EY] <TensorType(int8, scalar)>
  879. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@EZ] <int64>
  880. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@FA] <int64>
  881. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@VO] <TensorType(int64, vector)> ''
  882. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@VL] <TensorType(int64, vector)> ''
  883. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@VP] <int64> ''
  884. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@VJ] <TensorType(int64, scalar)> ''
  885. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |IncSubtensor{Set;:int64:} [@VQ] <TensorType(float64, 3D)> ''
  886. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Alloc [@VR] <TensorType(float64, 3D)> ''
  887. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  888. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@VS] <TensorType(int64, scalar)> ''
  889. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@VJ] <TensorType(int64, scalar)> ''
  890. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@VT] <TensorType(int64, scalar)> ''
  891. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@VU] <TensorType(int64, vector)> ''
  892. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@VV] <TensorType(float64, 3D)> ''
  893. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{x,0,1} [@VW] <TensorType(float64, (True, False, False))> ''
  894. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Alloc [@VX] <TensorType(float64, matrix)> ''
  895. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  896. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@VA] <TensorType(int64, scalar)> ''
  897. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@VA] <TensorType(int64, scalar)> ''
  898. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@FL] <int64>
  899. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@VY] <TensorType(int64, scalar)> ''
  900. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@VZ] <TensorType(int64, vector)> ''
  901. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@VV] <TensorType(float64, 3D)> ''
  902. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@FO] <int64>
  903. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@WA] <TensorType(int64, scalar)> ''
  904. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@WB] <TensorType(int64, vector)> ''
  905. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@VV] <TensorType(float64, 3D)> ''
  906. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{2} [@FR] <int64>
  907. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@VV] <TensorType(float64, 3D)> ''
  908. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@WC] <int64> ''
  909. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@VT] <TensorType(int64, scalar)> ''
  910. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@SF] <TensorType(float64, 3D)> ''
  911. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{neg,no_inplace} [@WD] <TensorType(float64, 3D)> ''
  912. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Reshape{3} [@WE] <TensorType(float64, 3D)> ''
  913. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{0,2,1,3,4} [@WF] <TensorType(float64, (False, True, True, False, False))> ''
  914. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Reshape{5} [@WG] <TensorType(float64, (False, True, True, False, False))> ''
  915. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |dot [@WH] <TensorType(float64, matrix)> ''
  916. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{0,x} [@WI] <TensorType(float64, col)> ''
  917. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Flatten{1} [@WJ] <TensorType(float64, vector)> ''
  918. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Alloc [@WK] <TensorType(float64, (False, True, True))> ''
  919. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1.0} [@CM] <TensorType(float64, scalar)>
  920. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@WL] <TensorType(int64, scalar)> ''
  921. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@WM] <TensorType(int64, scalar)> ''
  922. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@WN] <TensorType(int64, vector)> ''
  923. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |batch_y [@V] <TensorType(float64, matrix)>
  924. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@GE] <int64>
  925. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  926. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  927. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  928. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{x,0} [@WO] <TensorType(float64, row)> ''
  929. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Flatten{1} [@WP] <TensorType(float64, vector)> ''
  930. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{neg,no_inplace} [@WQ] <TensorType(float64, matrix)> ''
  931. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |dot [@WR] <TensorType(float64, matrix)> ''
  932. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{1,0} [@WS] <TensorType(float64, matrix)> 'A.T'
  933. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |dot [@TK] <TensorType(float64, matrix)> ''
  934. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Join [@WT] <TensorType(int64, vector)> ''
  935. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0} [@J] <TensorType(int8, scalar)>
  936. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@WU] <TensorType(int64, vector)> ''
  937. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Alloc [@WK] <TensorType(float64, (False, True, True))> ''
  938. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@WV] <TensorType(int64, vector)> ''
  939. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{neg,no_inplace} [@WQ] <TensorType(float64, matrix)> ''
  940. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |MakeVector [@WW] <TensorType(int64, vector)> ''
  941. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{mul,no_inplace} [@WX] <TensorType(int64, scalar)> ''
  942. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@WY] <TensorType(int64, scalar)> ''
  943. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@WZ] <TensorType(int64, vector)> ''
  944. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Reshape{5} [@WG] <TensorType(float64, (False, True, True, False, False))> ''
  945. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@GR] <int64>
  946. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@XA] <TensorType(int64, scalar)> ''
  947. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@XB] <TensorType(int64, vector)> ''
  948. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Reshape{5} [@WG] <TensorType(float64, (False, True, True, False, False))> ''
  949. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{2} [@GU] <int64>
  950. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{mul,no_inplace} [@XC] <TensorType(int64, scalar)> ''
  951. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@XD] <TensorType(int64, scalar)> ''
  952. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@XE] <TensorType(int64, vector)> ''
  953. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Reshape{5} [@WG] <TensorType(float64, (False, True, True, False, False))> ''
  954. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@GY] <int64>
  955. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@XF] <TensorType(int64, scalar)> ''
  956. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@XG] <TensorType(int64, vector)> ''
  957. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Reshape{5} [@WG] <TensorType(float64, (False, True, True, False, False))> ''
  958. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{3} [@HB] <int64>
  959. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@XH] <TensorType(int64, scalar)> ''
  960. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@XI] <TensorType(int64, vector)> ''
  961. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Reshape{5} [@WG] <TensorType(float64, (False, True, True, False, False))> ''
  962. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{4} [@HE] <int64>
  963. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@HF] <int64>
  964. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@SF] <TensorType(float64, 3D)> ''
  965. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{neg,no_inplace} [@WD] <TensorType(float64, 3D)> ''
  966. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@IK] <int64>
  967. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@IO] <int64>
  968. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@XJ] <TensorType(float64, matrix)> ''
  969. | | | | | | | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@XK] <TensorType(float64, matrix)> ''
  970. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@XL] <TensorType(int64, scalar)> ''
  971. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@XM] <TensorType(int64, scalar)> ''
  972. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@XN] <TensorType(int64, vector)> ''
  973. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@XO] <TensorType(float64, 3D)> ''
  974. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@XP] <TensorType(float64, 3D)> ''
  975. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@XQ] <TensorType(int64, scalar)> ''
  976. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@XR] <TensorType(int64, scalar)> ''
  977. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@XS] <TensorType(int64, scalar)> ''
  978. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@XT] <TensorType(int64, vector)> ''
  979. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@XU] <TensorType(float64, 3D)> ''
  980. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@XV] <TensorType(float64, 3D)> ''
  981. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@RX] <TensorType(float64, 3D)> ''
  982. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{-1} [@KS] <int64>
  983. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@KT] <int64>
  984. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@KU] <int64>
  985. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@XW] <TensorType(int64, scalar)> ''
  986. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@XX] <TensorType(int64, vector)> ''
  987. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@XY] <TensorType(float64, 3D)> ''
  988. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@XZ] <TensorType(float64, 3D)> ''
  989. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@RX] <TensorType(float64, 3D)> ''
  990. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@KZ] <int64>
  991. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@LA] <int64>
  992. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@LB] <int64>
  993. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@YA] <TensorType(int64, scalar)> ''
  994. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@YB] <TensorType(int64, vector)> ''
  995. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@YC] <TensorType(float64, 3D)> ''
  996. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@YD] <TensorType(float64, 3D)> ''
  997. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@YE] <TensorType(int64, scalar)> ''
  998. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@YF] <TensorType(int64, vector)> ''
  999. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@YG] <TensorType(int64, vector)> ''
  1000. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ARange [@YH] <TensorType(int64, vector)> ''
  1001. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0} [@J] <TensorType(int8, scalar)>
  1002. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@YI] <TensorType(int64, scalar)> ''
  1003. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@SD] <TensorType(int64, scalar)> ''
  1004. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1005. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1006. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@LL] <int64>
  1007. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@LM] <int64>
  1008. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@YJ] <TensorType(int64, vector)> ''
  1009. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@YG] <TensorType(int64, vector)> ''
  1010. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@YK] <int64> ''
  1011. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@YE] <TensorType(int64, scalar)> ''
  1012. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@YE] <TensorType(int64, scalar)> ''
  1013. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@VH] <TensorType(float64, 3D)> ''
  1014. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@RX] <TensorType(float64, 3D)> ''
  1015. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@SF] <TensorType(float64, 3D)> ''
  1016. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{neg,no_inplace} [@WD] <TensorType(float64, 3D)> ''
  1017. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@LP] <int64>
  1018. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@LQ] <int64>
  1019. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@YL] <TensorType(float64, 3D)> ''
  1020. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@XU] <TensorType(float64, 3D)> ''
  1021. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@YM] <int64> ''
  1022. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@XQ] <TensorType(int64, scalar)> ''
  1023. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@YN] <TensorType(float64, 3D)> ''
  1024. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@XY] <TensorType(float64, 3D)> ''
  1025. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@YO] <int64> ''
  1026. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@XQ] <TensorType(int64, scalar)> ''
  1027. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@YP] <TensorType(float64, 3D)> ''
  1028. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@YC] <TensorType(float64, 3D)> ''
  1029. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@YQ] <int64> ''
  1030. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@XQ] <TensorType(int64, scalar)> ''
  1031. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@XQ] <TensorType(int64, scalar)> ''
  1032. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@LX] <int64>
  1033. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@LY] <int64>
  1034. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@YR] <TensorType(int64, scalar)> ''
  1035. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@YS] <TensorType(int64, vector)> ''
  1036. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@YT] <TensorType(float64, matrix)> ''
  1037. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |RandomFunction{normal}.1 [@YU] <TensorType(float64, matrix)> ''
  1038. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |<RandomStateType> [@MD] <RandomStateType>
  1039. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{Cast{int32}} [@YV] <TensorType(int32, vector)> ''
  1040. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |MakeVector [@YW] <TensorType(int64, vector)> ''
  1041. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@YX] <TensorType(int64, scalar)> ''
  1042. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@YY] <TensorType(int64, vector)> ''
  1043. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |batch_y [@V] <TensorType(float64, matrix)>
  1044. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@MI] <int64>
  1045. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{Cast{int64}} [@YZ] <TensorType(int64, scalar)> ''
  1046. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{3} [@BE] <TensorType(int8, scalar)>
  1047. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0.0} [@IZ] <TensorType(float32, scalar)>
  1048. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1.0} [@JA] <TensorType(float32, scalar)>
  1049. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@MK] <int64>
  1050. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@ML] <int64>
  1051. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@ZA] <TensorType(float64, 3D)> ''
  1052. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@XO] <TensorType(float64, 3D)> ''
  1053. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@ZB] <int64> ''
  1054. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@XL] <TensorType(int64, scalar)> ''
  1055. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@ZC] <TensorType(float64, matrix)> ''
  1056. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@YT] <TensorType(float64, matrix)> ''
  1057. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@ZD] <int64> ''
  1058. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@XL] <TensorType(int64, scalar)> ''
  1059. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |IncSubtensor{Set;:int64:} [@ZE] <TensorType(float64, matrix)> ''
  1060. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Alloc [@ZF] <TensorType(float64, matrix)> ''
  1061. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1062. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@ZG] <TensorType(int64, scalar)> ''
  1063. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@XL] <TensorType(int64, scalar)> ''
  1064. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@ZH] <TensorType(int64, scalar)> ''
  1065. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@ZI] <TensorType(int64, vector)> ''
  1066. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@ZJ] <TensorType(float64, matrix)> ''
  1067. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{x,0} [@ZK] <TensorType(float64, row)> ''
  1068. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |dot [@RQ] <TensorType(float64, vector)> ''
  1069. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@MX] <int64>
  1070. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@ZL] <TensorType(int64, scalar)> ''
  1071. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@ZM] <TensorType(int64, vector)> ''
  1072. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@ZJ] <TensorType(float64, matrix)> ''
  1073. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@NA] <int64>
  1074. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@ZJ] <TensorType(float64, matrix)> ''
  1075. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@ZN] <int64> ''
  1076. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@ZH] <TensorType(int64, scalar)> ''
  1077. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@NC] <int64>
  1078. | | | | | | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@ZO] <TensorType(float64, matrix)> ''
  1079. | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@ZP] <TensorType(int64, scalar)> ''
  1080. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@ZQ] <TensorType(int64, vector)> ''
  1081. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@ZR] <TensorType(int64, vector)> ''
  1082. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ARange [@ZS] <TensorType(int64, vector)> ''
  1083. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0} [@J] <TensorType(int8, scalar)>
  1084. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@ZT] <TensorType(int64, scalar)> ''
  1085. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@ZU] <TensorType(int64, vector)> ''
  1086. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@ZV] <TensorType(float64, matrix)> ''
  1087. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@ZW] <TensorType(int64, scalar)> ''
  1088. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@ZX] <TensorType(int64, scalar)> ''
  1089. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@ZY] <TensorType(int64, vector)> ''
  1090. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@ZZ] <TensorType(float64, 3D)> ''
  1091. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@SG] <TensorType(float64, 3D)> ''
  1092. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@NP] <int64>
  1093. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@NQ] <int64>
  1094. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@BAA] <TensorType(int64, scalar)> ''
  1095. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@BAB] <TensorType(int64, vector)> ''
  1096. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@BAC] <TensorType(float64, matrix)> ''
  1097. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@BAD] <TensorType(float64, matrix)> ''
  1098. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |dot [@BAE] <TensorType(float64, matrix)> ''
  1099. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |batch_y [@V] <TensorType(float64, matrix)>
  1100. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |W [@NW] <TensorType(float64, matrix)>
  1101. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{x,0} [@BAF] <TensorType(float64, row)> ''
  1102. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |b [@NY] <TensorType(float64, vector)>
  1103. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@NZ] <int64>
  1104. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@OA] <int64>
  1105. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@BAG] <TensorType(float64, 3D)> ''
  1106. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@ZZ] <TensorType(float64, 3D)> ''
  1107. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@BAH] <int64> ''
  1108. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@ZW] <TensorType(int64, scalar)> ''
  1109. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@BAI] <TensorType(float64, matrix)> ''
  1110. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@BAC] <TensorType(float64, matrix)> ''
  1111. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@BAJ] <int64> ''
  1112. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@ZW] <TensorType(int64, scalar)> ''
  1113. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@ZW] <TensorType(int64, scalar)> ''
  1114. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@OF] <int64>
  1115. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1116. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@OG] <int64>
  1117. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@OH] <int64>
  1118. | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@BAK] <TensorType(int64, vector)> ''
  1119. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@ZR] <TensorType(int64, vector)> ''
  1120. | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@BAL] <int64> ''
  1121. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@ZP] <TensorType(int64, scalar)> ''
  1122. | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@ZP] <TensorType(int64, scalar)> ''
  1123. | | | | | | | | | | | | | | | | | | | | | | | | | | |W [@W] <TensorType(float64, matrix)>
  1124. | | | | | | | | | | | | | | | | | | | | | | | | | | |b [@Y] <TensorType(float64, vector)>
  1125. | | | | | | | | | | | | | | | | | | | | | | | | | | |W [@NW] <TensorType(float64, matrix)>
  1126. | | | | | | | | | | | | | | | | | | | | | | | | | | |b [@NY] <TensorType(float64, vector)>
  1127. | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@BAM] <TensorType(float64, matrix)> ''
  1128. | | | | | | | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@BAN] <TensorType(float64, matrix)> ''
  1129. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@BAO] <TensorType(int64, scalar)> ''
  1130. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@BAP] <TensorType(int64, vector)> ''
  1131. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@BAQ] <TensorType(int64, vector)> ''
  1132. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ARange [@BAR] <TensorType(int64, vector)> ''
  1133. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@BAS] <TensorType(int64, scalar)> ''
  1134. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@ZT] <TensorType(int64, scalar)> ''
  1135. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1136. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{-1} [@EY] <TensorType(int8, scalar)>
  1137. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{-1} [@EY] <TensorType(int8, scalar)>
  1138. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@OR] <int64>
  1139. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@OS] <int64>
  1140. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@BAT] <TensorType(int64, vector)> ''
  1141. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@BAQ] <TensorType(int64, vector)> ''
  1142. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@BAU] <int64> ''
  1143. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@BAO] <TensorType(int64, scalar)> ''
  1144. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |IncSubtensor{Set;:int64:} [@BAV] <TensorType(float64, matrix)> ''
  1145. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Alloc [@BAW] <TensorType(float64, matrix)> ''
  1146. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1147. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@BAX] <TensorType(int64, scalar)> ''
  1148. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@BAO] <TensorType(int64, scalar)> ''
  1149. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@BAY] <TensorType(int64, scalar)> ''
  1150. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@BAZ] <TensorType(int64, vector)> ''
  1151. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@BBA] <TensorType(float64, matrix)> ''
  1152. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{x,0} [@BBB] <TensorType(float64, row)> ''
  1153. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Alloc [@BBC] <TensorType(float64, vector)> ''
  1154. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1155. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@BBD] <TensorType(int64, scalar)> ''
  1156. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@BBE] <TensorType(int64, vector)> ''
  1157. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@ZV] <TensorType(float64, matrix)> ''
  1158. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@PF] <int64>
  1159. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@PG] <int64>
  1160. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@BBF] <TensorType(int64, scalar)> ''
  1161. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@BBG] <TensorType(int64, vector)> ''
  1162. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@BBA] <TensorType(float64, matrix)> ''
  1163. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@PJ] <int64>
  1164. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@BBA] <TensorType(float64, matrix)> ''
  1165. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@BBH] <int64> ''
  1166. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@BAY] <TensorType(int64, scalar)> ''
  1167. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@ZV] <TensorType(float64, matrix)> ''
  1168. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@VH] <TensorType(float64, 3D)> ''
  1169. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@PL] <int64>
  1170. | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@BBI] <TensorType(float64, matrix)> ''
  1171. | | | | | | | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@BBJ] <TensorType(float64, matrix)> ''
  1172. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@BBK] <TensorType(int64, scalar)> ''
  1173. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@BBL] <TensorType(int64, vector)> ''
  1174. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@BBM] <TensorType(int64, vector)> ''
  1175. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ARange [@BBN] <TensorType(int64, vector)> ''
  1176. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0} [@J] <TensorType(int8, scalar)>
  1177. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@BBO] <TensorType(int64, scalar)> ''
  1178. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@ZT] <TensorType(int64, scalar)> ''
  1179. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1180. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1181. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@PT] <int64>
  1182. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@PU] <int64>
  1183. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@BBP] <TensorType(int64, vector)> ''
  1184. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@BBM] <TensorType(int64, vector)> ''
  1185. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@BBQ] <int64> ''
  1186. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@BBK] <TensorType(int64, scalar)> ''
  1187. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |IncSubtensor{Set;:int64:} [@BBR] <TensorType(float64, matrix)> ''
  1188. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Alloc [@BBS] <TensorType(float64, matrix)> ''
  1189. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1190. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@BBT] <TensorType(int64, scalar)> ''
  1191. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@BBK] <TensorType(int64, scalar)> ''
  1192. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@BBU] <TensorType(int64, scalar)> ''
  1193. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@BBV] <TensorType(int64, vector)> ''
  1194. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@BBW] <TensorType(float64, matrix)> ''
  1195. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{x,0} [@BBX] <TensorType(float64, row)> ''
  1196. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@BBY] <TensorType(float64, vector)> ''
  1197. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@BAM] <TensorType(float64, matrix)> ''
  1198. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@QF] <int64>
  1199. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@QG] <int64>
  1200. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@BBZ] <TensorType(int64, scalar)> ''
  1201. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@BCA] <TensorType(int64, vector)> ''
  1202. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@BBW] <TensorType(float64, matrix)> ''
  1203. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@QJ] <int64>
  1204. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Rebroadcast{0} [@BBW] <TensorType(float64, matrix)> ''
  1205. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@BCB] <int64> ''
  1206. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@BBU] <TensorType(int64, scalar)> ''
  1207. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@ZV] <TensorType(float64, matrix)> ''
  1208. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@VH] <TensorType(float64, 3D)> ''
  1209. | | | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@RX] <TensorType(float64, 3D)> ''
  1210. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@QL] <int64>
  1211. | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@VH] <TensorType(float64, 3D)> ''
  1212. | | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@RX] <TensorType(float64, 3D)> ''
  1213. | | | | | | | | | | | | | | | | | | | | | | | | | | |batch_y [@V] <TensorType(float64, matrix)>
  1214. | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@BCC] <int64>
  1215. | | | | | | | | | | | | | | | | | | | | | | | | |dot [@BCD] <TensorType(float64, matrix)> ''
  1216. | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{:int64:} [@BCE] <TensorType(float64, matrix)> ''
  1217. | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@RN] <TensorType(float64, matrix)> ''
  1218. | | | | | | | | | | | | | | | | | | | | | | | | | |ScalarFromTensor [@BCF] <int64> ''
  1219. | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@BCG] <TensorType(int64, scalar)> ''
  1220. | | | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@BCH] <TensorType(int64, scalar)> ''
  1221. | | | | | | | | | | | | | | | | | | | | | | | | | | |Shape [@BCI] <TensorType(int64, vector)> ''
  1222. | | | | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@RN] <TensorType(float64, matrix)> ''
  1223. | | | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@BCJ] <int64>
  1224. | | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1225. | | | | | | | | | | | | | | | | | | | | | | | | |A [@BCK] <TensorType(float64, matrix)>
  1226. | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64::} [@BCL] <TensorType(float64, matrix)> ''
  1227. | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{second,no_inplace} [@BCM] <TensorType(float64, matrix)> ''
  1228. | | | | | | | | | | | | | | | | | | | | | | | | |batch_y [@V] <TensorType(float64, matrix)>
  1229. | | | | | | | | | | | | | | | | | | | | | | | | |DimShuffle{x,x} [@BCN] <TensorType(float64, (True, True))> ''
  1230. | | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1231. | | | | | | | | | | | | | | | | | | | | | | | |Constant{1} [@BCO] <int64>
  1232. | | | | | | | | | | | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@RK] <TensorType(float64, matrix)> ''
  1233. | | | | | | | | | | | | | | | | | | | | | |MatrixInverse [@BCP] <TensorType(float64, matrix)> ''
  1234. | | | | | | | | | | | | | | | | | | | | | |dot [@BCQ] <TensorType(float64, matrix)> ''
  1235. | | | | | | | | | | | | | | | | | | | | | |QChol [@BCR] <TensorType(float64, matrix)>
  1236. | | | | | | | | | | | | | | | | | | | | | |DimShuffle{1,0} [@BCS] <TensorType(float64, matrix)> 'QChol.T'
  1237. | | | | | | | | | | | | | | | | | | | | |Elemwise{mul,no_inplace} [@BCT] <TensorType(float64, scalar)> ''
  1238. | | | | | | | | | | | | | | | | | | | | |TensorConstant{0.5} [@BCU] <TensorType(float32, scalar)>
  1239. | | | | | | | | | | | | | | | | | | | | |dot [@BCV] <TensorType(float64, scalar)> ''
  1240. | | | | | | | | | | | | | | | | | | | | |dot [@BCW] <TensorType(float64, vector)> ''
  1241. | | | | | | | | | | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@BCX] <TensorType(float64, vector)> ''
  1242. | | | | | | | | | | | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@BCY] <TensorType(float64, vector)> ''
  1243. | | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@BCZ] <TensorType(float64, vector)> ''
  1244. | | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@RN] <TensorType(float64, matrix)> ''
  1245. | | | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@BDA] <int64>
  1246. | | | | | | | | | | | | | | | | | | | | | | | |x0 [@BDB] <TensorType(float64, vector)>
  1247. | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@BDC] <TensorType(float64, vector)> ''
  1248. | | | | | | | | | | | | | | | | | | | | | | |Elemwise{second,no_inplace} [@BCM] <TensorType(float64, matrix)> ''
  1249. | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@BDD] <int64>
  1250. | | | | | | | | | | | | | | | | | | | | | |MatrixInverse [@BDE] <TensorType(float64, matrix)> ''
  1251. | | | | | | | | | | | | | | | | | | | | | |dot [@BDF] <TensorType(float64, matrix)> ''
  1252. | | | | | | | | | | | | | | | | | | | | | |Q0Chol [@BDG] <TensorType(float64, matrix)>
  1253. | | | | | | | | | | | | | | | | | | | | | |DimShuffle{1,0} [@BDH] <TensorType(float64, matrix)> 'Q0Chol.T'
  1254. | | | | | | | | | | | | | | | | | | | | |DimShuffle{0} [@BDI] <TensorType(float64, vector)> ''
  1255. | | | | | | | | | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@BCX] <TensorType(float64, vector)> ''
  1256. | | | | | | | | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@BDJ] <TensorType(float64, scalar)> ''
  1257. | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@BDK] <TensorType(float64, scalar)> ''
  1258. | | | | | | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@BDL] <TensorType(float64, scalar)> ''
  1259. | | | | | | | | | | | | | | | | | | | | | |Elemwise{mul,no_inplace} [@BDM] <TensorType(float64, scalar)> ''
  1260. | | | | | | | | | | | | | | | | | | | | | | |Elemwise{mul,no_inplace} [@BDN] <TensorType(float64, scalar)> ''
  1261. | | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0.5} [@BDO] <TensorType(float32, scalar)>
  1262. | | | | | | | | | | | | | | | | | | | | | | | |Elemwise{log,no_inplace} [@BDP] <TensorType(float64, scalar)> ''
  1263. | | | | | | | | | | | | | | | | | | | | | | | |Det [@BDQ] <TensorType(float64, scalar)> ''
  1264. | | | | | | | | | | | | | | | | | | | | | | | |MatrixInverse [@QP] <TensorType(float64, matrix)> ''
  1265. | | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@BDR] <TensorType(int64, scalar)> ''
  1266. | | | | | | | | | | | | | | | | | | | | | | |Shape [@BDS] <TensorType(int64, vector)> ''
  1267. | | | | | | | | | | | | | | | | | | | | | | | |batch_y [@V] <TensorType(float64, matrix)>
  1268. | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@BDT] <int64>
  1269. | | | | | | | | | | | | | | | | | | | | | |Elemwise{mul,no_inplace} [@BDU] <TensorType(float64, scalar)> ''
  1270. | | | | | | | | | | | | | | | | | | | | | |Elemwise{mul,no_inplace} [@BDV] <TensorType(float64, scalar)> ''
  1271. | | | | | | | | | | | | | | | | | | | | | | |TensorConstant{0.5} [@BDW] <TensorType(float32, scalar)>
  1272. | | | | | | | | | | | | | | | | | | | | | | |Elemwise{log,no_inplace} [@BDX] <TensorType(float64, scalar)> ''
  1273. | | | | | | | | | | | | | | | | | | | | | | |Det [@BDY] <TensorType(float64, scalar)> ''
  1274. | | | | | | | | | | | | | | | | | | | | | | |MatrixInverse [@BCP] <TensorType(float64, matrix)> ''
  1275. | | | | | | | | | | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@BDZ] <TensorType(int64, scalar)> ''
  1276. | | | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@BEA] <TensorType(int64, scalar)> ''
  1277. | | | | | | | | | | | | | | | | | | | | | | |Shape [@BEB] <TensorType(int64, vector)> ''
  1278. | | | | | | | | | | | | | | | | | | | | | | | |batch_y [@V] <TensorType(float64, matrix)>
  1279. | | | | | | | | | | | | | | | | | | | | | | |Constant{0} [@BEC] <int64>
  1280. | | | | | | | | | | | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1281. | | | | | | | | | | | | | | | | | | | | |Elemwise{mul,no_inplace} [@BED] <TensorType(float64, scalar)> ''
  1282. | | | | | | | | | | | | | | | | | | | | |TensorConstant{0.5} [@BEE] <TensorType(float32, scalar)>
  1283. | | | | | | | | | | | | | | | | | | | | |Elemwise{log,no_inplace} [@BEF] <TensorType(float64, scalar)> ''
  1284. | | | | | | | | | | | | | | | | | | | | |Det [@BEG] <TensorType(float64, scalar)> ''
  1285. | | | | | | | | | | | | | | | | | | | | |MatrixInverse [@BDE] <TensorType(float64, matrix)> ''
  1286. | | | | | | | | | | | | | | | | | | | |Elemwise{mul,no_inplace} [@BEH] <TensorType(float64, scalar)> ''
  1287. | | | | | | | | | | | | | | | | | | | |TensorConstant{5.51363119923} [@BEI] <TensorType(float64, scalar)>
  1288. | | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@BEJ] <TensorType(int64, scalar)> ''
  1289. | | | | | | | | | | | | | | | | | | | |Shape [@BEK] <TensorType(int64, vector)> ''
  1290. | | | | | | | | | | | | | | | | | | | | |batch_y [@V] <TensorType(float64, matrix)>
  1291. | | | | | | | | | | | | | | | | | | | |Constant{0} [@BEL] <int64>
  1292. | | | | | | | | | | | | | | | | | | |Subtensor{int64} [@BEM] <TensorType(int64, scalar)> ''
  1293. | | | | | | | | | | | | | | | | | | |Shape [@BEN] <TensorType(int64, vector)> ''
  1294. | | | | | | | | | | | | | | | | | | | |batch_y [@V] <TensorType(float64, matrix)>
  1295. | | | | | | | | | | | | | | | | | | |Constant{0} [@BEO] <int64>
  1296. | | | | | | | | | | | | | | | | | |TensorConstant{1.0} [@CM] <TensorType(float64, scalar)>
  1297. | | | | | | | | | | | | | | | | |Subtensor{int64} [@BEM] <TensorType(int64, scalar)> ''
  1298. | | | | | | | | | | | | | | | |MatrixInverse [@QP] <TensorType(float64, matrix)> ''
  1299. | | | | | | | | | | | | | | |DimShuffle{x,x} [@JS] <TensorType(float32, (True, True))> ''
  1300. | | | | | | | | | | | | | |DimShuffle{1,0} [@BEP] <TensorType(float64, matrix)> ''
  1301. | | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@JW] <TensorType(float64, matrix)> ''
  1302. | | | | | | | | | | | | |dot [@BEQ] <TensorType(float64, matrix)> ''
  1303. | | | | | | | | | | | | |DimShuffle{1,0} [@BER] <TensorType(float64, matrix)> ''
  1304. | | | | | | | | | | | | | |DimShuffle{1,0} [@JV] <TensorType(float64, matrix)> ''
  1305. | | | | | | | | | | | | |Elemwise{mul} [@JN] <TensorType(float64, matrix)> ''
  1306. | | | | | | | | | | | |DimShuffle{1,0} [@BES] <TensorType(float64, matrix)> 'W.T'
  1307. | | | | | | | | | | |TensorConstant{0} [@J] <TensorType(int8, scalar)>
  1308. | | | | | | | | | | |MakeVector [@BET] <TensorType(int64, vector)> ''
  1309. | | | | | | | | | | |Subtensor{int8} [@BEU] <TensorType(int64, scalar)> ''
  1310. | | | | | | | | | | | |Shape [@BEV] <TensorType(int64, vector)> ''
  1311. | | | | | | | | | | | | |DimShuffle{x,0} [@KB] <TensorType(float64, row)> ''
  1312. | | | | | | | | | | | |ScalarFromTensor [@BEW] <int8> ''
  1313. | | | | | | | | | | | |TensorConstant{0} [@J] <TensorType(int8, scalar)>
  1314. | | | | | | | | | | |Subtensor{int8} [@BEX] <TensorType(int64, scalar)> ''
  1315. | | | | | | | | | | |Shape [@BEY] <TensorType(int64, vector)> ''
  1316. | | | | | | | | | | | |Subtensor{int64::} [@KF] <TensorType(float64, matrix)> ''
  1317. | | | | | | | | | | |ScalarFromTensor [@BEZ] <int8> ''
  1318. | | | | | | | | | | |TensorConstant{0} [@J] <TensorType(int8, scalar)>
  1319. | | | | | | | | | |DimShuffle{1} [@BFA] <TensorType(float64, vector)> ''
  1320. | | | | | | | | | |Elemwise{identity} [@BFB] <TensorType(float64, row)> ''
  1321. | | | | | | | | | |Rebroadcast{1} [@BFC] <TensorType(float64, row)> ''
  1322. | | | | | | | | | |Subtensor{:int64:} [@BFD] <TensorType(float64, matrix)> ''
  1323. | | | | | | | | | |Subtensor{::int64} [@BFE] <TensorType(float64, matrix)> ''
  1324. | | | | | | | | | | |for{cpu,grad_of_scan_fn}.0 [@BFF] <TensorType(float64, matrix)> ''
  1325. | | | | | | | | | | | |Elemwise{sub,no_inplace} [@BFG] <TensorType(int64, scalar)> ''
  1326. | | | | | | | | | | | | |Subtensor{int64} [@BFH] <TensorType(int64, scalar)> ''
  1327. | | | | | | | | | | | | | |Shape [@BFI] <TensorType(int64, vector)> ''
  1328. | | | | | | | | | | | | | | |for{cpu,scan_fn} [@BFJ] <TensorType(float64, matrix)> ''
  1329. | | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@KH] <TensorType(int64, scalar)> ''
  1330. | | | | | | | | | | | | | | |Subtensor{:int64:} [@MM] <TensorType(float64, 3D)> ''
  1331. | | | | | | | | | | | | | | |Subtensor{:int64:} [@MO] <TensorType(float64, matrix)> ''
  1332. | | | | | | | | | | | | | | |IncSubtensor{Set;:int64:} [@MQ] <TensorType(float64, matrix)> ''
  1333. | | | | | | | | | | | | | |Constant{0} [@BFK] <int64>
  1334. | | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1335. | | | | | | | | | | | |Subtensor{:int64:} [@BFL] <TensorType(float64, 3D)> ''
  1336. | | | | | | | | | | | | |Subtensor{::int64} [@BFM] <TensorType(float64, 3D)> ''
  1337. | | | | | | | | | | | | | |Subtensor{:int64:} [@MM] <TensorType(float64, 3D)> ''
  1338. | | | | | | | | | | | | | |Constant{-1} [@BFN] <int64>
  1339. | | | | | | | | | | | | |ScalarFromTensor [@BFO] <int64> ''
  1340. | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@BFG] <TensorType(int64, scalar)> ''
  1341. | | | | | | | | | | | |Subtensor{:int64:} [@BFP] <TensorType(float64, matrix)> ''
  1342. | | | | | | | | | | | | |Subtensor{::int64} [@BFQ] <TensorType(float64, matrix)> ''
  1343. | | | | | | | | | | | | | |Subtensor{:int64:} [@MO] <TensorType(float64, matrix)> ''
  1344. | | | | | | | | | | | | | |Constant{-1} [@BFR] <int64>
  1345. | | | | | | | | | | | | |ScalarFromTensor [@BFS] <int64> ''
  1346. | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@BFG] <TensorType(int64, scalar)> ''
  1347. | | | | | | | | | | | |Subtensor{:int64:} [@BFT] <TensorType(float64, matrix)> ''
  1348. | | | | | | | | | | | | |Subtensor{::int64} [@BFU] <TensorType(float64, matrix)> ''
  1349. | | | | | | | | | | | | | |Subtensor{:int64:} [@BFV] <TensorType(float64, matrix)> ''
  1350. | | | | | | | | | | | | | | |for{cpu,scan_fn} [@BFJ] <TensorType(float64, matrix)> ''
  1351. | | | | | | | | | | | | | | |Constant{-1} [@BFW] <int64>
  1352. | | | | | | | | | | | | | |Constant{-1} [@BFX] <int64>
  1353. | | | | | | | | | | | | |ScalarFromTensor [@BFY] <int64> ''
  1354. | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@BFG] <TensorType(int64, scalar)> ''
  1355. | | | | | | | | | | | |Subtensor{:int64:} [@BFZ] <TensorType(float64, matrix)> ''
  1356. | | | | | | | | | | | | |Subtensor{:int64:} [@BGA] <TensorType(float64, matrix)> ''
  1357. | | | | | | | | | | | | | |Subtensor{::int64} [@BGB] <TensorType(float64, matrix)> ''
  1358. | | | | | | | | | | | | | | |for{cpu,scan_fn} [@BFJ] <TensorType(float64, matrix)> ''
  1359. | | | | | | | | | | | | | | |Constant{-1} [@BGC] <int64>
  1360. | | | | | | | | | | | | | |Constant{-1} [@BGD] <int64>
  1361. | | | | | | | | | | | | |ScalarFromTensor [@BGE] <int64> ''
  1362. | | | | | | | | | | | | |Elemwise{sub,no_inplace} [@BFG] <TensorType(int64, scalar)> ''
  1363. | | | | | | | | | | | |Subtensor{::int64} [@BGF] <TensorType(float64, matrix)> ''
  1364. | | | | | | | | | | | | |IncSubtensor{Inc;int64::} [@BGG] <TensorType(float64, matrix)> ''
  1365. | | | | | | | | | | | | | |Elemwise{second,no_inplace} [@BGH] <TensorType(float64, matrix)> ''
  1366. | | | | | | | | | | | | | | |for{cpu,scan_fn} [@KG] <TensorType(float64, matrix)> ''
  1367. | | | | | | | | | | | | | | |DimShuffle{x,x} [@BGI] <TensorType(float64, (True, True))> ''
  1368. | | | | | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1369. | | | | | | | | | | | | | |Split{2}.1 [@JG] <TensorType(float64, matrix)> ''
  1370. | | | | | | | | | | | | | |Constant{1} [@NC] <int64>
  1371. | | | | | | | | | | | | |Constant{-1} [@BGJ] <int64>
  1372. | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@KH] <TensorType(int64, scalar)> ''
  1373. | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@KH] <TensorType(int64, scalar)> ''
  1374. | | | | | | | | | | |Constant{-1} [@BGK] <int64>
  1375. | | | | | | | | | |ScalarFromTensor [@NB] <int64> ''
  1376. | | | | | | | | |Constant{0} [@IO] <int64>
  1377. | | | | | | | |IncSubtensor{Inc;:int64:} [@BGL] <TensorType(float64, 3D)> ''
  1378. | | | | | | | |Elemwise{second,no_inplace} [@BGM] <TensorType(float64, 3D)> ''
  1379. | | | | | | | | |Subtensor{int64::} [@IJ] <TensorType(float64, 3D)> ''
  1380. | | | | | | | | |DimShuffle{x,x,x} [@BGN] <TensorType(float64, (True, True, True))> ''
  1381. | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1382. | | | | | | | |IncSubtensor{Inc;int64::} [@BGO] <TensorType(float64, 3D)> ''
  1383. | | | | | | | | |Elemwise{second,no_inplace} [@BGP] <TensorType(float64, 3D)> ''
  1384. | | | | | | | | | |Subtensor{:int64:} [@KR] <TensorType(float64, 3D)> ''
  1385. | | | | | | | | | |DimShuffle{x,x,x} [@BGQ] <TensorType(float64, (True, True, True))> ''
  1386. | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1387. | | | | | | | | |IncSubtensor{Inc;:int64:} [@BGR] <TensorType(float64, 3D)> ''
  1388. | | | | | | | | | |Elemwise{second,no_inplace} [@BGS] <TensorType(float64, 3D)> ''
  1389. | | | | | | | | | | |Subtensor{int64::} [@KQ] <TensorType(float64, 3D)> ''
  1390. | | | | | | | | | | |DimShuffle{x,x,x} [@BGT] <TensorType(float64, (True, True, True))> ''
  1391. | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1392. | | | | | | | | | |Subtensor{::int64} [@BGU] <TensorType(float64, 3D)> ''
  1393. | | | | | | | | | | |for{cpu,grad_of_scan_fn}.0 [@BGV] <TensorType(float64, 3D)> ''
  1394. | | | | | | | | | | | |Subtensor{int64} [@BGW] <TensorType(int64, scalar)> ''
  1395. | | | | | | | | | | | | |Shape [@BGX] <TensorType(int64, vector)> ''
  1396. | | | | | | | | | | | | | |for{cpu,scan_fn} [@BGY] <TensorType(float64, 3D)> ''
  1397. | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@KM] <TensorType(int64, scalar)> ''
  1398. | | | | | | | | | | | | | |Subtensor{:int64:} [@LR] <TensorType(float64, 3D)> ''
  1399. | | | | | | | | | | | | | |Subtensor{:int64:} [@LT] <TensorType(float64, 3D)> ''
  1400. | | | | | | | | | | | | | |Subtensor{:int64:} [@LV] <TensorType(float64, 3D)> ''
  1401. | | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@KM] <TensorType(int64, scalar)> ''
  1402. | | | | | | | | | | | | |Constant{0} [@BGZ] <int64>
  1403. | | | | | | | | | | | |Subtensor{:int64:} [@BHA] <TensorType(float64, 3D)> ''
  1404. | | | | | | | | | | | | |Subtensor{::int64} [@BHB] <TensorType(float64, 3D)> ''
  1405. | | | | | | | | | | | | | |Subtensor{:int64:} [@LR] <TensorType(float64, 3D)> ''
  1406. | | | | | | | | | | | | | |Constant{-1} [@BHC] <int64>
  1407. | | | | | | | | | | | | |ScalarFromTensor [@BHD] <int64> ''
  1408. | | | | | | | | | | | | |Subtensor{int64} [@BGW] <TensorType(int64, scalar)> ''
  1409. | | | | | | | | | | | |Subtensor{:int64:} [@BHE] <TensorType(float64, 3D)> ''
  1410. | | | | | | | | | | | | |Subtensor{::int64} [@BHF] <TensorType(float64, 3D)> ''
  1411. | | | | | | | | | | | | | |Subtensor{:int64:} [@LT] <TensorType(float64, 3D)> ''
  1412. | | | | | | | | | | | | | |Constant{-1} [@BHG] <int64>
  1413. | | | | | | | | | | | | |ScalarFromTensor [@BHH] <int64> ''
  1414. | | | | | | | | | | | | |Subtensor{int64} [@BGW] <TensorType(int64, scalar)> ''
  1415. | | | | | | | | | | | |Subtensor{:int64:} [@BHI] <TensorType(float64, 3D)> ''
  1416. | | | | | | | | | | | | |Subtensor{::int64} [@BHJ] <TensorType(float64, 3D)> ''
  1417. | | | | | | | | | | | | | |Subtensor{:int64:} [@LV] <TensorType(float64, 3D)> ''
  1418. | | | | | | | | | | | | | |Constant{-1} [@BHK] <int64>
  1419. | | | | | | | | | | | | |ScalarFromTensor [@BHL] <int64> ''
  1420. | | | | | | | | | | | | |Subtensor{int64} [@BGW] <TensorType(int64, scalar)> ''
  1421. | | | | | | | | | | | |Subtensor{:int64:} [@BHM] <TensorType(float64, 3D)> ''
  1422. | | | | | | | | | | | | |Subtensor{::int64} [@BHN] <TensorType(float64, 3D)> ''
  1423. | | | | | | | | | | | | | |IncSubtensor{Inc;int64::} [@BHO] <TensorType(float64, 3D)> ''
  1424. | | | | | | | | | | | | | | |Elemwise{second,no_inplace} [@BHP] <TensorType(float64, 3D)> ''
  1425. | | | | | | | | | | | | | | | |for{cpu,scan_fn} [@KL] <TensorType(float64, 3D)> ''
  1426. | | | | | | | | | | | | | | | |DimShuffle{x,x,x} [@BHQ] <TensorType(float64, (True, True, True))> ''
  1427. | | | | | | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1428. | | | | | | | | | | | | | | |IncSubtensor{Inc;:int64:} [@BHR] <TensorType(float64, 3D)> ''
  1429. | | | | | | | | | | | | | | | |Elemwise{second,no_inplace} [@BHS] <TensorType(float64, 3D)> ''
  1430. | | | | | | | | | | | | | | | | |Subtensor{int64::} [@KK] <TensorType(float64, 3D)> ''
  1431. | | | | | | | | | | | | | | | | |DimShuffle{x,x,x} [@BHT] <TensorType(float64, (True, True, True))> ''
  1432. | | | | | | | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1433. | | | | | | | | | | | | | | | |Subtensor{::int64} [@BHU] <TensorType(float64, 3D)> ''
  1434. | | | | | | | | | | | | | | | | |for{cpu,grad_of_scan_fn}.1 [@BFF] <TensorType(float64, 3D)> ''
  1435. | | | | | | | | | | | | | | | | |Constant{-1} [@BHV] <int64>
  1436. | | | | | | | | | | | | | | | |ScalarFromTensor [@MN] <int64> ''
  1437. | | | | | | | | | | | | | | |Constant{0} [@LX] <int64>
  1438. | | | | | | | | | | | | | |Constant{-1} [@BHW] <int64>
  1439. | | | | | | | | | | | | |ScalarFromTensor [@BHX] <int64> ''
  1440. | | | | | | | | | | | | |Subtensor{int64} [@BGW] <TensorType(int64, scalar)> ''
  1441. | | | | | | | | | | | |Subtensor{:int64:} [@BHY] <TensorType(float64, 3D)> ''
  1442. | | | | | | | | | | | | |Subtensor{::int64} [@BHZ] <TensorType(float64, 3D)> ''
  1443. | | | | | | | | | | | | | |for{cpu,scan_fn} [@BGY] <TensorType(float64, 3D)> ''
  1444. | | | | | | | | | | | | | |Constant{-1} [@BIA] <int64>
  1445. | | | | | | | | | | | | |ScalarFromTensor [@BIB] <int64> ''
  1446. | | | | | | | | | | | | |Subtensor{int64} [@BGW] <TensorType(int64, scalar)> ''
  1447. | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@KM] <TensorType(int64, scalar)> ''
  1448. | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@KM] <TensorType(int64, scalar)> ''
  1449. | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@KM] <TensorType(int64, scalar)> ''
  1450. | | | | | | | | | | |Constant{-1} [@BIC] <int64>
  1451. | | | | | | | | | |ScalarFromTensor [@LS] <int64> ''
  1452. | | | | | | | | |Constant{0} [@KT] <int64>
  1453. | | | | | | | |Constant{-1} [@KS] <int64>
  1454. | | | | | | |IncSubtensor{Inc;int64::} [@BID] <TensorType(float64, 3D)> ''
  1455. | | | | | | |Elemwise{second,no_inplace} [@BIE] <TensorType(float64, 3D)> ''
  1456. | | | | | | | |Subtensor{int64::} [@IJ] <TensorType(float64, 3D)> ''
  1457. | | | | | | | |DimShuffle{x,x,x} [@BIF] <TensorType(float64, (True, True, True))> ''
  1458. | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1459. | | | | | | |IncSubtensor{Inc;int64::} [@BIG] <TensorType(float64, 3D)> ''
  1460. | | | | | | | |Elemwise{second,no_inplace} [@BIH] <TensorType(float64, 3D)> ''
  1461. | | | | | | | | |Subtensor{int64::} [@KY] <TensorType(float64, 3D)> ''
  1462. | | | | | | | | |DimShuffle{x,x,x} [@BII] <TensorType(float64, (True, True, True))> ''
  1463. | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1464. | | | | | | | |IncSubtensor{Inc;:int64:} [@BIJ] <TensorType(float64, 3D)> ''
  1465. | | | | | | | | |Elemwise{second,no_inplace} [@BIK] <TensorType(float64, 3D)> ''
  1466. | | | | | | | | | |Subtensor{int64::} [@KX] <TensorType(float64, 3D)> ''
  1467. | | | | | | | | | |DimShuffle{x,x,x} [@BIL] <TensorType(float64, (True, True, True))> ''
  1468. | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1469. | | | | | | | | |Subtensor{::int64} [@BIM] <TensorType(float64, 3D)> ''
  1470. | | | | | | | | | |for{cpu,grad_of_scan_fn}.1 [@BGV] <TensorType(float64, 3D)> ''
  1471. | | | | | | | | | |Constant{-1} [@BIN] <int64>
  1472. | | | | | | | | |ScalarFromTensor [@LU] <int64> ''
  1473. | | | | | | | |Constant{0} [@LA] <int64>
  1474. | | | | | | |Constant{1} [@KZ] <int64>
  1475. | | | | | |Subtensor{int64} [@BIO] <TensorType(float64, 3D)> ''
  1476. | | | | | |for{cpu,grad_of_scan_fn}.1 [@BIP] <TensorType(float64, 4D)> ''
  1477. | | | | | | |Subtensor{int64} [@BIQ] <TensorType(int64, scalar)> ''
  1478. | | | | | | | |Shape [@BIR] <TensorType(int64, vector)> ''
  1479. | | | | | | | | |for{cpu,scan_fn} [@BIS] <TensorType(float64, 3D)> ''
  1480. | | | | | | | | |Subtensor{int64} [@LG] <TensorType(int64, scalar)> ''
  1481. | | | | | | | | |Subtensor{:int64:} [@LN] <TensorType(int64, vector)> ''
  1482. | | | | | | | | |Subtensor{int64} [@LG] <TensorType(int64, scalar)> ''
  1483. | | | | | | | | |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  1484. | | | | | | | | |Subtensor{int64::} [@IJ] <TensorType(float64, 3D)> ''
  1485. | | | | | | | | |Elemwise{add,no_inplace} [@M] <TensorType(float64, 3D)> ''
  1486. | | | | | | | | |Elemwise{neg,no_inplace} [@FT] <TensorType(float64, 3D)> ''
  1487. | | | | | | | |Constant{0} [@BIT] <int64>
  1488. | | | | | | |Subtensor{:int64:} [@BIU] <TensorType(int64, vector)> ''
  1489. | | | | | | | |Subtensor{::int64} [@BIV] <TensorType(int64, vector)> ''
  1490. | | | | | | | | |Subtensor{:int64:} [@LN] <TensorType(int64, vector)> ''
  1491. | | | | | | | | |Constant{-1} [@BIW] <int64>
  1492. | | | | | | | |ScalarFromTensor [@BIX] <int64> ''
  1493. | | | | | | | |Subtensor{int64} [@BIQ] <TensorType(int64, scalar)> ''
  1494. | | | | | | |Subtensor{:int64:} [@BIY] <TensorType(float64, 3D)> ''
  1495. | | | | | | | |Subtensor{::int64} [@BIZ] <TensorType(float64, 3D)> ''
  1496. | | | | | | | | |IncSubtensor{Inc;int64::} [@BJA] <TensorType(float64, 3D)> ''
  1497. | | | | | | | | | |Elemwise{second,no_inplace} [@BJB] <TensorType(float64, 3D)> ''
  1498. | | | | | | | | | | |for{cpu,scan_fn} [@LF] <TensorType(float64, 3D)> ''
  1499. | | | | | | | | | | |DimShuffle{x,x,x} [@BJC] <TensorType(float64, (True, True, True))> ''
  1500. | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1501. | | | | | | | | | |IncSubtensor{Inc;:int64:} [@BJD] <TensorType(float64, 3D)> ''
  1502. | | | | | | | | | | |Elemwise{second,no_inplace} [@BJE] <TensorType(float64, 3D)> ''
  1503. | | | | | | | | | | | |Subtensor{int64::} [@LE] <TensorType(float64, 3D)> ''
  1504. | | | | | | | | | | | |DimShuffle{x,x,x} [@BJF] <TensorType(float64, (True, True, True))> ''
  1505. | | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1506. | | | | | | | | | | |Subtensor{::int64} [@BJG] <TensorType(float64, 3D)> ''
  1507. | | | | | | | | | | | |for{cpu,grad_of_scan_fn}.2 [@BGV] <TensorType(float64, 3D)> ''
  1508. | | | | | | | | | | | |Constant{-1} [@BJH] <int64>
  1509. | | | | | | | | | | |ScalarFromTensor [@LW] <int64> ''
  1510. | | | | | | | | | |Constant{0} [@LP] <int64>
  1511. | | | | | | | | |Constant{-1} [@BJI] <int64>
  1512. | | | | | | | |ScalarFromTensor [@BJJ] <int64> ''
  1513. | | | | | | | |Subtensor{int64} [@BIQ] <TensorType(int64, scalar)> ''
  1514. | | | | | | |Subtensor{:int64:} [@BJK] <TensorType(float64, 3D)> ''
  1515. | | | | | | | |Subtensor{::int64} [@BJL] <TensorType(float64, 3D)> ''
  1516. | | | | | | | | |for{cpu,scan_fn} [@BIS] <TensorType(float64, 3D)> ''
  1517. | | | | | | | | |Constant{-1} [@BJM] <int64>
  1518. | | | | | | | |ScalarFromTensor [@BJN] <int64> ''
  1519. | | | | | | | |Subtensor{int64} [@BIQ] <TensorType(int64, scalar)> ''
  1520. | | | | | | |Alloc [@BJO] <TensorType(float64, 4D)> ''
  1521. | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1522. | | | | | | | |Elemwise{add,no_inplace} [@BJP] <TensorType(int64, scalar)> ''
  1523. | | | | | | | | |Subtensor{int64} [@BIQ] <TensorType(int64, scalar)> ''
  1524. | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1525. | | | | | | | |Subtensor{int64} [@BJQ] <TensorType(int64, scalar)> ''
  1526. | | | | | | | | |Shape [@BJR] <TensorType(int64, vector)> ''
  1527. | | | | | | | | | |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  1528. | | | | | | | | |Constant{0} [@BJS] <int64>
  1529. | | | | | | | |Subtensor{int64} [@BJT] <TensorType(int64, scalar)> ''
  1530. | | | | | | | | |Shape [@BJU] <TensorType(int64, vector)> ''
  1531. | | | | | | | | | |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  1532. | | | | | | | | |Constant{1} [@BJV] <int64>
  1533. | | | | | | | |Subtensor{int64} [@BJW] <TensorType(int64, scalar)> ''
  1534. | | | | | | | |Shape [@BJX] <TensorType(int64, vector)> ''
  1535. | | | | | | | | |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  1536. | | | | | | | |Constant{2} [@BJY] <int64>
  1537. | | | | | | |Alloc [@BJZ] <TensorType(float64, 4D)> ''
  1538. | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1539. | | | | | | | |Elemwise{add,no_inplace} [@BKA] <TensorType(int64, scalar)> ''
  1540. | | | | | | | | |Subtensor{int64} [@BIQ] <TensorType(int64, scalar)> ''
  1541. | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1542. | | | | | | | |Subtensor{int64} [@BKB] <TensorType(int64, scalar)> ''
  1543. | | | | | | | | |Shape [@BKC] <TensorType(int64, vector)> ''
  1544. | | | | | | | | | |Subtensor{int64::} [@IJ] <TensorType(float64, 3D)> ''
  1545. | | | | | | | | |Constant{0} [@BKD] <int64>
  1546. | | | | | | | |Subtensor{int64} [@BKE] <TensorType(int64, scalar)> ''
  1547. | | | | | | | | |Shape [@BKF] <TensorType(int64, vector)> ''
  1548. | | | | | | | | | |Subtensor{int64::} [@IJ] <TensorType(float64, 3D)> ''
  1549. | | | | | | | | |Constant{1} [@BKG] <int64>
  1550. | | | | | | | |Subtensor{int64} [@BKH] <TensorType(int64, scalar)> ''
  1551. | | | | | | | |Shape [@BKI] <TensorType(int64, vector)> ''
  1552. | | | | | | | | |Subtensor{int64::} [@IJ] <TensorType(float64, 3D)> ''
  1553. | | | | | | | |Constant{2} [@BKJ] <int64>
  1554. | | | | | | |Alloc [@BKK] <TensorType(float64, 4D)> ''
  1555. | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1556. | | | | | | | |Elemwise{add,no_inplace} [@BKL] <TensorType(int64, scalar)> ''
  1557. | | | | | | | | |Subtensor{int64} [@BIQ] <TensorType(int64, scalar)> ''
  1558. | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1559. | | | | | | | |Subtensor{int64} [@BKM] <TensorType(int64, scalar)> ''
  1560. | | | | | | | | |Shape [@BKN] <TensorType(int64, vector)> ''
  1561. | | | | | | | | | |Elemwise{add,no_inplace} [@M] <TensorType(float64, 3D)> ''
  1562. | | | | | | | | |Constant{0} [@BKO] <int64>
  1563. | | | | | | | |Subtensor{int64} [@BKP] <TensorType(int64, scalar)> ''
  1564. | | | | | | | | |Shape [@BKQ] <TensorType(int64, vector)> ''
  1565. | | | | | | | | | |Elemwise{add,no_inplace} [@M] <TensorType(float64, 3D)> ''
  1566. | | | | | | | | |Constant{1} [@BKR] <int64>
  1567. | | | | | | | |Subtensor{int64} [@BKS] <TensorType(int64, scalar)> ''
  1568. | | | | | | | |Shape [@BKT] <TensorType(int64, vector)> ''
  1569. | | | | | | | | |Elemwise{add,no_inplace} [@M] <TensorType(float64, 3D)> ''
  1570. | | | | | | | |Constant{2} [@BKU] <int64>
  1571. | | | | | | |Alloc [@BKV] <TensorType(float64, 4D)> ''
  1572. | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1573. | | | | | | | |Elemwise{add,no_inplace} [@BKW] <TensorType(int64, scalar)> ''
  1574. | | | | | | | | |Subtensor{int64} [@BIQ] <TensorType(int64, scalar)> ''
  1575. | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1576. | | | | | | | |Subtensor{int64} [@BKX] <TensorType(int64, scalar)> ''
  1577. | | | | | | | | |Shape [@BKY] <TensorType(int64, vector)> ''
  1578. | | | | | | | | | |Elemwise{neg,no_inplace} [@FT] <TensorType(float64, 3D)> ''
  1579. | | | | | | | | |Constant{0} [@BKZ] <int64>
  1580. | | | | | | | |Subtensor{int64} [@BLA] <TensorType(int64, scalar)> ''
  1581. | | | | | | | | |Shape [@BLB] <TensorType(int64, vector)> ''
  1582. | | | | | | | | | |Elemwise{neg,no_inplace} [@FT] <TensorType(float64, 3D)> ''
  1583. | | | | | | | | |Constant{1} [@BLC] <int64>
  1584. | | | | | | | |Subtensor{int64} [@BLD] <TensorType(int64, scalar)> ''
  1585. | | | | | | | |Shape [@BLE] <TensorType(int64, vector)> ''
  1586. | | | | | | | | |Elemwise{neg,no_inplace} [@FT] <TensorType(float64, 3D)> ''
  1587. | | | | | | | |Constant{2} [@BLF] <int64>
  1588. | | | | | | |Subtensor{int64} [@LG] <TensorType(int64, scalar)> ''
  1589. | | | | | | |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  1590. | | | | | | |Subtensor{int64::} [@IJ] <TensorType(float64, 3D)> ''
  1591. | | | | | | |Elemwise{add,no_inplace} [@M] <TensorType(float64, 3D)> ''
  1592. | | | | | | |Elemwise{neg,no_inplace} [@FT] <TensorType(float64, 3D)> ''
  1593. | | | | | |Constant{-1} [@BLG] <int64>
  1594. | | | | |Subtensor{int64} [@BLH] <TensorType(float64, 3D)> ''
  1595. | | | | |for{cpu,grad_of_scan_fn}.3 [@BLI] <TensorType(float64, 4D)> ''
  1596. | | | | | |Elemwise{sub,no_inplace} [@BLJ] <TensorType(int64, scalar)> ''
  1597. | | | | | | |Subtensor{int64} [@BLK] <TensorType(int64, scalar)> ''
  1598. | | | | | | | |Shape [@BLL] <TensorType(int64, vector)> ''
  1599. | | | | | | | | |for{cpu,scan_fn} [@BLM] <TensorType(float64, matrix)> ''
  1600. | | | | | | | | |Subtensor{int64} [@PO] <TensorType(int64, scalar)> ''
  1601. | | | | | | | | |Subtensor{:int64:} [@PV] <TensorType(int64, vector)> ''
  1602. | | | | | | | | |IncSubtensor{Set;:int64:} [@PX] <TensorType(float64, matrix)> ''
  1603. | | | | | | | | |for{cpu,scan_fn} [@NK] <TensorType(float64, matrix)> ''
  1604. | | | | | | | | |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  1605. | | | | | | | | |Subtensor{int64::} [@IJ] <TensorType(float64, 3D)> ''
  1606. | | | | | | | |Constant{0} [@BLN] <int64>
  1607. | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1608. | | | | | |Subtensor{:int64:} [@BLO] <TensorType(int64, vector)> ''
  1609. | | | | | | |Subtensor{::int64} [@BLP] <TensorType(int64, vector)> ''
  1610. | | | | | | | |Subtensor{:int64:} [@PV] <TensorType(int64, vector)> ''
  1611. | | | | | | | |Constant{-1} [@BLQ] <int64>
  1612. | | | | | | |ScalarFromTensor [@BLR] <int64> ''
  1613. | | | | | | |Elemwise{sub,no_inplace} [@BLJ] <TensorType(int64, scalar)> ''
  1614. | | | | | |Subtensor{:int64:} [@BLS] <TensorType(float64, matrix)> ''
  1615. | | | | | | |Subtensor{::int64} [@BLT] <TensorType(float64, matrix)> ''
  1616. | | | | | | | |Subtensor{:int64:} [@BLU] <TensorType(float64, matrix)> ''
  1617. | | | | | | | | |for{cpu,scan_fn} [@BLM] <TensorType(float64, matrix)> ''
  1618. | | | | | | | | |Constant{-1} [@BLV] <int64>
  1619. | | | | | | | |Constant{-1} [@BLW] <int64>
  1620. | | | | | | |ScalarFromTensor [@BLX] <int64> ''
  1621. | | | | | | |Elemwise{sub,no_inplace} [@BLJ] <TensorType(int64, scalar)> ''
  1622. | | | | | |Subtensor{:int64:} [@BLY] <TensorType(float64, matrix)> ''
  1623. | | | | | | |Subtensor{:int64:} [@BLZ] <TensorType(float64, matrix)> ''
  1624. | | | | | | | |Subtensor{::int64} [@BMA] <TensorType(float64, matrix)> ''
  1625. | | | | | | | | |for{cpu,scan_fn} [@BLM] <TensorType(float64, matrix)> ''
  1626. | | | | | | | | |Constant{-1} [@BMB] <int64>
  1627. | | | | | | | |Constant{-1} [@BMC] <int64>
  1628. | | | | | | |ScalarFromTensor [@BMD] <int64> ''
  1629. | | | | | | |Elemwise{sub,no_inplace} [@BLJ] <TensorType(int64, scalar)> ''
  1630. | | | | | |Subtensor{::int64} [@BME] <TensorType(float64, matrix)> ''
  1631. | | | | | | |IncSubtensor{Inc;int64::} [@BMF] <TensorType(float64, matrix)> ''
  1632. | | | | | | | |Elemwise{second,no_inplace} [@BMG] <TensorType(float64, matrix)> ''
  1633. | | | | | | | | |for{cpu,scan_fn} [@PN] <TensorType(float64, matrix)> ''
  1634. | | | | | | | | |DimShuffle{x,x} [@BMH] <TensorType(float64, (True, True))> ''
  1635. | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1636. | | | | | | | |Subtensor{int64} [@BMI] <TensorType(float64, matrix)> ''
  1637. | | | | | | | | |for{cpu,grad_of_scan_fn}.5 [@BMJ] <TensorType(float64, 3D)> ''
  1638. | | | | | | | | | |Subtensor{int64} [@BMK] <TensorType(int64, scalar)> ''
  1639. | | | | | | | | | | |Shape [@BML] <TensorType(int64, vector)> ''
  1640. | | | | | | | | | | | |for{cpu,scan_fn} [@BMM] <TensorType(float64, matrix)> ''
  1641. | | | | | | | | | | | |Subtensor{int64} [@NE] <TensorType(int64, scalar)> ''
  1642. | | | | | | | | | | | |Subtensor{:int64:} [@OI] <TensorType(int64, vector)> ''
  1643. | | | | | | | | | | | |Subtensor{int64} [@NE] <TensorType(int64, scalar)> ''
  1644. | | | | | | | | | | | |W [@W] <TensorType(float64, matrix)>
  1645. | | | | | | | | | | | |b [@Y] <TensorType(float64, vector)>
  1646. | | | | | | | | | | | |W [@NW] <TensorType(float64, matrix)>
  1647. | | | | | | | | | | | |b [@NY] <TensorType(float64, vector)>
  1648. | | | | | | | | | | | |Subtensor{int64::} [@OK] <TensorType(float64, matrix)> ''
  1649. | | | | | | | | | | | |Subtensor{int64::} [@PM] <TensorType(float64, matrix)> ''
  1650. | | | | | | | | | | | |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  1651. | | | | | | | | | | | |Subtensor{int64::} [@IJ] <TensorType(float64, 3D)> ''
  1652. | | | | | | | | | | | |batch_y [@V] <TensorType(float64, matrix)>
  1653. | | | | | | | | | | |Constant{0} [@BMN] <int64>
  1654. | | | | | | | | | |Subtensor{:int64:} [@BMO] <TensorType(int64, vector)> ''
  1655. | | | | | | | | | | |Subtensor{::int64} [@BMP] <TensorType(int64, vector)> ''
  1656. | | | | | | | | | | | |Subtensor{:int64:} [@OI] <TensorType(int64, vector)> ''
  1657. | | | | | | | | | | | |Constant{-1} [@BMQ] <int64>
  1658. | | | | | | | | | | |ScalarFromTensor [@BMR] <int64> ''
  1659. | | | | | | | | | | |Subtensor{int64} [@BMK] <TensorType(int64, scalar)> ''
  1660. | | | | | | | | | |Subtensor{:int64:} [@BMS] <TensorType(float64, matrix)> ''
  1661. | | | | | | | | | | |Subtensor{::int64} [@BMT] <TensorType(float64, matrix)> ''
  1662. | | | | | | | | | | | |dot [@JH] <TensorType(float64, matrix)> ''
  1663. | | | | | | | | | | | |Constant{-1} [@BMU] <int64>
  1664. | | | | | | | | | | |ScalarFromTensor [@BMV] <int64> ''
  1665. | | | | | | | | | | |Subtensor{int64} [@BMK] <TensorType(int64, scalar)> ''
  1666. | | | | | | | | | |Subtensor{:int64:} [@BMW] <TensorType(float64, matrix)> ''
  1667. | | | | | | | | | | |Subtensor{::int64} [@BMX] <TensorType(float64, matrix)> ''
  1668. | | | | | | | | | | | |for{cpu,scan_fn} [@BMM] <TensorType(float64, matrix)> ''
  1669. | | | | | | | | | | | |Constant{-1} [@BMY] <int64>
  1670. | | | | | | | | | | |ScalarFromTensor [@BMZ] <int64> ''
  1671. | | | | | | | | | | |Subtensor{int64} [@BMK] <TensorType(int64, scalar)> ''
  1672. | | | | | | | | | |Alloc [@BNA] <TensorType(float64, 3D)> ''
  1673. | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1674. | | | | | | | | | | |Elemwise{add,no_inplace} [@BNB] <TensorType(int64, scalar)> ''
  1675. | | | | | | | | | | | |Subtensor{int64} [@BMK] <TensorType(int64, scalar)> ''
  1676. | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1677. | | | | | | | | | | |Subtensor{int64} [@BNC] <TensorType(int64, scalar)> ''
  1678. | | | | | | | | | | | |Shape [@BND] <TensorType(int64, vector)> ''
  1679. | | | | | | | | | | | | |W [@W] <TensorType(float64, matrix)>
  1680. | | | | | | | | | | | |Constant{0} [@BNE] <int64>
  1681. | | | | | | | | | | |Subtensor{int64} [@BNF] <TensorType(int64, scalar)> ''
  1682. | | | | | | | | | | |Shape [@BNG] <TensorType(int64, vector)> ''
  1683. | | | | | | | | | | | |W [@W] <TensorType(float64, matrix)>
  1684. | | | | | | | | | | |Constant{1} [@BNH] <int64>
  1685. | | | | | | | | | |Alloc [@BNI] <TensorType(float64, matrix)> ''
  1686. | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1687. | | | | | | | | | | |Elemwise{add,no_inplace} [@BNJ] <TensorType(int64, scalar)> ''
  1688. | | | | | | | | | | | |Subtensor{int64} [@BMK] <TensorType(int64, scalar)> ''
  1689. | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1690. | | | | | | | | | | |Subtensor{int64} [@BNK] <TensorType(int64, scalar)> ''
  1691. | | | | | | | | | | |Shape [@BNL] <TensorType(int64, vector)> ''
  1692. | | | | | | | | | | | |b [@Y] <TensorType(float64, vector)>
  1693. | | | | | | | | | | |Constant{0} [@BNM] <int64>
  1694. | | | | | | | | | |Alloc [@BNN] <TensorType(float64, 3D)> ''
  1695. | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1696. | | | | | | | | | | |Elemwise{add,no_inplace} [@BNO] <TensorType(int64, scalar)> ''
  1697. | | | | | | | | | | | |Subtensor{int64} [@BMK] <TensorType(int64, scalar)> ''
  1698. | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1699. | | | | | | | | | | |Subtensor{int64} [@BNP] <TensorType(int64, scalar)> ''
  1700. | | | | | | | | | | | |Shape [@BNQ] <TensorType(int64, vector)> ''
  1701. | | | | | | | | | | | | |W [@NW] <TensorType(float64, matrix)>
  1702. | | | | | | | | | | | |Constant{0} [@BNR] <int64>
  1703. | | | | | | | | | | |Subtensor{int64} [@BNS] <TensorType(int64, scalar)> ''
  1704. | | | | | | | | | | |Shape [@BNT] <TensorType(int64, vector)> ''
  1705. | | | | | | | | | | | |W [@NW] <TensorType(float64, matrix)>
  1706. | | | | | | | | | | |Constant{1} [@BNU] <int64>
  1707. | | | | | | | | | |Alloc [@BNV] <TensorType(float64, matrix)> ''
  1708. | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1709. | | | | | | | | | | |Elemwise{add,no_inplace} [@BNW] <TensorType(int64, scalar)> ''
  1710. | | | | | | | | | | | |Subtensor{int64} [@BMK] <TensorType(int64, scalar)> ''
  1711. | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1712. | | | | | | | | | | |Subtensor{int64} [@BNX] <TensorType(int64, scalar)> ''
  1713. | | | | | | | | | | |Shape [@BNY] <TensorType(int64, vector)> ''
  1714. | | | | | | | | | | | |b [@NY] <TensorType(float64, vector)>
  1715. | | | | | | | | | | |Constant{0} [@BNZ] <int64>
  1716. | | | | | | | | | |Alloc [@BOA] <TensorType(float64, 3D)> ''
  1717. | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1718. | | | | | | | | | | |Elemwise{add,no_inplace} [@BOB] <TensorType(int64, scalar)> ''
  1719. | | | | | | | | | | | |Subtensor{int64} [@BMK] <TensorType(int64, scalar)> ''
  1720. | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1721. | | | | | | | | | | |Subtensor{int64} [@BOC] <TensorType(int64, scalar)> ''
  1722. | | | | | | | | | | | |Shape [@BOD] <TensorType(int64, vector)> ''
  1723. | | | | | | | | | | | | |Subtensor{int64::} [@OK] <TensorType(float64, matrix)> ''
  1724. | | | | | | | | | | | |Constant{0} [@BOE] <int64>
  1725. | | | | | | | | | | |Subtensor{int64} [@BOF] <TensorType(int64, scalar)> ''
  1726. | | | | | | | | | | |Shape [@BOG] <TensorType(int64, vector)> ''
  1727. | | | | | | | | | | | |Subtensor{int64::} [@OK] <TensorType(float64, matrix)> ''
  1728. | | | | | | | | | | |Constant{1} [@BOH] <int64>
  1729. | | | | | | | | | |Alloc [@BOI] <TensorType(float64, 3D)> ''
  1730. | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1731. | | | | | | | | | | |Elemwise{add,no_inplace} [@BOJ] <TensorType(int64, scalar)> ''
  1732. | | | | | | | | | | | |Subtensor{int64} [@BMK] <TensorType(int64, scalar)> ''
  1733. | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1734. | | | | | | | | | | |Subtensor{int64} [@BOK] <TensorType(int64, scalar)> ''
  1735. | | | | | | | | | | | |Shape [@BOL] <TensorType(int64, vector)> ''
  1736. | | | | | | | | | | | | |Subtensor{int64::} [@PM] <TensorType(float64, matrix)> ''
  1737. | | | | | | | | | | | |Constant{0} [@BOM] <int64>
  1738. | | | | | | | | | | |Subtensor{int64} [@BON] <TensorType(int64, scalar)> ''
  1739. | | | | | | | | | | |Shape [@BOO] <TensorType(int64, vector)> ''
  1740. | | | | | | | | | | | |Subtensor{int64::} [@PM] <TensorType(float64, matrix)> ''
  1741. | | | | | | | | | | |Constant{1} [@BOP] <int64>
  1742. | | | | | | | | | |Alloc [@BOQ] <TensorType(float64, 4D)> ''
  1743. | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1744. | | | | | | | | | | |Elemwise{add,no_inplace} [@BOR] <TensorType(int64, scalar)> ''
  1745. | | | | | | | | | | | |Subtensor{int64} [@BMK] <TensorType(int64, scalar)> ''
  1746. | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1747. | | | | | | | | | | |Subtensor{int64} [@BOS] <TensorType(int64, scalar)> ''
  1748. | | | | | | | | | | | |Shape [@BOT] <TensorType(int64, vector)> ''
  1749. | | | | | | | | | | | | |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  1750. | | | | | | | | | | | |Constant{0} [@BOU] <int64>
  1751. | | | | | | | | | | |Subtensor{int64} [@BOV] <TensorType(int64, scalar)> ''
  1752. | | | | | | | | | | | |Shape [@BOW] <TensorType(int64, vector)> ''
  1753. | | | | | | | | | | | | |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  1754. | | | | | | | | | | | |Constant{1} [@BOX] <int64>
  1755. | | | | | | | | | | |Subtensor{int64} [@BOY] <TensorType(int64, scalar)> ''
  1756. | | | | | | | | | | |Shape [@BOZ] <TensorType(int64, vector)> ''
  1757. | | | | | | | | | | | |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  1758. | | | | | | | | | | |Constant{2} [@BPA] <int64>
  1759. | | | | | | | | | |Alloc [@BPB] <TensorType(float64, 4D)> ''
  1760. | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1761. | | | | | | | | | | |Elemwise{add,no_inplace} [@BPC] <TensorType(int64, scalar)> ''
  1762. | | | | | | | | | | | |Subtensor{int64} [@BMK] <TensorType(int64, scalar)> ''
  1763. | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1764. | | | | | | | | | | |Subtensor{int64} [@BPD] <TensorType(int64, scalar)> ''
  1765. | | | | | | | | | | | |Shape [@BPE] <TensorType(int64, vector)> ''
  1766. | | | | | | | | | | | | |Subtensor{int64::} [@IJ] <TensorType(float64, 3D)> ''
  1767. | | | | | | | | | | | |Constant{0} [@BPF] <int64>
  1768. | | | | | | | | | | |Subtensor{int64} [@BPG] <TensorType(int64, scalar)> ''
  1769. | | | | | | | | | | | |Shape [@BPH] <TensorType(int64, vector)> ''
  1770. | | | | | | | | | | | | |Subtensor{int64::} [@IJ] <TensorType(float64, 3D)> ''
  1771. | | | | | | | | | | | |Constant{1} [@BPI] <int64>
  1772. | | | | | | | | | | |Subtensor{int64} [@BPJ] <TensorType(int64, scalar)> ''
  1773. | | | | | | | | | | |Shape [@BPK] <TensorType(int64, vector)> ''
  1774. | | | | | | | | | | | |Subtensor{int64::} [@IJ] <TensorType(float64, 3D)> ''
  1775. | | | | | | | | | | |Constant{2} [@BPL] <int64>
  1776. | | | | | | | | | |Alloc [@BPM] <TensorType(float64, 3D)> ''
  1777. | | | | | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1778. | | | | | | | | | | |Elemwise{add,no_inplace} [@BPN] <TensorType(int64, scalar)> ''
  1779. | | | | | | | | | | | |Subtensor{int64} [@BMK] <TensorType(int64, scalar)> ''
  1780. | | | | | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1781. | | | | | | | | | | |Subtensor{int64} [@BPO] <TensorType(int64, scalar)> ''
  1782. | | | | | | | | | | | |Shape [@BPP] <TensorType(int64, vector)> ''
  1783. | | | | | | | | | | | | |batch_y [@V] <TensorType(float64, matrix)>
  1784. | | | | | | | | | | | |Constant{0} [@BPQ] <int64>
  1785. | | | | | | | | | | |Subtensor{int64} [@BPR] <TensorType(int64, scalar)> ''
  1786. | | | | | | | | | | |Shape [@BPS] <TensorType(int64, vector)> ''
  1787. | | | | | | | | | | | |batch_y [@V] <TensorType(float64, matrix)>
  1788. | | | | | | | | | | |Constant{1} [@BPT] <int64>
  1789. | | | | | | | | | |Subtensor{int64} [@NE] <TensorType(int64, scalar)> ''
  1790. | | | | | | | | | |W [@W] <TensorType(float64, matrix)>
  1791. | | | | | | | | | |b [@Y] <TensorType(float64, vector)>
  1792. | | | | | | | | | |W [@NW] <TensorType(float64, matrix)>
  1793. | | | | | | | | | |b [@NY] <TensorType(float64, vector)>
  1794. | | | | | | | | | |Subtensor{int64::} [@OK] <TensorType(float64, matrix)> ''
  1795. | | | | | | | | | |Subtensor{int64::} [@PM] <TensorType(float64, matrix)> ''
  1796. | | | | | | | | | |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  1797. | | | | | | | | | |Subtensor{int64::} [@IJ] <TensorType(float64, 3D)> ''
  1798. | | | | | | | | | |batch_y [@V] <TensorType(float64, matrix)>
  1799. | | | | | | | | |Constant{-1} [@BPU] <int64>
  1800. | | | | | | | |Constant{1} [@QL] <int64>
  1801. | | | | | | |Constant{-1} [@BPV] <int64>
  1802. | | | | | |Alloc [@BPW] <TensorType(float64, 3D)> ''
  1803. | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1804. | | | | | | |Elemwise{add,no_inplace} [@BPX] <TensorType(int64, scalar)> ''
  1805. | | | | | | | |Elemwise{sub,no_inplace} [@BLJ] <TensorType(int64, scalar)> ''
  1806. | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1807. | | | | | | |Subtensor{int64} [@BPY] <TensorType(int64, scalar)> ''
  1808. | | | | | | | |Shape [@BPZ] <TensorType(int64, vector)> ''
  1809. | | | | | | | | |for{cpu,scan_fn} [@NK] <TensorType(float64, matrix)> ''
  1810. | | | | | | | |Constant{0} [@BQA] <int64>
  1811. | | | | | | |Subtensor{int64} [@BQB] <TensorType(int64, scalar)> ''
  1812. | | | | | | |Shape [@BQC] <TensorType(int64, vector)> ''
  1813. | | | | | | | |for{cpu,scan_fn} [@NK] <TensorType(float64, matrix)> ''
  1814. | | | | | | |Constant{1} [@BQD] <int64>
  1815. | | | | | |Alloc [@BQE] <TensorType(float64, 4D)> ''
  1816. | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1817. | | | | | | |Elemwise{add,no_inplace} [@BQF] <TensorType(int64, scalar)> ''
  1818. | | | | | | | |Elemwise{sub,no_inplace} [@BLJ] <TensorType(int64, scalar)> ''
  1819. | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1820. | | | | | | |Subtensor{int64} [@BQG] <TensorType(int64, scalar)> ''
  1821. | | | | | | | |Shape [@BQH] <TensorType(int64, vector)> ''
  1822. | | | | | | | | |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  1823. | | | | | | | |Constant{0} [@BQI] <int64>
  1824. | | | | | | |Subtensor{int64} [@BQJ] <TensorType(int64, scalar)> ''
  1825. | | | | | | | |Shape [@BQK] <TensorType(int64, vector)> ''
  1826. | | | | | | | | |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  1827. | | | | | | | |Constant{1} [@BQL] <int64>
  1828. | | | | | | |Subtensor{int64} [@BQM] <TensorType(int64, scalar)> ''
  1829. | | | | | | |Shape [@BQN] <TensorType(int64, vector)> ''
  1830. | | | | | | | |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  1831. | | | | | | |Constant{2} [@BQO] <int64>
  1832. | | | | | |Alloc [@BQP] <TensorType(float64, 4D)> ''
  1833. | | | | | | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1834. | | | | | | |Elemwise{add,no_inplace} [@BQQ] <TensorType(int64, scalar)> ''
  1835. | | | | | | | |Elemwise{sub,no_inplace} [@BLJ] <TensorType(int64, scalar)> ''
  1836. | | | | | | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1837. | | | | | | |Subtensor{int64} [@BQR] <TensorType(int64, scalar)> ''
  1838. | | | | | | | |Shape [@BQS] <TensorType(int64, vector)> ''
  1839. | | | | | | | | |Subtensor{int64::} [@IJ] <TensorType(float64, 3D)> ''
  1840. | | | | | | | |Constant{0} [@BQT] <int64>
  1841. | | | | | | |Subtensor{int64} [@BQU] <TensorType(int64, scalar)> ''
  1842. | | | | | | | |Shape [@BQV] <TensorType(int64, vector)> ''
  1843. | | | | | | | | |Subtensor{int64::} [@IJ] <TensorType(float64, 3D)> ''
  1844. | | | | | | | |Constant{1} [@BQW] <int64>
  1845. | | | | | | |Subtensor{int64} [@BQX] <TensorType(int64, scalar)> ''
  1846. | | | | | | |Shape [@BQY] <TensorType(int64, vector)> ''
  1847. | | | | | | | |Subtensor{int64::} [@IJ] <TensorType(float64, 3D)> ''
  1848. | | | | | | |Constant{2} [@BQZ] <int64>
  1849. | | | | | |Subtensor{int64} [@PO] <TensorType(int64, scalar)> ''
  1850. | | | | | |for{cpu,scan_fn} [@NK] <TensorType(float64, matrix)> ''
  1851. | | | | | |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  1852. | | | | | |Subtensor{int64::} [@IJ] <TensorType(float64, 3D)> ''
  1853. | | | | |Constant{-1} [@BRA] <int64>
  1854. | | | |Subtensor{int64} [@BRB] <TensorType(float64, 3D)> ''
  1855. | | | |for{cpu,grad_of_scan_fn}.7 [@BMJ] <TensorType(float64, 4D)> ''
  1856. | | | |Constant{-1} [@BRC] <int64>
  1857. | | |Constant{1} [@IK] <int64>
  1858. | |Constant{-1} [@BRD] <int64>
  1859. |Alloc [@BRE] <TensorType(float64, 4D)> ''
  1860. | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1861. | |Elemwise{add,no_inplace} [@BRF] <TensorType(int64, scalar)> ''
  1862. | | |Elemwise{sub,no_inplace} [@B] <TensorType(int64, scalar)> ''
  1863. | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1864. | |Subtensor{int64} [@BRG] <TensorType(int64, scalar)> ''
  1865. | | |Shape [@BRH] <TensorType(int64, vector)> ''
  1866. | | | |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  1867. | | |Constant{0} [@BRI] <int64>
  1868. | |Subtensor{int64} [@BRJ] <TensorType(int64, scalar)> ''
  1869. | | |Shape [@BRK] <TensorType(int64, vector)> ''
  1870. | | | |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  1871. | | |Constant{1} [@BRL] <int64>
  1872. | |Subtensor{int64} [@BRM] <TensorType(int64, scalar)> ''
  1873. | |Shape [@BRN] <TensorType(int64, vector)> ''
  1874. | | |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  1875. | |Constant{2} [@BRO] <int64>
  1876. |Alloc [@BRP] <TensorType(float64, 4D)> ''
  1877. | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1878. | |Elemwise{add,no_inplace} [@BRQ] <TensorType(int64, scalar)> ''
  1879. | | |Elemwise{sub,no_inplace} [@B] <TensorType(int64, scalar)> ''
  1880. | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1881. | |Subtensor{int64} [@BRR] <TensorType(int64, scalar)> ''
  1882. | | |Shape [@BRS] <TensorType(int64, vector)> ''
  1883. | | | |Elemwise{add,no_inplace} [@M] <TensorType(float64, 3D)> ''
  1884. | | |Constant{0} [@BRT] <int64>
  1885. | |Subtensor{int64} [@BRU] <TensorType(int64, scalar)> ''
  1886. | | |Shape [@BRV] <TensorType(int64, vector)> ''
  1887. | | | |Elemwise{add,no_inplace} [@M] <TensorType(float64, 3D)> ''
  1888. | | |Constant{1} [@BRW] <int64>
  1889. | |Subtensor{int64} [@BRX] <TensorType(int64, scalar)> ''
  1890. | |Shape [@BRY] <TensorType(int64, vector)> ''
  1891. | | |Elemwise{add,no_inplace} [@M] <TensorType(float64, 3D)> ''
  1892. | |Constant{2} [@BRZ] <int64>
  1893. |Alloc [@BSA] <TensorType(float64, 4D)> ''
  1894. | |TensorConstant{0.0} [@DZ] <TensorType(float64, scalar)>
  1895. | |Elemwise{add,no_inplace} [@BSB] <TensorType(int64, scalar)> ''
  1896. | | |Elemwise{sub,no_inplace} [@B] <TensorType(int64, scalar)> ''
  1897. | | |TensorConstant{1} [@CS] <TensorType(int8, scalar)>
  1898. | |Subtensor{int64} [@BSC] <TensorType(int64, scalar)> ''
  1899. | | |Shape [@BSD] <TensorType(int64, vector)> ''
  1900. | | | |Elemwise{neg,no_inplace} [@FT] <TensorType(float64, 3D)> ''
  1901. | | |Constant{0} [@BSE] <int64>
  1902. | |Subtensor{int64} [@BSF] <TensorType(int64, scalar)> ''
  1903. | | |Shape [@BSG] <TensorType(int64, vector)> ''
  1904. | | | |Elemwise{neg,no_inplace} [@FT] <TensorType(float64, 3D)> ''
  1905. | | |Constant{1} [@BSH] <int64>
  1906. | |Subtensor{int64} [@BSI] <TensorType(int64, scalar)> ''
  1907. | |Shape [@BSJ] <TensorType(int64, vector)> ''
  1908. | | |Elemwise{neg,no_inplace} [@FT] <TensorType(float64, 3D)> ''
  1909. | |Constant{2} [@BSK] <int64>
  1910. |Subtensor{int64} [@F] <TensorType(int64, scalar)> ''
  1911. |Subtensor{int64::} [@ER] <TensorType(float64, 3D)> ''
  1912. |Elemwise{add,no_inplace} [@M] <TensorType(float64, 3D)> ''
  1913. |Elemwise{neg,no_inplace} [@FT] <TensorType(float64, 3D)> ''
  1914. for{cpu,grad_of_scan_fn}.1 [@A] <TensorType(float64, 4D)> ''
  1915. for{cpu,grad_of_scan_fn}.2 [@A] <TensorType(float64, 4D)> ''
  1916. for{cpu,grad_of_scan_fn}.3 [@A] <TensorType(float64, 4D)> ''
  1917. for{cpu,grad_of_scan_fn}.4 [@A] <TensorType(float64, vector)> ''
  1918.  
  1919. Inner graphs of the scan ops:
  1920.  
  1921. for{cpu,grad_of_scan_fn}.0 [@A] <TensorType(float64, 3D)> ''
  1922. >Elemwise{add,no_inplace} [@BSL] <TensorType(float64, matrix)> ''
  1923. > |Elemwise{add,no_inplace} [@BSM] <TensorType(float64, matrix)> ''
  1924. > | |dot [@BSN] <TensorType(float64, matrix)> ''
  1925. > | | |dot [@BSO] <TensorType(float64, matrix)> ''
  1926. > | | | |DimShuffle{1,0} [@BSP] <TensorType(float64, matrix)> ''
  1927. > | | | | |DimShuffle{1,0} [@BSQ] <TensorType(float64, matrix)> ''
  1928. > | | | | |Subtensor{int64} [@BSR] <TensorType(float64, matrix)> ''
  1929. > | | | | |<TensorType(float64, 3D)> [@BSS] <TensorType(float64, 3D)>
  1930. > | | | | |ScalarFromTensor [@BST] <int64> ''
  1931. > | | | | |Subtensor{int64} [@BSU] <TensorType(int64, scalar)> ''
  1932. > | | | | |ARange [@BSV] <TensorType(int64, vector)> ''
  1933. > | | | | | |TensorConstant{0} [@BSW] <TensorType(int8, scalar)>
  1934. > | | | | | |Elemwise{sub,no_inplace} [@BSX] <TensorType(int64, scalar)> ''
  1935. > | | | | | | |Subtensor{int64} [@BSY] <TensorType(int64, scalar)> ''
  1936. > | | | | | | | |Shape [@BSZ] <TensorType(int64, vector)> ''
  1937. > | | | | | | | | |<TensorType(float64, 3D)> [@BTA] <TensorType(float64, 3D)>
  1938. > | | | | | | | |Constant{0} [@BTB] <int64>
  1939. > | | | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  1940. > | | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  1941. > | | | | |ScalarFromTensor [@BTD] <int64> ''
  1942. > | | | | |Elemwise{sub,no_inplace} [@BTE] <TensorType(int64, scalar)> ''
  1943. > | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  1944. > | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  1945. > | | | |dot [@BTG] <TensorType(float64, matrix)> ''
  1946. > | | | |DimShuffle{1,0} [@BTH] <TensorType(float64, matrix)> ''
  1947. > | | | | |MatrixInverse [@BTI] <TensorType(float64, matrix)> ''
  1948. > | | | | |Subtensor{int64} [@BTJ] <TensorType(float64, matrix)> ''
  1949. > | | | | |<TensorType(float64, 3D)> [@BTA] <TensorType(float64, 3D)>
  1950. > | | | | |ScalarFromTensor [@BTK] <int64> ''
  1951. > | | | | |Subtensor{int64} [@BTL] <TensorType(int64, scalar)> ''
  1952. > | | | | |ARange [@BTM] <TensorType(int64, vector)> ''
  1953. > | | | | | |TensorConstant{0} [@BSW] <TensorType(int8, scalar)>
  1954. > | | | | | |Subtensor{int64} [@BSY] <TensorType(int64, scalar)> ''
  1955. > | | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  1956. > | | | | |Constant{-1} [@BTN] <int64>
  1957. > | | | |if{} [@BTO] <TensorType(float64, matrix)> ''
  1958. > | | | |Elemwise{eq,no_inplace} [@BTP] <TensorType(int8, scalar)> ''
  1959. > | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  1960. > | | | | |Elemwise{sub,no_inplace} [@BTQ] <TensorType(int64, scalar)> ''
  1961. > | | | | |Subtensor{int64} [@BSY] <TensorType(int64, scalar)> ''
  1962. > | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  1963. > | | | |<TensorType(float64, matrix)> [@BTR] <TensorType(float64, matrix)>
  1964. > | | | |Elemwise{second,no_inplace} [@BTS] <TensorType(float64, matrix)> ''
  1965. > | | | |dot [@BTT] <TensorType(float64, matrix)> ''
  1966. > | | | | |MatrixInverse [@BTI] <TensorType(float64, matrix)> ''
  1967. > | | | | |Elemwise{add,no_inplace} [@BTU] <TensorType(float64, matrix)> ''
  1968. > | | | | |<theano.tensor.basic.Eye object at 0x57f0b90> [@BTV] <TensorType(float64, matrix)> ''
  1969. > | | | | | |Subtensor{int64} [@BTW] <TensorType(int64, scalar)> ''
  1970. > | | | | | | |Shape [@BTX] <TensorType(int64, vector)> ''
  1971. > | | | | | | | |<TensorType(float64, 3D)> [@BTA] <TensorType(float64, 3D)>
  1972. > | | | | | | |Constant{1} [@BTY] <int64>
  1973. > | | | | | |Subtensor{int64} [@BTW] <TensorType(int64, scalar)> ''
  1974. > | | | | | |TensorConstant{0} [@BSW] <TensorType(int8, scalar)>
  1975. > | | | | |dot [@BTZ] <TensorType(float64, matrix)> ''
  1976. > | | | | |DimShuffle{1,0} [@BSQ] <TensorType(float64, matrix)> ''
  1977. > | | | | |dot [@BUA] <TensorType(float64, matrix)> ''
  1978. > | | | | |<TensorType(float64, matrix)> [@BUB] <TensorType(float64, matrix)>
  1979. > | | | | |Subtensor{int64} [@BUC] <TensorType(float64, matrix)> ''
  1980. > | | | | |<TensorType(float64, 3D)> [@BUD] <TensorType(float64, 3D)>
  1981. > | | | | |Constant{0} [@BUE] <int64>
  1982. > | | | |DimShuffle{x,x} [@BUF] <TensorType(float64, (True, True))> ''
  1983. > | | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  1984. > | | |DimShuffle{1,0} [@BUH] <TensorType(float64, matrix)> ''
  1985. > | | |Subtensor{int64} [@BUC] <TensorType(float64, matrix)> ''
  1986. > | |dot [@BUI] <TensorType(float64, matrix)> ''
  1987. > | |dot [@BUJ] <TensorType(float64, matrix)> ''
  1988. > | | |DimShuffle{1,0} [@BUK] <TensorType(float64, matrix)> ''
  1989. > | | | |DimShuffle{1,0} [@BUL] <TensorType(float64, matrix)> ''
  1990. > | | | |Subtensor{int64} [@BUM] <TensorType(float64, matrix)> ''
  1991. > | | | |<TensorType(float64, 3D)> [@BSS] <TensorType(float64, 3D)>
  1992. > | | | |ScalarFromTensor [@BUN] <int64> ''
  1993. > | | | |Subtensor{int64} [@BUO] <TensorType(int64, scalar)> ''
  1994. > | | | |ARange [@BSV] <TensorType(int64, vector)> ''
  1995. > | | | |ScalarFromTensor [@BUP] <int64> ''
  1996. > | | | |Elemwise{sub,no_inplace} [@BUQ] <TensorType(int64, scalar)> ''
  1997. > | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  1998. > | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  1999. > | | |dot [@BUR] <TensorType(float64, matrix)> ''
  2000. > | | |DimShuffle{1,0} [@BUS] <TensorType(float64, matrix)> ''
  2001. > | | | |MatrixInverse [@BUT] <TensorType(float64, matrix)> ''
  2002. > | | | |Elemwise{sub,no_inplace} [@BUU] <TensorType(float64, matrix)> ''
  2003. > | | | |Subtensor{int64} [@BUV] <TensorType(float64, matrix)> ''
  2004. > | | | | |<TensorType(float64, 3D)> [@BTA] <TensorType(float64, 3D)>
  2005. > | | | | |ScalarFromTensor [@BUW] <int64> ''
  2006. > | | | | |Subtensor{int64} [@BUX] <TensorType(int64, scalar)> ''
  2007. > | | | | |ARange [@BTM] <TensorType(int64, vector)> ''
  2008. > | | | | |ScalarFromTensor [@BUY] <int64> ''
  2009. > | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2010. > | | | |dot [@BUZ] <TensorType(float64, matrix)> ''
  2011. > | | | |Subtensor{int64} [@BVA] <TensorType(float64, matrix)> ''
  2012. > | | | | |<TensorType(float64, 3D)> [@BSS] <TensorType(float64, 3D)>
  2013. > | | | | |ScalarFromTensor [@BVB] <int64> ''
  2014. > | | | | |Subtensor{int64} [@BVC] <TensorType(int64, scalar)> ''
  2015. > | | | | |ARange [@BSV] <TensorType(int64, vector)> ''
  2016. > | | | | |ScalarFromTensor [@BVD] <int64> ''
  2017. > | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2018. > | | | |DimShuffle{1,0} [@BVE] <TensorType(float64, matrix)> ''
  2019. > | | | |Subtensor{int64} [@BVF] <TensorType(float64, matrix)> ''
  2020. > | | | |<TensorType(float64, 3D)> [@BUD] <TensorType(float64, 3D)>
  2021. > | | | |ScalarFromTensor [@BVG] <int64> ''
  2022. > | | | |Elemwise{sub,no_inplace} [@BVH] <TensorType(int64, scalar)> ''
  2023. > | | | |Elemwise{neg,no_inplace} [@BVI] <TensorType(int64, scalar)> ''
  2024. > | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2025. > | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  2026. > | | |if{} [@BVJ] <TensorType(float64, matrix)> ''
  2027. > | | |Elemwise{eq,no_inplace} [@BVK] <TensorType(int8, scalar)> ''
  2028. > | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2029. > | | | |TensorConstant{0} [@BSW] <TensorType(int8, scalar)>
  2030. > | | |Elemwise{second,no_inplace} [@BVL] <TensorType(float64, matrix)> ''
  2031. > | | | |dot [@BVM] <TensorType(float64, matrix)> ''
  2032. > | | | | |MatrixInverse [@BUT] <TensorType(float64, matrix)> ''
  2033. > | | | | |Elemwise{add,no_inplace} [@BVN] <TensorType(float64, matrix)> ''
  2034. > | | | | |<theano.tensor.basic.Eye object at 0x57f0b90> [@BTV] <TensorType(float64, matrix)> ''
  2035. > | | | | |dot [@BVO] <TensorType(float64, matrix)> ''
  2036. > | | | | |DimShuffle{1,0} [@BUL] <TensorType(float64, matrix)> ''
  2037. > | | | | |dot [@BVP] <TensorType(float64, matrix)> ''
  2038. > | | | | |<TensorType(float64, matrix)> [@BUB] <TensorType(float64, matrix)>
  2039. > | | | | |Subtensor{int64} [@BVQ] <TensorType(float64, matrix)> ''
  2040. > | | | | |<TensorType(float64, 3D)> [@BUD] <TensorType(float64, 3D)>
  2041. > | | | | |ScalarFromTensor [@BVR] <int64> ''
  2042. > | | | | |Elemwise{neg,no_inplace} [@BVS] <TensorType(int64, scalar)> ''
  2043. > | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2044. > | | | |DimShuffle{x,x} [@BVT] <TensorType(float64, (True, True))> ''
  2045. > | | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2046. > | | |if{} [@BVU] <TensorType(float64, matrix)> ''
  2047. > | | |Elemwise{eq,no_inplace} [@BTP] <TensorType(int8, scalar)> ''
  2048. > | | |Elemwise{second,no_inplace} [@BVV] <TensorType(float64, matrix)> ''
  2049. > | | | |if{} [@BVW] <TensorType(float64, matrix)> ''
  2050. > | | | | |Elemwise{eq,no_inplace} [@BVK] <TensorType(int8, scalar)> ''
  2051. > | | | | |MatrixInverse [@BVX] <TensorType(float64, matrix)> ''
  2052. > | | | | | |Elemwise{sub,no_inplace} [@BVY] <TensorType(float64, matrix)> ''
  2053. > | | | | | |Subtensor{int64} [@BVZ] <TensorType(float64, matrix)> ''
  2054. > | | | | | | |<TensorType(float64, 3D)> [@BTA] <TensorType(float64, 3D)>
  2055. > | | | | | | |ScalarFromTensor [@BWA] <int64> ''
  2056. > | | | | | | |Subtensor{int64} [@BWB] <TensorType(int64, scalar)> ''
  2057. > | | | | | | |ARange [@BTM] <TensorType(int64, vector)> ''
  2058. > | | | | | | |Constant{0} [@BWC] <int64>
  2059. > | | | | | |dot [@BWD] <TensorType(float64, matrix)> ''
  2060. > | | | | | |Subtensor{int64} [@BWE] <TensorType(float64, matrix)> ''
  2061. > | | | | | | |<TensorType(float64, 3D)> [@BSS] <TensorType(float64, 3D)>
  2062. > | | | | | | |ScalarFromTensor [@BWF] <int64> ''
  2063. > | | | | | | |Subtensor{int64} [@BWG] <TensorType(int64, scalar)> ''
  2064. > | | | | | | |ARange [@BSV] <TensorType(int64, vector)> ''
  2065. > | | | | | | |Constant{0} [@BWH] <int64>
  2066. > | | | | | |DimShuffle{1,0} [@BWI] <TensorType(float64, matrix)> ''
  2067. > | | | | | |Subtensor{int64} [@BWJ] <TensorType(float64, matrix)> ''
  2068. > | | | | | |<TensorType(float64, 3D)> [@BUD] <TensorType(float64, 3D)>
  2069. > | | | | | |Constant{-1} [@BWK] <int64>
  2070. > | | | | |dot [@BVM] <TensorType(float64, matrix)> ''
  2071. > | | | |DimShuffle{x,x} [@BWL] <TensorType(float64, (True, True))> ''
  2072. > | | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2073. > | | |<TensorType(float64, matrix)> [@BTR] <TensorType(float64, matrix)>
  2074. > | |DimShuffle{1,0} [@BWM] <TensorType(float64, matrix)> ''
  2075. > | |Subtensor{int64} [@BVQ] <TensorType(float64, matrix)> ''
  2076. > |<TensorType(float64, matrix)> [@BWN] <TensorType(float64, matrix)>
  2077. >Elemwise{add,no_inplace} [@BWO] <TensorType(float64, 3D)> ''
  2078. > |Elemwise{add,no_inplace} [@BWP] <TensorType(float64, 3D)> ''
  2079. > | |Elemwise{add,no_inplace} [@BWQ] <TensorType(float64, 3D)> ''
  2080. > | | |Elemwise{add,no_inplace} [@BWR] <TensorType(float64, 3D)> ''
  2081. > | | | |IncSubtensor{Inc;int64} [@BWS] <TensorType(float64, 3D)> ''
  2082. > | | | | |Elemwise{second,no_inplace} [@BWT] <TensorType(float64, 3D)> ''
  2083. > | | | | | |<TensorType(float64, 3D)> [@BUD] <TensorType(float64, 3D)>
  2084. > | | | | | |DimShuffle{x,x,x} [@BWU] <TensorType(float64, (True, True, True))> ''
  2085. > | | | | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2086. > | | | | |dot [@BWV] <TensorType(float64, matrix)> ''
  2087. > | | | | | |DimShuffle{1,0} [@BWW] <TensorType(float64, matrix)> ''
  2088. > | | | | | | |<TensorType(float64, matrix)> [@BUB] <TensorType(float64, matrix)>
  2089. > | | | | | |dot [@BWX] <TensorType(float64, matrix)> ''
  2090. > | | | | | |DimShuffle{1,0} [@BWY] <TensorType(float64, matrix)> ''
  2091. > | | | | | | |DimShuffle{1,0} [@BWZ] <TensorType(float64, matrix)> ''
  2092. > | | | | | | |Subtensor{int64} [@BXA] <TensorType(float64, matrix)> ''
  2093. > | | | | | | |<TensorType(float64, 3D)> [@BSS] <TensorType(float64, 3D)>
  2094. > | | | | | | |ScalarFromTensor [@BXB] <int64> ''
  2095. > | | | | | | |Subtensor{int64} [@BXC] <TensorType(int64, scalar)> ''
  2096. > | | | | | | |ARange [@BXD] <TensorType(int64, vector)> ''
  2097. > | | | | | | | |TensorConstant{0} [@BSW] <TensorType(int8, scalar)>
  2098. > | | | | | | | |Elemwise{sub,no_inplace} [@BXE] <TensorType(int64, scalar)> ''
  2099. > | | | | | | | | |Subtensor{int64} [@BXF] <TensorType(int64, scalar)> ''
  2100. > | | | | | | | | | |Shape [@BXG] <TensorType(int64, vector)> ''
  2101. > | | | | | | | | | | |<TensorType(float64, 3D)> [@BTA] <TensorType(float64, 3D)>
  2102. > | | | | | | | | | |Constant{0} [@BTB] <int64>
  2103. > | | | | | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  2104. > | | | | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  2105. > | | | | | | |ScalarFromTensor [@BXH] <int64> ''
  2106. > | | | | | | |Elemwise{sub,no_inplace} [@BXI] <TensorType(int64, scalar)> ''
  2107. > | | | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2108. > | | | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  2109. > | | | | | |dot [@BXJ] <TensorType(float64, matrix)> ''
  2110. > | | | | | |DimShuffle{1,0} [@BXK] <TensorType(float64, matrix)> ''
  2111. > | | | | | | |MatrixInverse [@BXL] <TensorType(float64, matrix)> ''
  2112. > | | | | | | |Subtensor{int64} [@BXM] <TensorType(float64, matrix)> ''
  2113. > | | | | | | |<TensorType(float64, 3D)> [@BTA] <TensorType(float64, 3D)>
  2114. > | | | | | | |ScalarFromTensor [@BXN] <int64> ''
  2115. > | | | | | | |Subtensor{int64} [@BXO] <TensorType(int64, scalar)> ''
  2116. > | | | | | | |ARange [@BXP] <TensorType(int64, vector)> ''
  2117. > | | | | | | | |TensorConstant{0} [@BSW] <TensorType(int8, scalar)>
  2118. > | | | | | | | |Subtensor{int64} [@BXF] <TensorType(int64, scalar)> ''
  2119. > | | | | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  2120. > | | | | | | |Constant{-1} [@BTN] <int64>
  2121. > | | | | | |if{} [@BXQ] <TensorType(float64, matrix)> ''
  2122. > | | | | | |Elemwise{eq,no_inplace} [@BXR] <TensorType(int8, scalar)> ''
  2123. > | | | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2124. > | | | | | | |Elemwise{sub,no_inplace} [@BXS] <TensorType(int64, scalar)> ''
  2125. > | | | | | | |Subtensor{int64} [@BXF] <TensorType(int64, scalar)> ''
  2126. > | | | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  2127. > | | | | | |<TensorType(float64, matrix)> [@BTR] <TensorType(float64, matrix)>
  2128. > | | | | | |Elemwise{second,no_inplace} [@BXT] <TensorType(float64, matrix)> ''
  2129. > | | | | | |dot [@BXU] <TensorType(float64, matrix)> ''
  2130. > | | | | | | |MatrixInverse [@BXL] <TensorType(float64, matrix)> ''
  2131. > | | | | | | |Elemwise{add,no_inplace} [@BXV] <TensorType(float64, matrix)> ''
  2132. > | | | | | | |<theano.tensor.basic.Eye object at 0x57f0b90> [@BXW] <TensorType(float64, matrix)> ''
  2133. > | | | | | | | |Subtensor{int64} [@BXX] <TensorType(int64, scalar)> ''
  2134. > | | | | | | | | |Shape [@BXY] <TensorType(int64, vector)> ''
  2135. > | | | | | | | | | |<TensorType(float64, 3D)> [@BTA] <TensorType(float64, 3D)>
  2136. > | | | | | | | | |Constant{1} [@BTY] <int64>
  2137. > | | | | | | | |Subtensor{int64} [@BXX] <TensorType(int64, scalar)> ''
  2138. > | | | | | | | |TensorConstant{0} [@BSW] <TensorType(int8, scalar)>
  2139. > | | | | | | |dot [@BXZ] <TensorType(float64, matrix)> ''
  2140. > | | | | | | |DimShuffle{1,0} [@BWZ] <TensorType(float64, matrix)> ''
  2141. > | | | | | | |dot [@BYA] <TensorType(float64, matrix)> ''
  2142. > | | | | | | |<TensorType(float64, matrix)> [@BUB] <TensorType(float64, matrix)>
  2143. > | | | | | | |Subtensor{int64} [@BYB] <TensorType(float64, matrix)> ''
  2144. > | | | | | | |<TensorType(float64, 3D)> [@BUD] <TensorType(float64, 3D)>
  2145. > | | | | | | |Constant{0} [@BUE] <int64>
  2146. > | | | | | |DimShuffle{x,x} [@BYC] <TensorType(float64, (True, True))> ''
  2147. > | | | | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2148. > | | | | |Constant{0} [@BUE] <int64>
  2149. > | | | |IncSubtensor{Inc;int64} [@BYD] <TensorType(float64, 3D)> ''
  2150. > | | | |Elemwise{second,no_inplace} [@BYE] <TensorType(float64, 3D)> ''
  2151. > | | | | |<TensorType(float64, 3D)> [@BUD] <TensorType(float64, 3D)>
  2152. > | | | | |DimShuffle{x,x,x} [@BYF] <TensorType(float64, (True, True, True))> ''
  2153. > | | | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2154. > | | | |DimShuffle{1,0} [@BYG] <TensorType(float64, matrix)> ''
  2155. > | | | | |Elemwise{identity} [@BYH] <TensorType(float64, matrix)> ''
  2156. > | | | | |dot [@BYI] <TensorType(float64, matrix)> ''
  2157. > | | | | |DimShuffle{1,0} [@BYJ] <TensorType(float64, matrix)> ''
  2158. > | | | | | |Subtensor{int64} [@BYK] <TensorType(float64, matrix)> ''
  2159. > | | | | | |<TensorType(float64, 3D)> [@BSS] <TensorType(float64, 3D)>
  2160. > | | | | | |ScalarFromTensor [@BYL] <int64> ''
  2161. > | | | | | |Subtensor{int64} [@BYM] <TensorType(int64, scalar)> ''
  2162. > | | | | | |ARange [@BXD] <TensorType(int64, vector)> ''
  2163. > | | | | | |Constant{0} [@BWH] <int64>
  2164. > | | | | |Elemwise{neg} [@BYN] <TensorType(float64, matrix)> ''
  2165. > | | | | |Elemwise{neg,no_inplace} [@BYO] <TensorType(float64, matrix)> ''
  2166. > | | | | |DimShuffle{1,0} [@BYP] <TensorType(float64, matrix)> ''
  2167. > | | | | |dot [@BYQ] <TensorType(float64, matrix)> ''
  2168. > | | | | |dot [@BYR] <TensorType(float64, matrix)> ''
  2169. > | | | | | |MatrixInverse [@BYS] <TensorType(float64, matrix)> ''
  2170. > | | | | | | |Elemwise{sub,no_inplace} [@BYT] <TensorType(float64, matrix)> ''
  2171. > | | | | | | |Subtensor{int64} [@BYU] <TensorType(float64, matrix)> ''
  2172. > | | | | | | | |<TensorType(float64, 3D)> [@BTA] <TensorType(float64, 3D)>
  2173. > | | | | | | | |ScalarFromTensor [@BYV] <int64> ''
  2174. > | | | | | | | |Subtensor{int64} [@BYW] <TensorType(int64, scalar)> ''
  2175. > | | | | | | | |ARange [@BXP] <TensorType(int64, vector)> ''
  2176. > | | | | | | | |Constant{0} [@BWC] <int64>
  2177. > | | | | | | |dot [@BYX] <TensorType(float64, matrix)> ''
  2178. > | | | | | | |Subtensor{int64} [@BYK] <TensorType(float64, matrix)> ''
  2179. > | | | | | | |DimShuffle{1,0} [@BYY] <TensorType(float64, matrix)> ''
  2180. > | | | | | | |Subtensor{int64} [@BYZ] <TensorType(float64, matrix)> ''
  2181. > | | | | | | |<TensorType(float64, 3D)> [@BUD] <TensorType(float64, 3D)>
  2182. > | | | | | | |Constant{-1} [@BWK] <int64>
  2183. > | | | | | |DimShuffle{1,0} [@BZA] <TensorType(float64, matrix)> ''
  2184. > | | | | | |if{} [@BZB] <TensorType(float64, matrix)> ''
  2185. > | | | | | |Elemwise{eq,no_inplace} [@BZC] <TensorType(int8, scalar)> ''
  2186. > | | | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2187. > | | | | | | |TensorConstant{0} [@BSW] <TensorType(int8, scalar)>
  2188. > | | | | | |if{} [@BZD] <TensorType(float64, matrix)> ''
  2189. > | | | | | | |Elemwise{eq,no_inplace} [@BXR] <TensorType(int8, scalar)> ''
  2190. > | | | | | | |Elemwise{second,no_inplace} [@BZE] <TensorType(float64, matrix)> ''
  2191. > | | | | | | | |if{} [@BZF] <TensorType(float64, matrix)> ''
  2192. > | | | | | | | | |Elemwise{eq,no_inplace} [@BZC] <TensorType(int8, scalar)> ''
  2193. > | | | | | | | | |MatrixInverse [@BZG] <TensorType(float64, matrix)> ''
  2194. > | | | | | | | | | |Elemwise{sub,no_inplace} [@BYT] <TensorType(float64, matrix)> ''
  2195. > | | | | | | | | |dot [@BZH] <TensorType(float64, matrix)> ''
  2196. > | | | | | | | | |MatrixInverse [@BZI] <TensorType(float64, matrix)> ''
  2197. > | | | | | | | | | |Elemwise{sub,no_inplace} [@BZJ] <TensorType(float64, matrix)> ''
  2198. > | | | | | | | | | |Subtensor{int64} [@BZK] <TensorType(float64, matrix)> ''
  2199. > | | | | | | | | | | |<TensorType(float64, 3D)> [@BTA] <TensorType(float64, 3D)>
  2200. > | | | | | | | | | | |ScalarFromTensor [@BZL] <int64> ''
  2201. > | | | | | | | | | | |Subtensor{int64} [@BZM] <TensorType(int64, scalar)> ''
  2202. > | | | | | | | | | | |ARange [@BXP] <TensorType(int64, vector)> ''
  2203. > | | | | | | | | | | |ScalarFromTensor [@BZN] <int64> ''
  2204. > | | | | | | | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2205. > | | | | | | | | | |dot [@BZO] <TensorType(float64, matrix)> ''
  2206. > | | | | | | | | | |Subtensor{int64} [@BZP] <TensorType(float64, matrix)> ''
  2207. > | | | | | | | | | | |<TensorType(float64, 3D)> [@BSS] <TensorType(float64, 3D)>
  2208. > | | | | | | | | | | |ScalarFromTensor [@BZQ] <int64> ''
  2209. > | | | | | | | | | | |Subtensor{int64} [@BZR] <TensorType(int64, scalar)> ''
  2210. > | | | | | | | | | | |ARange [@BXD] <TensorType(int64, vector)> ''
  2211. > | | | | | | | | | | |ScalarFromTensor [@BZS] <int64> ''
  2212. > | | | | | | | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2213. > | | | | | | | | | |DimShuffle{1,0} [@BZT] <TensorType(float64, matrix)> ''
  2214. > | | | | | | | | | |Subtensor{int64} [@BZU] <TensorType(float64, matrix)> ''
  2215. > | | | | | | | | | |<TensorType(float64, 3D)> [@BUD] <TensorType(float64, 3D)>
  2216. > | | | | | | | | | |ScalarFromTensor [@BZV] <int64> ''
  2217. > | | | | | | | | | |Elemwise{sub,no_inplace} [@BZW] <TensorType(int64, scalar)> ''
  2218. > | | | | | | | | | |Elemwise{neg,no_inplace} [@BZX] <TensorType(int64, scalar)> ''
  2219. > | | | | | | | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2220. > | | | | | | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  2221. > | | | | | | | | |Elemwise{add,no_inplace} [@BZY] <TensorType(float64, matrix)> ''
  2222. > | | | | | | | | |<theano.tensor.basic.Eye object at 0x57f0b90> [@BXW] <TensorType(float64, matrix)> ''
  2223. > | | | | | | | | |dot [@BZZ] <TensorType(float64, matrix)> ''
  2224. > | | | | | | | | |DimShuffle{1,0} [@CAA] <TensorType(float64, matrix)> ''
  2225. > | | | | | | | | | |Subtensor{int64} [@CAB] <TensorType(float64, matrix)> ''
  2226. > | | | | | | | | | |<TensorType(float64, 3D)> [@BSS] <TensorType(float64, 3D)>
  2227. > | | | | | | | | | |ScalarFromTensor [@CAC] <int64> ''
  2228. > | | | | | | | | | |Subtensor{int64} [@CAD] <TensorType(int64, scalar)> ''
  2229. > | | | | | | | | | |ARange [@BXD] <TensorType(int64, vector)> ''
  2230. > | | | | | | | | | |ScalarFromTensor [@CAE] <int64> ''
  2231. > | | | | | | | | | |Elemwise{sub,no_inplace} [@CAF] <TensorType(int64, scalar)> ''
  2232. > | | | | | | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2233. > | | | | | | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  2234. > | | | | | | | | |dot [@CAG] <TensorType(float64, matrix)> ''
  2235. > | | | | | | | | |<TensorType(float64, matrix)> [@BUB] <TensorType(float64, matrix)>
  2236. > | | | | | | | | |Subtensor{int64} [@CAH] <TensorType(float64, matrix)> ''
  2237. > | | | | | | | | |<TensorType(float64, 3D)> [@BUD] <TensorType(float64, 3D)>
  2238. > | | | | | | | | |ScalarFromTensor [@CAI] <int64> ''
  2239. > | | | | | | | | |Elemwise{neg,no_inplace} [@CAJ] <TensorType(int64, scalar)> ''
  2240. > | | | | | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2241. > | | | | | | | |DimShuffle{x,x} [@CAK] <TensorType(float64, (True, True))> ''
  2242. > | | | | | | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2243. > | | | | | | |<TensorType(float64, matrix)> [@BTR] <TensorType(float64, matrix)>
  2244. > | | | | | |Elemwise{second,no_inplace} [@CAL] <TensorType(float64, matrix)> ''
  2245. > | | | | | |MatrixInverse [@BZG] <TensorType(float64, matrix)> ''
  2246. > | | | | | |DimShuffle{x,x} [@CAM] <TensorType(float64, (True, True))> ''
  2247. > | | | | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2248. > | | | | |MatrixInverse [@BYS] <TensorType(float64, matrix)> ''
  2249. > | | | |Constant{-1} [@BWK] <int64>
  2250. > | | |IncSubtensor{Inc;int64} [@CAN] <TensorType(float64, 3D)> ''
  2251. > | | |Elemwise{second,no_inplace} [@CAO] <TensorType(float64, 3D)> ''
  2252. > | | | |<TensorType(float64, 3D)> [@BUD] <TensorType(float64, 3D)>
  2253. > | | | |DimShuffle{x,x,x} [@CAP] <TensorType(float64, (True, True, True))> ''
  2254. > | | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2255. > | | |DimShuffle{1,0} [@CAQ] <TensorType(float64, matrix)> ''
  2256. > | | | |Elemwise{identity} [@CAR] <TensorType(float64, matrix)> ''
  2257. > | | | |dot [@CAS] <TensorType(float64, matrix)> ''
  2258. > | | | |DimShuffle{1,0} [@CAT] <TensorType(float64, matrix)> ''
  2259. > | | | | |Subtensor{int64} [@BZP] <TensorType(float64, matrix)> ''
  2260. > | | | |Elemwise{neg} [@CAU] <TensorType(float64, matrix)> ''
  2261. > | | | |Elemwise{neg,no_inplace} [@CAV] <TensorType(float64, matrix)> ''
  2262. > | | | |DimShuffle{1,0} [@CAW] <TensorType(float64, matrix)> ''
  2263. > | | | |dot [@CAX] <TensorType(float64, matrix)> ''
  2264. > | | | |dot [@CAY] <TensorType(float64, matrix)> ''
  2265. > | | | | |MatrixInverse [@CAZ] <TensorType(float64, matrix)> ''
  2266. > | | | | | |Elemwise{sub,no_inplace} [@BZJ] <TensorType(float64, matrix)> ''
  2267. > | | | | |DimShuffle{1,0} [@CBA] <TensorType(float64, matrix)> ''
  2268. > | | | | |dot [@CBB] <TensorType(float64, matrix)> ''
  2269. > | | | | |if{} [@CBC] <TensorType(float64, matrix)> ''
  2270. > | | | | | |Elemwise{eq,no_inplace} [@BZC] <TensorType(int8, scalar)> ''
  2271. > | | | | | |Elemwise{second,no_inplace} [@CBD] <TensorType(float64, matrix)> ''
  2272. > | | | | | | |dot [@BZH] <TensorType(float64, matrix)> ''
  2273. > | | | | | | |DimShuffle{x,x} [@CBE] <TensorType(float64, (True, True))> ''
  2274. > | | | | | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2275. > | | | | | |if{} [@BZD] <TensorType(float64, matrix)> ''
  2276. > | | | | |DimShuffle{1,0} [@CBF] <TensorType(float64, matrix)> ''
  2277. > | | | | |Elemwise{add,no_inplace} [@BZY] <TensorType(float64, matrix)> ''
  2278. > | | | |MatrixInverse [@CAZ] <TensorType(float64, matrix)> ''
  2279. > | | |ScalarFromTensor [@BZV] <int64> ''
  2280. > | |IncSubtensor{Inc;int64} [@CBG] <TensorType(float64, 3D)> ''
  2281. > | |Elemwise{second,no_inplace} [@CBH] <TensorType(float64, 3D)> ''
  2282. > | | |<TensorType(float64, 3D)> [@BUD] <TensorType(float64, 3D)>
  2283. > | | |DimShuffle{x,x,x} [@CBI] <TensorType(float64, (True, True, True))> ''
  2284. > | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2285. > | |dot [@CBJ] <TensorType(float64, matrix)> ''
  2286. > | | |DimShuffle{1,0} [@CBK] <TensorType(float64, matrix)> ''
  2287. > | | | |<TensorType(float64, matrix)> [@BUB] <TensorType(float64, matrix)>
  2288. > | | |dot [@CBL] <TensorType(float64, matrix)> ''
  2289. > | | |DimShuffle{1,0} [@CBM] <TensorType(float64, matrix)> ''
  2290. > | | | |DimShuffle{1,0} [@CAA] <TensorType(float64, matrix)> ''
  2291. > | | |dot [@CBN] <TensorType(float64, matrix)> ''
  2292. > | | |DimShuffle{1,0} [@CBO] <TensorType(float64, matrix)> ''
  2293. > | | | |MatrixInverse [@BZI] <TensorType(float64, matrix)> ''
  2294. > | | |if{} [@CBC] <TensorType(float64, matrix)> ''
  2295. > | |ScalarFromTensor [@CAI] <int64> ''
  2296. > |<TensorType(float64, 3D)> [@CBP] <TensorType(float64, 3D)>
  2297. >Elemwise{add,no_inplace} [@CBQ] <TensorType(float64, 3D)> ''
  2298. > |Elemwise{add,no_inplace} [@CBR] <TensorType(float64, 3D)> ''
  2299. > | |Elemwise{add,no_inplace} [@CBS] <TensorType(float64, 3D)> ''
  2300. > | | |IncSubtensor{Inc;int64} [@CBT] <TensorType(float64, 3D)> ''
  2301. > | | | |Elemwise{second,no_inplace} [@CBU] <TensorType(float64, 3D)> ''
  2302. > | | | | |<TensorType(float64, 3D)> [@BTA] <TensorType(float64, 3D)>
  2303. > | | | | |DimShuffle{x,x,x} [@CBV] <TensorType(float64, (True, True, True))> ''
  2304. > | | | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2305. > | | | |Elemwise{neg,no_inplace} [@CBW] <TensorType(float64, matrix)> ''
  2306. > | | | | |DimShuffle{1,0} [@CBX] <TensorType(float64, matrix)> ''
  2307. > | | | | |dot [@CBY] <TensorType(float64, matrix)> ''
  2308. > | | | | |dot [@CBZ] <TensorType(float64, matrix)> ''
  2309. > | | | | | |MatrixInverse [@CCA] <TensorType(float64, matrix)> ''
  2310. > | | | | | | |Subtensor{int64} [@CCB] <TensorType(float64, matrix)> ''
  2311. > | | | | | | |<TensorType(float64, 3D)> [@BTA] <TensorType(float64, 3D)>
  2312. > | | | | | | |ScalarFromTensor [@CCC] <int64> ''
  2313. > | | | | | | |Subtensor{int64} [@CCD] <TensorType(int64, scalar)> ''
  2314. > | | | | | | |ARange [@CCE] <TensorType(int64, vector)> ''
  2315. > | | | | | | | |TensorConstant{0} [@BSW] <TensorType(int8, scalar)>
  2316. > | | | | | | | |Subtensor{int64} [@CCF] <TensorType(int64, scalar)> ''
  2317. > | | | | | | | | |Shape [@CCG] <TensorType(int64, vector)> ''
  2318. > | | | | | | | | | |<TensorType(float64, 3D)> [@BTA] <TensorType(float64, 3D)>
  2319. > | | | | | | | | |Constant{0} [@BTB] <int64>
  2320. > | | | | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  2321. > | | | | | | |Constant{-1} [@BTN] <int64>
  2322. > | | | | | |DimShuffle{1,0} [@CCH] <TensorType(float64, matrix)> ''
  2323. > | | | | | |dot [@CCI] <TensorType(float64, matrix)> ''
  2324. > | | | | | |if{} [@CCJ] <TensorType(float64, matrix)> ''
  2325. > | | | | | | |Elemwise{eq,no_inplace} [@CCK] <TensorType(int8, scalar)> ''
  2326. > | | | | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2327. > | | | | | | | |Elemwise{sub,no_inplace} [@CCL] <TensorType(int64, scalar)> ''
  2328. > | | | | | | | |Subtensor{int64} [@CCF] <TensorType(int64, scalar)> ''
  2329. > | | | | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  2330. > | | | | | | |<TensorType(float64, matrix)> [@BTR] <TensorType(float64, matrix)>
  2331. > | | | | | | |Elemwise{second,no_inplace} [@CCM] <TensorType(float64, matrix)> ''
  2332. > | | | | | | |dot [@CCN] <TensorType(float64, matrix)> ''
  2333. > | | | | | | | |MatrixInverse [@CCO] <TensorType(float64, matrix)> ''
  2334. > | | | | | | | | |Subtensor{int64} [@CCB] <TensorType(float64, matrix)> ''
  2335. > | | | | | | | |Elemwise{add,no_inplace} [@CCP] <TensorType(float64, matrix)> ''
  2336. > | | | | | | | |<theano.tensor.basic.Eye object at 0x57f0b90> [@CCQ] <TensorType(float64, matrix)> ''
  2337. > | | | | | | | | |Subtensor{int64} [@CCR] <TensorType(int64, scalar)> ''
  2338. > | | | | | | | | | |Shape [@CCS] <TensorType(int64, vector)> ''
  2339. > | | | | | | | | | | |<TensorType(float64, 3D)> [@BTA] <TensorType(float64, 3D)>
  2340. > | | | | | | | | | |Constant{1} [@BTY] <int64>
  2341. > | | | | | | | | |Subtensor{int64} [@CCR] <TensorType(int64, scalar)> ''
  2342. > | | | | | | | | |TensorConstant{0} [@BSW] <TensorType(int8, scalar)>
  2343. > | | | | | | | |dot [@CCT] <TensorType(float64, matrix)> ''
  2344. > | | | | | | | |DimShuffle{1,0} [@CCU] <TensorType(float64, matrix)> ''
  2345. > | | | | | | | | |Subtensor{int64} [@CCV] <TensorType(float64, matrix)> ''
  2346. > | | | | | | | | |<TensorType(float64, 3D)> [@BSS] <TensorType(float64, 3D)>
  2347. > | | | | | | | | |ScalarFromTensor [@CCW] <int64> ''
  2348. > | | | | | | | | |Subtensor{int64} [@CCX] <TensorType(int64, scalar)> ''
  2349. > | | | | | | | | |ARange [@CCY] <TensorType(int64, vector)> ''
  2350. > | | | | | | | | | |TensorConstant{0} [@BSW] <TensorType(int8, scalar)>
  2351. > | | | | | | | | | |Elemwise{sub,no_inplace} [@CCZ] <TensorType(int64, scalar)> ''
  2352. > | | | | | | | | | | |Subtensor{int64} [@CCF] <TensorType(int64, scalar)> ''
  2353. > | | | | | | | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  2354. > | | | | | | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  2355. > | | | | | | | | |ScalarFromTensor [@CDA] <int64> ''
  2356. > | | | | | | | | |Elemwise{sub,no_inplace} [@CDB] <TensorType(int64, scalar)> ''
  2357. > | | | | | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2358. > | | | | | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  2359. > | | | | | | | |dot [@CDC] <TensorType(float64, matrix)> ''
  2360. > | | | | | | | |<TensorType(float64, matrix)> [@BUB] <TensorType(float64, matrix)>
  2361. > | | | | | | | |Subtensor{int64} [@CDD] <TensorType(float64, matrix)> ''
  2362. > | | | | | | | |<TensorType(float64, 3D)> [@BUD] <TensorType(float64, 3D)>
  2363. > | | | | | | | |Constant{0} [@BUE] <int64>
  2364. > | | | | | | |DimShuffle{x,x} [@CDE] <TensorType(float64, (True, True))> ''
  2365. > | | | | | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2366. > | | | | | |DimShuffle{1,0} [@CDF] <TensorType(float64, matrix)> ''
  2367. > | | | | | |Elemwise{add,no_inplace} [@CCP] <TensorType(float64, matrix)> ''
  2368. > | | | | |MatrixInverse [@CCA] <TensorType(float64, matrix)> ''
  2369. > | | | |ScalarFromTensor [@CCC] <int64> ''
  2370. > | | |IncSubtensor{Inc;int64} [@CDG] <TensorType(float64, 3D)> ''
  2371. > | | |Elemwise{second,no_inplace} [@CDH] <TensorType(float64, 3D)> ''
  2372. > | | | |<TensorType(float64, 3D)> [@BTA] <TensorType(float64, 3D)>
  2373. > | | | |DimShuffle{x,x,x} [@CDI] <TensorType(float64, (True, True, True))> ''
  2374. > | | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2375. > | | |Elemwise{neg,no_inplace} [@CDJ] <TensorType(float64, matrix)> ''
  2376. > | | | |DimShuffle{1,0} [@CDK] <TensorType(float64, matrix)> ''
  2377. > | | | |dot [@CDL] <TensorType(float64, matrix)> ''
  2378. > | | | |dot [@CDM] <TensorType(float64, matrix)> ''
  2379. > | | | | |MatrixInverse [@CDN] <TensorType(float64, matrix)> ''
  2380. > | | | | | |Elemwise{sub,no_inplace} [@CDO] <TensorType(float64, matrix)> ''
  2381. > | | | | | |Subtensor{int64} [@CDP] <TensorType(float64, matrix)> ''
  2382. > | | | | | | |<TensorType(float64, 3D)> [@BTA] <TensorType(float64, 3D)>
  2383. > | | | | | | |ScalarFromTensor [@CDQ] <int64> ''
  2384. > | | | | | | |Subtensor{int64} [@CDR] <TensorType(int64, scalar)> ''
  2385. > | | | | | | |ARange [@CCE] <TensorType(int64, vector)> ''
  2386. > | | | | | | |Constant{0} [@BWC] <int64>
  2387. > | | | | | |dot [@CDS] <TensorType(float64, matrix)> ''
  2388. > | | | | | |Subtensor{int64} [@CDT] <TensorType(float64, matrix)> ''
  2389. > | | | | | | |<TensorType(float64, 3D)> [@BSS] <TensorType(float64, 3D)>
  2390. > | | | | | | |ScalarFromTensor [@CDU] <int64> ''
  2391. > | | | | | | |Subtensor{int64} [@CDV] <TensorType(int64, scalar)> ''
  2392. > | | | | | | |ARange [@CCY] <TensorType(int64, vector)> ''
  2393. > | | | | | | |Constant{0} [@BWH] <int64>
  2394. > | | | | | |DimShuffle{1,0} [@CDW] <TensorType(float64, matrix)> ''
  2395. > | | | | | |Subtensor{int64} [@CDX] <TensorType(float64, matrix)> ''
  2396. > | | | | | |<TensorType(float64, 3D)> [@BUD] <TensorType(float64, 3D)>
  2397. > | | | | | |Constant{-1} [@BWK] <int64>
  2398. > | | | | |DimShuffle{1,0} [@CDY] <TensorType(float64, matrix)> ''
  2399. > | | | | |if{} [@CDZ] <TensorType(float64, matrix)> ''
  2400. > | | | | |Elemwise{eq,no_inplace} [@CEA] <TensorType(int8, scalar)> ''
  2401. > | | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2402. > | | | | | |TensorConstant{0} [@BSW] <TensorType(int8, scalar)>
  2403. > | | | | |if{} [@CEB] <TensorType(float64, matrix)> ''
  2404. > | | | | | |Elemwise{eq,no_inplace} [@CCK] <TensorType(int8, scalar)> ''
  2405. > | | | | | |Elemwise{second,no_inplace} [@CEC] <TensorType(float64, matrix)> ''
  2406. > | | | | | | |if{} [@CED] <TensorType(float64, matrix)> ''
  2407. > | | | | | | | |Elemwise{eq,no_inplace} [@CEA] <TensorType(int8, scalar)> ''
  2408. > | | | | | | | |MatrixInverse [@CEE] <TensorType(float64, matrix)> ''
  2409. > | | | | | | | | |Elemwise{sub,no_inplace} [@CDO] <TensorType(float64, matrix)> ''
  2410. > | | | | | | | |dot [@CEF] <TensorType(float64, matrix)> ''
  2411. > | | | | | | | |MatrixInverse [@CEG] <TensorType(float64, matrix)> ''
  2412. > | | | | | | | | |Elemwise{sub,no_inplace} [@CEH] <TensorType(float64, matrix)> ''
  2413. > | | | | | | | | |Subtensor{int64} [@CEI] <TensorType(float64, matrix)> ''
  2414. > | | | | | | | | | |<TensorType(float64, 3D)> [@BTA] <TensorType(float64, 3D)>
  2415. > | | | | | | | | | |ScalarFromTensor [@CEJ] <int64> ''
  2416. > | | | | | | | | | |Subtensor{int64} [@CEK] <TensorType(int64, scalar)> ''
  2417. > | | | | | | | | | |ARange [@CCE] <TensorType(int64, vector)> ''
  2418. > | | | | | | | | | |ScalarFromTensor [@CEL] <int64> ''
  2419. > | | | | | | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2420. > | | | | | | | | |dot [@CEM] <TensorType(float64, matrix)> ''
  2421. > | | | | | | | | |Subtensor{int64} [@CEN] <TensorType(float64, matrix)> ''
  2422. > | | | | | | | | | |<TensorType(float64, 3D)> [@BSS] <TensorType(float64, 3D)>
  2423. > | | | | | | | | | |ScalarFromTensor [@CEO] <int64> ''
  2424. > | | | | | | | | | |Subtensor{int64} [@CEP] <TensorType(int64, scalar)> ''
  2425. > | | | | | | | | | |ARange [@CCY] <TensorType(int64, vector)> ''
  2426. > | | | | | | | | | |ScalarFromTensor [@CEQ] <int64> ''
  2427. > | | | | | | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2428. > | | | | | | | | |DimShuffle{1,0} [@CER] <TensorType(float64, matrix)> ''
  2429. > | | | | | | | | |Subtensor{int64} [@CES] <TensorType(float64, matrix)> ''
  2430. > | | | | | | | | |<TensorType(float64, 3D)> [@BUD] <TensorType(float64, 3D)>
  2431. > | | | | | | | | |ScalarFromTensor [@CET] <int64> ''
  2432. > | | | | | | | | |Elemwise{sub,no_inplace} [@CEU] <TensorType(int64, scalar)> ''
  2433. > | | | | | | | | |Elemwise{neg,no_inplace} [@CEV] <TensorType(int64, scalar)> ''
  2434. > | | | | | | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2435. > | | | | | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  2436. > | | | | | | | |Elemwise{add,no_inplace} [@CEW] <TensorType(float64, matrix)> ''
  2437. > | | | | | | | |<theano.tensor.basic.Eye object at 0x57f0b90> [@CCQ] <TensorType(float64, matrix)> ''
  2438. > | | | | | | | |dot [@CEX] <TensorType(float64, matrix)> ''
  2439. > | | | | | | | |DimShuffle{1,0} [@CEY] <TensorType(float64, matrix)> ''
  2440. > | | | | | | | | |Subtensor{int64} [@CEZ] <TensorType(float64, matrix)> ''
  2441. > | | | | | | | | |<TensorType(float64, 3D)> [@BSS] <TensorType(float64, 3D)>
  2442. > | | | | | | | | |ScalarFromTensor [@CFA] <int64> ''
  2443. > | | | | | | | | |Subtensor{int64} [@CFB] <TensorType(int64, scalar)> ''
  2444. > | | | | | | | | |ARange [@CCY] <TensorType(int64, vector)> ''
  2445. > | | | | | | | | |ScalarFromTensor [@CFC] <int64> ''
  2446. > | | | | | | | | |Elemwise{sub,no_inplace} [@CFD] <TensorType(int64, scalar)> ''
  2447. > | | | | | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2448. > | | | | | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  2449. > | | | | | | | |dot [@CFE] <TensorType(float64, matrix)> ''
  2450. > | | | | | | | |<TensorType(float64, matrix)> [@BUB] <TensorType(float64, matrix)>
  2451. > | | | | | | | |Subtensor{int64} [@CFF] <TensorType(float64, matrix)> ''
  2452. > | | | | | | | |<TensorType(float64, 3D)> [@BUD] <TensorType(float64, 3D)>
  2453. > | | | | | | | |ScalarFromTensor [@CFG] <int64> ''
  2454. > | | | | | | | |Elemwise{neg,no_inplace} [@CFH] <TensorType(int64, scalar)> ''
  2455. > | | | | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2456. > | | | | | | |DimShuffle{x,x} [@CFI] <TensorType(float64, (True, True))> ''
  2457. > | | | | | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2458. > | | | | | |<TensorType(float64, matrix)> [@BTR] <TensorType(float64, matrix)>
  2459. > | | | | |Elemwise{second,no_inplace} [@CFJ] <TensorType(float64, matrix)> ''
  2460. > | | | | |MatrixInverse [@CEE] <TensorType(float64, matrix)> ''
  2461. > | | | | |DimShuffle{x,x} [@CFK] <TensorType(float64, (True, True))> ''
  2462. > | | | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2463. > | | | |MatrixInverse [@CDN] <TensorType(float64, matrix)> ''
  2464. > | | |ScalarFromTensor [@CDQ] <int64> ''
  2465. > | |IncSubtensor{Inc;int64} [@CFL] <TensorType(float64, 3D)> ''
  2466. > | |Elemwise{second,no_inplace} [@CFM] <TensorType(float64, 3D)> ''
  2467. > | | |<TensorType(float64, 3D)> [@BTA] <TensorType(float64, 3D)>
  2468. > | | |DimShuffle{x,x,x} [@CFN] <TensorType(float64, (True, True, True))> ''
  2469. > | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2470. > | |Elemwise{neg,no_inplace} [@CFO] <TensorType(float64, matrix)> ''
  2471. > | | |DimShuffle{1,0} [@CFP] <TensorType(float64, matrix)> ''
  2472. > | | |dot [@CFQ] <TensorType(float64, matrix)> ''
  2473. > | | |dot [@CFR] <TensorType(float64, matrix)> ''
  2474. > | | | |MatrixInverse [@CFS] <TensorType(float64, matrix)> ''
  2475. > | | | | |Elemwise{sub,no_inplace} [@CEH] <TensorType(float64, matrix)> ''
  2476. > | | | |DimShuffle{1,0} [@CFT] <TensorType(float64, matrix)> ''
  2477. > | | | |dot [@CFU] <TensorType(float64, matrix)> ''
  2478. > | | | |if{} [@CFV] <TensorType(float64, matrix)> ''
  2479. > | | | | |Elemwise{eq,no_inplace} [@CEA] <TensorType(int8, scalar)> ''
  2480. > | | | | |Elemwise{second,no_inplace} [@CFW] <TensorType(float64, matrix)> ''
  2481. > | | | | | |dot [@CEF] <TensorType(float64, matrix)> ''
  2482. > | | | | | |DimShuffle{x,x} [@CFX] <TensorType(float64, (True, True))> ''
  2483. > | | | | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2484. > | | | | |if{} [@CEB] <TensorType(float64, matrix)> ''
  2485. > | | | |DimShuffle{1,0} [@CFY] <TensorType(float64, matrix)> ''
  2486. > | | | |Elemwise{add,no_inplace} [@CEW] <TensorType(float64, matrix)> ''
  2487. > | | |MatrixInverse [@CFS] <TensorType(float64, matrix)> ''
  2488. > | |ScalarFromTensor [@CEJ] <int64> ''
  2489. > |<TensorType(float64, 3D)> [@CFZ] <TensorType(float64, 3D)>
  2490. >Elemwise{add,no_inplace} [@CGA] <TensorType(float64, 3D)> ''
  2491. > |Elemwise{add,no_inplace} [@CGB] <TensorType(float64, 3D)> ''
  2492. > | |Elemwise{add,no_inplace} [@CGC] <TensorType(float64, 3D)> ''
  2493. > | | |Elemwise{add,no_inplace} [@CGD] <TensorType(float64, 3D)> ''
  2494. > | | | |IncSubtensor{Inc;int64} [@CGE] <TensorType(float64, 3D)> ''
  2495. > | | | | |Elemwise{second,no_inplace} [@CGF] <TensorType(float64, 3D)> ''
  2496. > | | | | | |<TensorType(float64, 3D)> [@BSS] <TensorType(float64, 3D)>
  2497. > | | | | | |DimShuffle{x,x,x} [@CGG] <TensorType(float64, (True, True, True))> ''
  2498. > | | | | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2499. > | | | | |DimShuffle{1,0} [@CGH] <TensorType(float64, matrix)> ''
  2500. > | | | | | |Elemwise{identity} [@CGI] <TensorType(float64, matrix)> ''
  2501. > | | | | | |dot [@CGJ] <TensorType(float64, matrix)> ''
  2502. > | | | | | |dot [@CGK] <TensorType(float64, matrix)> ''
  2503. > | | | | | | |DimShuffle{1,0} [@CGL] <TensorType(float64, matrix)> ''
  2504. > | | | | | | | |MatrixInverse [@CGM] <TensorType(float64, matrix)> ''
  2505. > | | | | | | | |Subtensor{int64} [@CGN] <TensorType(float64, matrix)> ''
  2506. > | | | | | | | |<TensorType(float64, 3D)> [@BTA] <TensorType(float64, 3D)>
  2507. > | | | | | | | |ScalarFromTensor [@CGO] <int64> ''
  2508. > | | | | | | | |Subtensor{int64} [@CGP] <TensorType(int64, scalar)> ''
  2509. > | | | | | | | |ARange [@CGQ] <TensorType(int64, vector)> ''
  2510. > | | | | | | | | |TensorConstant{0} [@BSW] <TensorType(int8, scalar)>
  2511. > | | | | | | | | |Subtensor{int64} [@CGR] <TensorType(int64, scalar)> ''
  2512. > | | | | | | | | | |Shape [@CGS] <TensorType(int64, vector)> ''
  2513. > | | | | | | | | | | |<TensorType(float64, 3D)> [@BTA] <TensorType(float64, 3D)>
  2514. > | | | | | | | | | |Constant{0} [@BTB] <int64>
  2515. > | | | | | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  2516. > | | | | | | | |Constant{-1} [@BTN] <int64>
  2517. > | | | | | | |if{} [@CGT] <TensorType(float64, matrix)> ''
  2518. > | | | | | | |Elemwise{eq,no_inplace} [@CGU] <TensorType(int8, scalar)> ''
  2519. > | | | | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2520. > | | | | | | | |Elemwise{sub,no_inplace} [@CGV] <TensorType(int64, scalar)> ''
  2521. > | | | | | | | |Subtensor{int64} [@CGR] <TensorType(int64, scalar)> ''
  2522. > | | | | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  2523. > | | | | | | |<TensorType(float64, matrix)> [@BTR] <TensorType(float64, matrix)>
  2524. > | | | | | | |Elemwise{second,no_inplace} [@CGW] <TensorType(float64, matrix)> ''
  2525. > | | | | | | |dot [@CGX] <TensorType(float64, matrix)> ''
  2526. > | | | | | | | |MatrixInverse [@CGM] <TensorType(float64, matrix)> ''
  2527. > | | | | | | | |Elemwise{add,no_inplace} [@CGY] <TensorType(float64, matrix)> ''
  2528. > | | | | | | | |<theano.tensor.basic.Eye object at 0x57f0b90> [@CGZ] <TensorType(float64, matrix)> ''
  2529. > | | | | | | | | |Subtensor{int64} [@CHA] <TensorType(int64, scalar)> ''
  2530. > | | | | | | | | | |Shape [@CHB] <TensorType(int64, vector)> ''
  2531. > | | | | | | | | | | |<TensorType(float64, 3D)> [@BTA] <TensorType(float64, 3D)>
  2532. > | | | | | | | | | |Constant{1} [@BTY] <int64>
  2533. > | | | | | | | | |Subtensor{int64} [@CHA] <TensorType(int64, scalar)> ''
  2534. > | | | | | | | | |TensorConstant{0} [@BSW] <TensorType(int8, scalar)>
  2535. > | | | | | | | |dot [@CHC] <TensorType(float64, matrix)> ''
  2536. > | | | | | | | |DimShuffle{1,0} [@CHD] <TensorType(float64, matrix)> ''
  2537. > | | | | | | | | |Subtensor{int64} [@CHE] <TensorType(float64, matrix)> ''
  2538. > | | | | | | | | |<TensorType(float64, 3D)> [@BSS] <TensorType(float64, 3D)>
  2539. > | | | | | | | | |ScalarFromTensor [@CHF] <int64> ''
  2540. > | | | | | | | | |Subtensor{int64} [@CHG] <TensorType(int64, scalar)> ''
  2541. > | | | | | | | | |ARange [@CHH] <TensorType(int64, vector)> ''
  2542. > | | | | | | | | | |TensorConstant{0} [@BSW] <TensorType(int8, scalar)>
  2543. > | | | | | | | | | |Elemwise{sub,no_inplace} [@CHI] <TensorType(int64, scalar)> ''
  2544. > | | | | | | | | | | |Subtensor{int64} [@CGR] <TensorType(int64, scalar)> ''
  2545. > | | | | | | | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  2546. > | | | | | | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  2547. > | | | | | | | | |ScalarFromTensor [@CHJ] <int64> ''
  2548. > | | | | | | | | |Elemwise{sub,no_inplace} [@CHK] <TensorType(int64, scalar)> ''
  2549. > | | | | | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2550. > | | | | | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  2551. > | | | | | | | |dot [@CHL] <TensorType(float64, matrix)> ''
  2552. > | | | | | | | |<TensorType(float64, matrix)> [@BUB] <TensorType(float64, matrix)>
  2553. > | | | | | | | |Subtensor{int64} [@CHM] <TensorType(float64, matrix)> ''
  2554. > | | | | | | | |<TensorType(float64, 3D)> [@BUD] <TensorType(float64, 3D)>
  2555. > | | | | | | | |Constant{0} [@BUE] <int64>
  2556. > | | | | | | |DimShuffle{x,x} [@CHN] <TensorType(float64, (True, True))> ''
  2557. > | | | | | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2558. > | | | | | |DimShuffle{1,0} [@CHO] <TensorType(float64, matrix)> ''
  2559. > | | | | | |dot [@CHL] <TensorType(float64, matrix)> ''
  2560. > | | | | |ScalarFromTensor [@CHF] <int64> ''
  2561. > | | | |IncSubtensor{Inc;int64} [@CHP] <TensorType(float64, 3D)> ''
  2562. > | | | |Elemwise{second,no_inplace} [@CHQ] <TensorType(float64, 3D)> ''
  2563. > | | | | |<TensorType(float64, 3D)> [@BSS] <TensorType(float64, 3D)>
  2564. > | | | | |DimShuffle{x,x,x} [@CHR] <TensorType(float64, (True, True, True))> ''
  2565. > | | | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2566. > | | | |dot [@CHS] <TensorType(float64, matrix)> ''
  2567. > | | | | |Elemwise{neg} [@CHT] <TensorType(float64, matrix)> ''
  2568. > | | | | | |Elemwise{neg,no_inplace} [@CHU] <TensorType(float64, matrix)> ''
  2569. > | | | | | |DimShuffle{1,0} [@CHV] <TensorType(float64, matrix)> ''
  2570. > | | | | | |dot [@CHW] <TensorType(float64, matrix)> ''
  2571. > | | | | | |dot [@CHX] <TensorType(float64, matrix)> ''
  2572. > | | | | | | |MatrixInverse [@CHY] <TensorType(float64, matrix)> ''
  2573. > | | | | | | | |Elemwise{sub,no_inplace} [@CHZ] <TensorType(float64, matrix)> ''
  2574. > | | | | | | | |Subtensor{int64} [@CIA] <TensorType(float64, matrix)> ''
  2575. > | | | | | | | | |<TensorType(float64, 3D)> [@BTA] <TensorType(float64, 3D)>
  2576. > | | | | | | | | |ScalarFromTensor [@CIB] <int64> ''
  2577. > | | | | | | | | |Subtensor{int64} [@CIC] <TensorType(int64, scalar)> ''
  2578. > | | | | | | | | |ARange [@CGQ] <TensorType(int64, vector)> ''
  2579. > | | | | | | | | |Constant{0} [@BWC] <int64>
  2580. > | | | | | | | |dot [@CID] <TensorType(float64, matrix)> ''
  2581. > | | | | | | | |Subtensor{int64} [@CIE] <TensorType(float64, matrix)> ''
  2582. > | | | | | | | | |<TensorType(float64, 3D)> [@BSS] <TensorType(float64, 3D)>
  2583. > | | | | | | | | |ScalarFromTensor [@CIF] <int64> ''
  2584. > | | | | | | | | |Subtensor{int64} [@CIG] <TensorType(int64, scalar)> ''
  2585. > | | | | | | | | |ARange [@CHH] <TensorType(int64, vector)> ''
  2586. > | | | | | | | | |Constant{0} [@BWH] <int64>
  2587. > | | | | | | | |DimShuffle{1,0} [@CIH] <TensorType(float64, matrix)> ''
  2588. > | | | | | | | |Subtensor{int64} [@CII] <TensorType(float64, matrix)> ''
  2589. > | | | | | | | |<TensorType(float64, 3D)> [@BUD] <TensorType(float64, 3D)>
  2590. > | | | | | | | |Constant{-1} [@BWK] <int64>
  2591. > | | | | | | |DimShuffle{1,0} [@CIJ] <TensorType(float64, matrix)> ''
  2592. > | | | | | | |if{} [@CIK] <TensorType(float64, matrix)> ''
  2593. > | | | | | | |Elemwise{eq,no_inplace} [@CIL] <TensorType(int8, scalar)> ''
  2594. > | | | | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2595. > | | | | | | | |TensorConstant{0} [@BSW] <TensorType(int8, scalar)>
  2596. > | | | | | | |if{} [@CIM] <TensorType(float64, matrix)> ''
  2597. > | | | | | | | |Elemwise{eq,no_inplace} [@CGU] <TensorType(int8, scalar)> ''
  2598. > | | | | | | | |Elemwise{second,no_inplace} [@CIN] <TensorType(float64, matrix)> ''
  2599. > | | | | | | | | |if{} [@CIO] <TensorType(float64, matrix)> ''
  2600. > | | | | | | | | | |Elemwise{eq,no_inplace} [@CIL] <TensorType(int8, scalar)> ''
  2601. > | | | | | | | | | |MatrixInverse [@CIP] <TensorType(float64, matrix)> ''
  2602. > | | | | | | | | | | |Elemwise{sub,no_inplace} [@CHZ] <TensorType(float64, matrix)> ''
  2603. > | | | | | | | | | |dot [@CIQ] <TensorType(float64, matrix)> ''
  2604. > | | | | | | | | | |MatrixInverse [@CIR] <TensorType(float64, matrix)> ''
  2605. > | | | | | | | | | | |Elemwise{sub,no_inplace} [@CIS] <TensorType(float64, matrix)> ''
  2606. > | | | | | | | | | | |Subtensor{int64} [@CIT] <TensorType(float64, matrix)> ''
  2607. > | | | | | | | | | | | |<TensorType(float64, 3D)> [@BTA] <TensorType(float64, 3D)>
  2608. > | | | | | | | | | | | |ScalarFromTensor [@CIU] <int64> ''
  2609. > | | | | | | | | | | | |Subtensor{int64} [@CIV] <TensorType(int64, scalar)> ''
  2610. > | | | | | | | | | | | |ARange [@CGQ] <TensorType(int64, vector)> ''
  2611. > | | | | | | | | | | | |ScalarFromTensor [@CIW] <int64> ''
  2612. > | | | | | | | | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2613. > | | | | | | | | | | |dot [@CIX] <TensorType(float64, matrix)> ''
  2614. > | | | | | | | | | | |Subtensor{int64} [@CIY] <TensorType(float64, matrix)> ''
  2615. > | | | | | | | | | | | |<TensorType(float64, 3D)> [@BSS] <TensorType(float64, 3D)>
  2616. > | | | | | | | | | | | |ScalarFromTensor [@CIZ] <int64> ''
  2617. > | | | | | | | | | | | |Subtensor{int64} [@CJA] <TensorType(int64, scalar)> ''
  2618. > | | | | | | | | | | | |ARange [@CHH] <TensorType(int64, vector)> ''
  2619. > | | | | | | | | | | | |ScalarFromTensor [@CJB] <int64> ''
  2620. > | | | | | | | | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2621. > | | | | | | | | | | |DimShuffle{1,0} [@CJC] <TensorType(float64, matrix)> ''
  2622. > | | | | | | | | | | |Subtensor{int64} [@CJD] <TensorType(float64, matrix)> ''
  2623. > | | | | | | | | | | |<TensorType(float64, 3D)> [@BUD] <TensorType(float64, 3D)>
  2624. > | | | | | | | | | | |ScalarFromTensor [@CJE] <int64> ''
  2625. > | | | | | | | | | | |Elemwise{sub,no_inplace} [@CJF] <TensorType(int64, scalar)> ''
  2626. > | | | | | | | | | | |Elemwise{neg,no_inplace} [@CJG] <TensorType(int64, scalar)> ''
  2627. > | | | | | | | | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2628. > | | | | | | | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  2629. > | | | | | | | | | |Elemwise{add,no_inplace} [@CJH] <TensorType(float64, matrix)> ''
  2630. > | | | | | | | | | |<theano.tensor.basic.Eye object at 0x57f0b90> [@CGZ] <TensorType(float64, matrix)> ''
  2631. > | | | | | | | | | |dot [@CJI] <TensorType(float64, matrix)> ''
  2632. > | | | | | | | | | |DimShuffle{1,0} [@CJJ] <TensorType(float64, matrix)> ''
  2633. > | | | | | | | | | | |Subtensor{int64} [@CJK] <TensorType(float64, matrix)> ''
  2634. > | | | | | | | | | | |<TensorType(float64, 3D)> [@BSS] <TensorType(float64, 3D)>
  2635. > | | | | | | | | | | |ScalarFromTensor [@CJL] <int64> ''
  2636. > | | | | | | | | | | |Subtensor{int64} [@CJM] <TensorType(int64, scalar)> ''
  2637. > | | | | | | | | | | |ARange [@CHH] <TensorType(int64, vector)> ''
  2638. > | | | | | | | | | | |ScalarFromTensor [@CJN] <int64> ''
  2639. > | | | | | | | | | | |Elemwise{sub,no_inplace} [@CJO] <TensorType(int64, scalar)> ''
  2640. > | | | | | | | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2641. > | | | | | | | | | | |TensorConstant{1} [@BTC] <TensorType(int8, scalar)>
  2642. > | | | | | | | | | |dot [@CJP] <TensorType(float64, matrix)> ''
  2643. > | | | | | | | | | |<TensorType(float64, matrix)> [@BUB] <TensorType(float64, matrix)>
  2644. > | | | | | | | | | |Subtensor{int64} [@CJQ] <TensorType(float64, matrix)> ''
  2645. > | | | | | | | | | |<TensorType(float64, 3D)> [@BUD] <TensorType(float64, 3D)>
  2646. > | | | | | | | | | |ScalarFromTensor [@CJR] <int64> ''
  2647. > | | | | | | | | | |Elemwise{neg,no_inplace} [@CJS] <TensorType(int64, scalar)> ''
  2648. > | | | | | | | | | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2649. > | | | | | | | | |DimShuffle{x,x} [@CJT] <TensorType(float64, (True, True))> ''
  2650. > | | | | | | | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2651. > | | | | | | | |<TensorType(float64, matrix)> [@BTR] <TensorType(float64, matrix)>
  2652. > | | | | | | |Elemwise{second,no_inplace} [@CJU] <TensorType(float64, matrix)> ''
  2653. > | | | | | | |MatrixInverse [@CIP] <TensorType(float64, matrix)> ''
  2654. > | | | | | | |DimShuffle{x,x} [@CJV] <TensorType(float64, (True, True))> ''
  2655. > | | | | | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2656. > | | | | | |MatrixInverse [@CHY] <TensorType(float64, matrix)> ''
  2657. > | | | | |DimShuffle{1,0} [@CJW] <TensorType(float64, matrix)> ''
  2658. > | | | | |DimShuffle{1,0} [@CIH] <TensorType(float64, matrix)> ''
  2659. > | | | |ScalarFromTensor [@CIF] <int64> ''
  2660. > | | |IncSubtensor{Inc;int64} [@CJX] <TensorType(float64, 3D)> ''
  2661. > | | |Elemwise{second,no_inplace} [@CJY] <TensorType(float64, 3D)> ''
  2662. > | | | |<TensorType(float64, 3D)> [@BSS] <TensorType(float64, 3D)>
  2663. > | | | |DimShuffle{x,x,x} [@CJZ] <TensorType(float64, (True, True, True))> ''
  2664. > | | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2665. > | | |dot [@CKA] <TensorType(float64, matrix)> ''
  2666. > | | | |Elemwise{neg} [@CKB] <TensorType(float64, matrix)> ''
  2667. > | | | | |Elemwise{neg,no_inplace} [@CKC] <TensorType(float64, matrix)> ''
  2668. > | | | | |DimShuffle{1,0} [@CKD] <TensorType(float64, matrix)> ''
  2669. > | | | | |dot [@CKE] <TensorType(float64, matrix)> ''
  2670. > | | | | |dot [@CKF] <TensorType(float64, matrix)> ''
  2671. > | | | | | |MatrixInverse [@CKG] <TensorType(float64, matrix)> ''
  2672. > | | | | | | |Elemwise{sub,no_inplace} [@CIS] <TensorType(float64, matrix)> ''
  2673. > | | | | | |DimShuffle{1,0} [@CKH] <TensorType(float64, matrix)> ''
  2674. > | | | | | |dot [@CKI] <TensorType(float64, matrix)> ''
  2675. > | | | | | |if{} [@CKJ] <TensorType(float64, matrix)> ''
  2676. > | | | | | | |Elemwise{eq,no_inplace} [@CIL] <TensorType(int8, scalar)> ''
  2677. > | | | | | | |Elemwise{second,no_inplace} [@CKK] <TensorType(float64, matrix)> ''
  2678. > | | | | | | | |dot [@CIQ] <TensorType(float64, matrix)> ''
  2679. > | | | | | | | |DimShuffle{x,x} [@CKL] <TensorType(float64, (True, True))> ''
  2680. > | | | | | | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2681. > | | | | | | |if{} [@CIM] <TensorType(float64, matrix)> ''
  2682. > | | | | | |DimShuffle{1,0} [@CKM] <TensorType(float64, matrix)> ''
  2683. > | | | | | |Elemwise{add,no_inplace} [@CJH] <TensorType(float64, matrix)> ''
  2684. > | | | | |MatrixInverse [@CKG] <TensorType(float64, matrix)> ''
  2685. > | | | |DimShuffle{1,0} [@CKN] <TensorType(float64, matrix)> ''
  2686. > | | | |DimShuffle{1,0} [@CJC] <TensorType(float64, matrix)> ''
  2687. > | | |ScalarFromTensor [@CIZ] <int64> ''
  2688. > | |IncSubtensor{Inc;int64} [@CKO] <TensorType(float64, 3D)> ''
  2689. > | |Elemwise{second,no_inplace} [@CKP] <TensorType(float64, 3D)> ''
  2690. > | | |<TensorType(float64, 3D)> [@BSS] <TensorType(float64, 3D)>
  2691. > | | |DimShuffle{x,x,x} [@CKQ] <TensorType(float64, (True, True, True))> ''
  2692. > | | |TensorConstant{0.0} [@BUG] <TensorType(float64, scalar)>
  2693. > | |DimShuffle{1,0} [@CKR] <TensorType(float64, matrix)> ''
  2694. > | | |Elemwise{identity} [@CKS] <TensorType(float64, matrix)> ''
  2695. > | | |dot [@CKT] <TensorType(float64, matrix)> ''
  2696. > | | |dot [@CKU] <TensorType(float64, matrix)> ''
  2697. > | | | |DimShuffle{1,0} [@CKV] <TensorType(float64, matrix)> ''
  2698. > | | | | |MatrixInverse [@CIR] <TensorType(float64, matrix)> ''
  2699. > | | | |if{} [@CKJ] <TensorType(float64, matrix)> ''
  2700. > | | |DimShuffle{1,0} [@CKW] <TensorType(float64, matrix)> ''
  2701. > | | |dot [@CJP] <TensorType(float64, matrix)> ''
  2702. > | |ScalarFromTensor [@CJL] <int64> ''
  2703. > |<TensorType(float64, 3D)> [@CKX] <TensorType(float64, 3D)>
  2704. >Elemwise{add,no_inplace} [@CKY] <TensorType(float64, scalar)> ''
  2705. > |Elemwise{Cast{float64}} [@CKZ] <TensorType(float64, scalar)> ''
  2706. > | |Elemwise{second,no_inplace} [@CLA] <TensorType(int64, scalar)> ''
  2707. > | |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2708. > | |TensorConstant{0} [@CLB] <TensorType(int64, scalar)>
  2709. > |Elemwise{Cast{float64}} [@CLC] <TensorType(float64, scalar)> ''
  2710. > |Elemwise{second,no_inplace} [@CLD] <TensorType(int64, scalar)> ''
  2711. > |<TensorType(int64, scalar)> [@BTF] <TensorType(int64, scalar)>
  2712. > |TensorConstant{0} [@CLB] <TensorType(int64, scalar)>
  2713.  
  2714. for{cpu,scan_fn} [@E] <TensorType(float64, 3D)> ''
  2715. >if{} [@CLE] <TensorType(float64, matrix)> ''
  2716. > |Elemwise{eq,no_inplace} [@CLF] <TensorType(int8, scalar)> ''
  2717. > | |<TensorType(int64, scalar)> [@CLG] <TensorType(int64, scalar)>
  2718. > | |Elemwise{sub,no_inplace} [@CLH] <TensorType(int64, scalar)> ''
  2719. > | |Subtensor{int64} [@CLI] <TensorType(int64, scalar)> ''
  2720. > | | |Shape [@CLJ] <TensorType(int64, vector)> ''
  2721. > | | | |<TensorType(float64, 3D)> [@CLK] <TensorType(float64, 3D)>
  2722. > | | |Constant{0} [@CLL] <int64>
  2723. > | |TensorConstant{1} [@CLM] <TensorType(int8, scalar)>
  2724. > |dot [@CLN] <TensorType(float64, matrix)> ''
  2725. > | |MatrixInverse [@CLO] <TensorType(float64, matrix)> ''
  2726. > | | |Subtensor{int64} [@CLP] <TensorType(float64, matrix)> ''
  2727. > | | |<TensorType(float64, 3D)> [@CLK] <TensorType(float64, 3D)>
  2728. > | | |ScalarFromTensor [@CLQ] <int64> ''
  2729. > | | |Subtensor{int64} [@CLR] <TensorType(int64, scalar)> ''
  2730. > | | |ARange [@CLS] <TensorType(int64, vector)> ''
  2731. > | | | |TensorConstant{0} [@CLT] <TensorType(int8, scalar)>
  2732. > | | | |Subtensor{int64} [@CLI] <TensorType(int64, scalar)> ''
  2733. > | | | |TensorConstant{1} [@CLM] <TensorType(int8, scalar)>
  2734. > | | |Constant{-1} [@CLU] <int64>
  2735. > | |Elemwise{add,no_inplace} [@CLV] <TensorType(float64, matrix)> ''
  2736. > | |<theano.tensor.basic.Eye object at 0x57f0b90> [@CLW] <TensorType(float64, matrix)> ''
  2737. > | | |Subtensor{int64} [@CLX] <TensorType(int64, scalar)> ''
  2738. > | | | |Shape [@CLY] <TensorType(int64, vector)> ''
  2739. > | | | | |<TensorType(float64, 3D)> [@CLK] <TensorType(float64, 3D)>
  2740. > | | | |Constant{1} [@CLZ] <int64>
  2741. > | | |Subtensor{int64} [@CLX] <TensorType(int64, scalar)> ''
  2742. > | | |TensorConstant{0} [@CLT] <TensorType(int8, scalar)>
  2743. > | |dot [@CMA] <TensorType(float64, matrix)> ''
  2744. > | |DimShuffle{1,0} [@CMB] <TensorType(float64, matrix)> ''
  2745. > | | |Subtensor{int64} [@CMC] <TensorType(float64, matrix)> ''
  2746. > | | |<TensorType(float64, 3D)> [@CMD] <TensorType(float64, 3D)>
  2747. > | | |ScalarFromTensor [@CME] <int64> ''
  2748. > | | |Subtensor{int64} [@CMF] <TensorType(int64, scalar)> ''
  2749. > | | |ARange [@CMG] <TensorType(int64, vector)> ''
  2750. > | | | |TensorConstant{0} [@CLT] <TensorType(int8, scalar)>
  2751. > | | | |Elemwise{sub,no_inplace} [@CMH] <TensorType(int64, scalar)> ''
  2752. > | | | | |Subtensor{int64} [@CLI] <TensorType(int64, scalar)> ''
  2753. > | | | | |TensorConstant{1} [@CLM] <TensorType(int8, scalar)>
  2754. > | | | |TensorConstant{1} [@CLM] <TensorType(int8, scalar)>
  2755. > | | |ScalarFromTensor [@CMI] <int64> ''
  2756. > | | |Elemwise{sub,no_inplace} [@CMJ] <TensorType(int64, scalar)> ''
  2757. > | | |<TensorType(int64, scalar)> [@CLG] <TensorType(int64, scalar)>
  2758. > | | |TensorConstant{1} [@CLM] <TensorType(int8, scalar)>
  2759. > | |dot [@CMK] <TensorType(float64, matrix)> ''
  2760. > | |<TensorType(float64, matrix)> [@CML] <TensorType(float64, matrix)>
  2761. > | |Subtensor{int64} [@CMM] <TensorType(float64, matrix)> ''
  2762. > | |<TensorType(float64, 3D)> [@CMN] <TensorType(float64, 3D)>
  2763. > | |Constant{0} [@CMO] <int64>
  2764. > |if{} [@CMP] <TensorType(float64, matrix)> ''
  2765. > |Elemwise{eq,no_inplace} [@CMQ] <TensorType(int8, scalar)> ''
  2766. > | |<TensorType(int64, scalar)> [@CLG] <TensorType(int64, scalar)>
  2767. > | |TensorConstant{0} [@CLT] <TensorType(int8, scalar)>
  2768. > |MatrixInverse [@CMR] <TensorType(float64, matrix)> ''
  2769. > | |Elemwise{sub,no_inplace} [@CMS] <TensorType(float64, matrix)> ''
  2770. > | |Subtensor{int64} [@CMT] <TensorType(float64, matrix)> ''
  2771. > | | |<TensorType(float64, 3D)> [@CLK] <TensorType(float64, 3D)>
  2772. > | | |ScalarFromTensor [@CMU] <int64> ''
  2773. > | | |Subtensor{int64} [@CMV] <TensorType(int64, scalar)> ''
  2774. > | | |ARange [@CLS] <TensorType(int64, vector)> ''
  2775. > | | |Constant{0} [@CMW] <int64>
  2776. > | |dot [@CMX] <TensorType(float64, matrix)> ''
  2777. > | |Subtensor{int64} [@CMY] <TensorType(float64, matrix)> ''
  2778. > | | |<TensorType(float64, 3D)> [@CMD] <TensorType(float64, 3D)>
  2779. > | | |ScalarFromTensor [@CMZ] <int64> ''
  2780. > | | |Subtensor{int64} [@CNA] <TensorType(int64, scalar)> ''
  2781. > | | |ARange [@CMG] <TensorType(int64, vector)> ''
  2782. > | | |Constant{0} [@CNB] <int64>
  2783. > | |DimShuffle{1,0} [@CNC] <TensorType(float64, matrix)> ''
  2784. > | |Subtensor{int64} [@CND] <TensorType(float64, matrix)> ''
  2785. > | |<TensorType(float64, 3D)> [@CMN] <TensorType(float64, 3D)>
  2786. > | |Constant{-1} [@CNE] <int64>
  2787. > |dot [@CNF] <TensorType(float64, matrix)> ''
  2788. > |MatrixInverse [@CNG] <TensorType(float64, matrix)> ''
  2789. > | |Elemwise{sub,no_inplace} [@CNH] <TensorType(float64, matrix)> ''
  2790. > | |Subtensor{int64} [@CNI] <TensorType(float64, matrix)> ''
  2791. > | | |<TensorType(float64, 3D)> [@CLK] <TensorType(float64, 3D)>
  2792. > | | |ScalarFromTensor [@CNJ] <int64> ''
  2793. > | | |Subtensor{int64} [@CNK] <TensorType(int64, scalar)> ''
  2794. > | | |ARange [@CLS] <TensorType(int64, vector)> ''
  2795. > | | |ScalarFromTensor [@CNL] <int64> ''
  2796. > | | |<TensorType(int64, scalar)> [@CLG] <TensorType(int64, scalar)>
  2797. > | |dot [@CNM] <TensorType(float64, matrix)> ''
  2798. > | |Subtensor{int64} [@CNN] <TensorType(float64, matrix)> ''
  2799. > | | |<TensorType(float64, 3D)> [@CMD] <TensorType(float64, 3D)>
  2800. > | | |ScalarFromTensor [@CNO] <int64> ''
  2801. > | | |Subtensor{int64} [@CNP] <TensorType(int64, scalar)> ''
  2802. > | | |ARange [@CMG] <TensorType(int64, vector)> ''
  2803. > | | |ScalarFromTensor [@CNQ] <int64> ''
  2804. > | | |<TensorType(int64, scalar)> [@CLG] <TensorType(int64, scalar)>
  2805. > | |DimShuffle{1,0} [@CNR] <TensorType(float64, matrix)> ''
  2806. > | |Subtensor{int64} [@CNS] <TensorType(float64, matrix)> ''
  2807. > | |<TensorType(float64, 3D)> [@CMN] <TensorType(float64, 3D)>
  2808. > | |ScalarFromTensor [@CNT] <int64> ''
  2809. > | |Elemwise{sub,no_inplace} [@CNU] <TensorType(int64, scalar)> ''
  2810. > | |Elemwise{neg,no_inplace} [@CNV] <TensorType(int64, scalar)> ''
  2811. > | | |<TensorType(int64, scalar)> [@CLG] <TensorType(int64, scalar)>
  2812. > | |TensorConstant{1} [@CLM] <TensorType(int8, scalar)>
  2813. > |Elemwise{add,no_inplace} [@CNW] <TensorType(float64, matrix)> ''
  2814. > |<theano.tensor.basic.Eye object at 0x57f0b90> [@CLW] <TensorType(float64, matrix)> ''
  2815. > |dot [@CNX] <TensorType(float64, matrix)> ''
  2816. > |DimShuffle{1,0} [@CNY] <TensorType(float64, matrix)> ''
  2817. > | |Subtensor{int64} [@CNZ] <TensorType(float64, matrix)> ''
  2818. > | |<TensorType(float64, 3D)> [@CMD] <TensorType(float64, 3D)>
  2819. > | |ScalarFromTensor [@COA] <int64> ''
  2820. > | |Subtensor{int64} [@COB] <TensorType(int64, scalar)> ''
  2821. > | |ARange [@CMG] <TensorType(int64, vector)> ''
  2822. > | |ScalarFromTensor [@COC] <int64> ''
  2823. > | |Elemwise{sub,no_inplace} [@COD] <TensorType(int64, scalar)> ''
  2824. > | |<TensorType(int64, scalar)> [@CLG] <TensorType(int64, scalar)>
  2825. > | |TensorConstant{1} [@CLM] <TensorType(int8, scalar)>
  2826. > |dot [@COE] <TensorType(float64, matrix)> ''
  2827. > |<TensorType(float64, matrix)> [@CML] <TensorType(float64, matrix)>
  2828. > |Subtensor{int64} [@COF] <TensorType(float64, matrix)> ''
  2829. > |<TensorType(float64, 3D)> [@CMN] <TensorType(float64, 3D)>
  2830. > |ScalarFromTensor [@COG] <int64> ''
  2831. > |Elemwise{neg,no_inplace} [@COH] <TensorType(int64, scalar)> ''
  2832. > |<TensorType(int64, scalar)> [@CLG] <TensorType(int64, scalar)>
  2833.  
  2834. for{cpu,scan_fn} [@N] <TensorType(float64, 3D)> ''
  2835. >dot [@COI] <TensorType(float64, matrix)> ''
  2836. > |<TensorType(float64, matrix)> [@COJ] <TensorType(float64, matrix)>
  2837. > |<TensorType(float64, matrix)> [@COK] <TensorType(float64, matrix)>
  2838.  
  2839. for{cpu,scan_fn} [@ES] <TensorType(float64, 3D)> ''
  2840. >if{} [@COL] <TensorType(float64, matrix)> ''
  2841. > |Elemwise{eq,no_inplace} [@COM] <TensorType(int8, scalar)> ''
  2842. > | |<TensorType(int64, scalar)> [@CON] <TensorType(int64, scalar)>
  2843. > | |Elemwise{sub,no_inplace} [@COO] <TensorType(int64, scalar)> ''
  2844. > | |Subtensor{int64} [@COP] <TensorType(int64, scalar)> ''
  2845. > | | |Shape [@COQ] <TensorType(int64, vector)> ''
  2846. > | | | |<TensorType(float64, 3D)> [@COR] <TensorType(float64, 3D)>
  2847. > | | |Constant{0} [@COS] <int64>
  2848. > | |TensorConstant{2} [@COT] <TensorType(int8, scalar)>
  2849. > |dot [@COU] <TensorType(float64, matrix)> ''
  2850. > | |Subtensor{int64} [@COV] <TensorType(float64, matrix)> ''
  2851. > | | |<TensorType(float64, 3D)> [@COW] <TensorType(float64, 3D)>
  2852. > | | |ScalarFromTensor [@COX] <int64> ''
  2853. > | | |Subtensor{int64} [@COY] <TensorType(int64, scalar)> ''
  2854. > | | |ARange [@COZ] <TensorType(int64, vector)> ''
  2855. > | | | |TensorConstant{0} [@CPA] <TensorType(int8, scalar)>
  2856. > | | | |Elemwise{sub,no_inplace} [@CPB] <TensorType(int64, scalar)> ''
  2857. > | | | | |Subtensor{int64} [@COP] <TensorType(int64, scalar)> ''
  2858. > | | | | |TensorConstant{1} [@CPC] <TensorType(int8, scalar)>
  2859. > | | | |TensorConstant{1} [@CPC] <TensorType(int8, scalar)>
  2860. > | | |Constant{-1} [@CPD] <int64>
  2861. > | |MatrixInverse [@CPE] <TensorType(float64, matrix)> ''
  2862. > | |Subtensor{int64} [@CPF] <TensorType(float64, matrix)> ''
  2863. > | |<TensorType(float64, 3D)> [@COR] <TensorType(float64, 3D)>
  2864. > | |ScalarFromTensor [@CPG] <int64> ''
  2865. > | |Subtensor{int64} [@CPH] <TensorType(int64, scalar)> ''
  2866. > | |ARange [@CPI] <TensorType(int64, vector)> ''
  2867. > | | |TensorConstant{0} [@CPA] <TensorType(int8, scalar)>
  2868. > | | |Subtensor{int64} [@COP] <TensorType(int64, scalar)> ''
  2869. > | | |TensorConstant{1} [@CPC] <TensorType(int8, scalar)>
  2870. > | |Constant{-1} [@CPJ] <int64>
  2871. > |dot [@CPK] <TensorType(float64, matrix)> ''
  2872. > |Subtensor{int64} [@CPL] <TensorType(float64, matrix)> ''
  2873. > | |<TensorType(float64, 3D)> [@COW] <TensorType(float64, 3D)>
  2874. > | |ScalarFromTensor [@CPM] <int64> ''
  2875. > | |Subtensor{int64} [@CPN] <TensorType(int64, scalar)> ''
  2876. > | |ARange [@COZ] <TensorType(int64, vector)> ''
  2877. > | |ScalarFromTensor [@CPO] <int64> ''
  2878. > | |<TensorType(int64, scalar)> [@CON] <TensorType(int64, scalar)>
  2879. > |MatrixInverse [@CPP] <TensorType(float64, matrix)> ''
  2880. > |Elemwise{sub,no_inplace} [@CPQ] <TensorType(float64, matrix)> ''
  2881. > |Subtensor{int64} [@CPR] <TensorType(float64, matrix)> ''
  2882. > | |<TensorType(float64, 3D)> [@COR] <TensorType(float64, 3D)>
  2883. > | |ScalarFromTensor [@CPS] <int64> ''
  2884. > | |Subtensor{int64} [@CPT] <TensorType(int64, scalar)> ''
  2885. > | |ARange [@CPI] <TensorType(int64, vector)> ''
  2886. > | |ScalarFromTensor [@CPU] <int64> ''
  2887. > | |Elemwise{add,no_inplace} [@CPV] <TensorType(int64, scalar)> ''
  2888. > | |<TensorType(int64, scalar)> [@CON] <TensorType(int64, scalar)>
  2889. > | |TensorConstant{1} [@CPC] <TensorType(int8, scalar)>
  2890. > |dot [@CPW] <TensorType(float64, matrix)> ''
  2891. > |<TensorType(float64, matrix)> [@CPX] <TensorType(float64, matrix)>
  2892. > |DimShuffle{1,0} [@CPY] <TensorType(float64, matrix)> ''
  2893. > |Subtensor{int64} [@CPZ] <TensorType(float64, matrix)> ''
  2894. > |<TensorType(float64, 3D)> [@COW] <TensorType(float64, 3D)>
  2895. > |ScalarFromTensor [@CQA] <int64> ''
  2896. > |Subtensor{int64} [@CQB] <TensorType(int64, scalar)> ''
  2897. > |ARange [@COZ] <TensorType(int64, vector)> ''
  2898. > |ScalarFromTensor [@CQC] <int64> ''
  2899. > |Elemwise{add,no_inplace} [@CQD] <TensorType(int64, scalar)> ''
  2900. > |<TensorType(int64, scalar)> [@CON] <TensorType(int64, scalar)>
  2901. > |TensorConstant{1} [@CPC] <TensorType(int8, scalar)>
  2902.  
  2903. for{cpu,scan_fn} [@E] <TensorType(float64, 3D)> ''
  2904. >if{} [@CLE] <TensorType(float64, matrix)> ''
  2905.  
  2906. for{cpu,scan_fn} [@E] <TensorType(float64, 3D)> ''
  2907. >if{} [@CLE] <TensorType(float64, matrix)> ''
  2908.  
  2909. for{cpu,scan_fn} [@IA] <TensorType(float64, 3D)> ''
  2910. >if{} [@CLE] <TensorType(float64, matrix)> ''
  2911.  
  2912. for{cpu,scan_fn} [@IA] <TensorType(float64, 3D)> ''
  2913. >if{} [@CLE] <TensorType(float64, matrix)> ''
  2914.  
  2915. for{cpu,scan_fn} [@KG] <TensorType(float64, matrix)> ''
  2916. >dot [@CQE] <TensorType(float64, vector)> ''
  2917. > |Join [@CQF] <TensorType(float64, vector)> ''
  2918. > | |TensorConstant{0} [@CQG] <TensorType(int8, scalar)>
  2919. > | |<TensorType(float64, vector)> [@CQH] <TensorType(float64, vector)>
  2920. > | |<TensorType(float64, vector)> [@CQI] <TensorType(float64, vector)>
  2921. > |DimShuffle{1,0} [@CQJ] <TensorType(float64, matrix)> ''
  2922. > |<TensorType(float64, matrix)> [@CQK] <TensorType(float64, matrix)>
  2923.  
  2924. for{cpu,scan_fn} [@KL] <TensorType(float64, 3D)> ''
  2925. >Join [@CQL] <TensorType(float64, matrix)> ''
  2926. > |TensorConstant{1} [@CQM] <TensorType(int8, scalar)>
  2927. > |dot [@CQN] <TensorType(float64, matrix)> ''
  2928. > | |Subtensor{int64::, :int64:} [@CQO] <TensorType(float64, matrix)> ''
  2929. > | | |Cholesky{lower=True, destructive=False} [@CQP] <TensorType(float64, matrix)> ''
  2930. > | | | |Join [@CQQ] <TensorType(float64, matrix)> ''
  2931. > | | | |TensorConstant{0} [@CQR] <TensorType(int8, scalar)>
  2932. > | | | |Join [@CQS] <TensorType(float64, matrix)> ''
  2933. > | | | | |TensorConstant{1} [@CQM] <TensorType(int8, scalar)>
  2934. > | | | | |<TensorType(float64, matrix)> [@CQT] <TensorType(float64, matrix)>
  2935. > | | | | |DimShuffle{1,0} [@CQU] <TensorType(float64, matrix)> ''
  2936. > | | | | |<TensorType(float64, matrix)> [@CQV] <TensorType(float64, matrix)>
  2937. > | | | |Join [@CQW] <TensorType(float64, matrix)> ''
  2938. > | | | |TensorConstant{1} [@CQM] <TensorType(int8, scalar)>
  2939. > | | | |<TensorType(float64, matrix)> [@CQV] <TensorType(float64, matrix)>
  2940. > | | | |<TensorType(float64, matrix)> [@CQX] <TensorType(float64, matrix)>
  2941. > | | |Constant{3} [@CQY] <int64>
  2942. > | | |Constant{3} [@CQZ] <int64>
  2943. > | |MatrixInverse [@CRA] <TensorType(float64, matrix)> ''
  2944. > | |Subtensor{:int64:, :int64:} [@CRB] <TensorType(float64, matrix)> ''
  2945. > | |Cholesky{lower=True, destructive=False} [@CQP] <TensorType(float64, matrix)> ''
  2946. > | |Constant{3} [@CRC] <int64>
  2947. > | |Constant{3} [@CRD] <int64>
  2948. > |Subtensor{int64::, int64::} [@CRE] <TensorType(float64, matrix)> ''
  2949. > |Cholesky{lower=True, destructive=False} [@CQP] <TensorType(float64, matrix)> ''
  2950. > |Constant{3} [@CRF] <int64>
  2951. > |Constant{3} [@CRG] <int64>
  2952.  
  2953. for{cpu,scan_fn} [@LF] <TensorType(float64, 3D)> ''
  2954. >dot [@CRH] <TensorType(float64, matrix)> ''
  2955. > |DimShuffle{1,0} [@CRI] <TensorType(float64, matrix)> ''
  2956. > | |Subtensor{int64} [@CRJ] <TensorType(float64, matrix)> ''
  2957. > | |<TensorType(float64, 3D)> [@CRK] <TensorType(float64, 3D)>
  2958. > | |ScalarFromTensor [@CRL] <int64> ''
  2959. > | |Elemwise{sub,no_inplace} [@CRM] <TensorType(int64, scalar)> ''
  2960. > | |Elemwise{neg,no_inplace} [@CRN] <TensorType(int64, scalar)> ''
  2961. > | | |<TensorType(int64, scalar)> [@CRO] <TensorType(int64, scalar)>
  2962. > | |TensorConstant{1} [@CRP] <TensorType(int8, scalar)>
  2963. > |Subtensor{int64} [@CRQ] <TensorType(float64, matrix)> ''
  2964. > |<TensorType(float64, 3D)> [@CRR] <TensorType(float64, 3D)>
  2965. > |ScalarFromTensor [@CRS] <int64> ''
  2966. > |<TensorType(int64, scalar)> [@CRO] <TensorType(int64, scalar)>
  2967.  
  2968. for{cpu,scan_fn} [@ND] <TensorType(float64, matrix)> ''
  2969. >if{} [@CRT] <TensorType(float64, vector)> ''
  2970. > |Elemwise{eq,no_inplace} [@CRU] <TensorType(int8, scalar)> ''
  2971. > | |<TensorType(int64, scalar)> [@CRV] <TensorType(int64, scalar)>
  2972. > | |TensorConstant{0} [@CRW] <TensorType(int8, scalar)>
  2973. > |dot [@CRX] <TensorType(float64, vector)> ''
  2974. > | |Subtensor{int64} [@CRY] <TensorType(float64, matrix)> ''
  2975. > | | |<TensorType(float64, 3D)> [@CRZ] <TensorType(float64, 3D)>
  2976. > | | |Constant{0} [@CSA] <int64>
  2977. > | |Subtensor{int64} [@CSB] <TensorType(float64, vector)> ''
  2978. > | |<TensorType(float64, matrix)> [@CSC] <TensorType(float64, matrix)>
  2979. > | |Constant{-1} [@CSD] <int64>
  2980. > |if{} [@CSE] <TensorType(float64, vector)> ''
  2981. > |Elemwise{eq,no_inplace} [@CSF] <TensorType(int8, scalar)> ''
  2982. > | |<TensorType(int64, scalar)> [@CRV] <TensorType(int64, scalar)>
  2983. > | |Elemwise{sub,no_inplace} [@CSG] <TensorType(int64, scalar)> ''
  2984. > | |Subtensor{int64} [@CSH] <TensorType(int64, scalar)> ''
  2985. > | | |Shape [@CSI] <TensorType(int64, vector)> ''
  2986. > | | | |for{cpu,scan_fn} [@CSJ] <TensorType(float64, matrix)> ''
  2987. > | | | |Elemwise{minimum,no_inplace} [@CSK] <TensorType(int64, scalar)> ''
  2988. > | | | | |Subtensor{int64} [@CSL] <TensorType(int64, scalar)> ''
  2989. > | | | | | |Shape [@CSM] <TensorType(int64, vector)> ''
  2990. > | | | | | | |Subtensor{int64::} [@CSN] <TensorType(float64, 3D)> ''
  2991. > | | | | | | |for{cpu,scan_fn} [@CSO] <TensorType(float64, 3D)> ''
  2992. > | | | | | | | |Elemwise{minimum,no_inplace} [@CSP] <TensorType(int64, scalar)> ''
  2993. > | | | | | | | | |Subtensor{int64} [@CSQ] <TensorType(int64, scalar)> ''
  2994. > | | | | | | | | | |Shape [@CSR] <TensorType(int64, vector)> ''
  2995. > | | | | | | | | | | |Subtensor{int64::} [@CSS] <TensorType(float64, 3D)> ''
  2996. > | | | | | | | | | | |Reshape{3} [@CST] <TensorType(float64, 3D)> ''
  2997. > | | | | | | | | | | | |Elemwise{add,no_inplace} [@CSU] <TensorType(float64, matrix)> ''
  2998. > | | | | | | | | | | | | |dot [@CSV] <TensorType(float64, matrix)> ''
  2999. > | | | | | | | | | | | | | |Y_copy [@CSW] <TensorType(float64, matrix)>
  3000. > | | | | | | | | | | | | | |W_copy [@CSX] <TensorType(float64, matrix)>
  3001. > | | | | | | | | | | | | |DimShuffle{x,0} [@CSY] <TensorType(float64, row)> ''
  3002. > | | | | | | | | | | | | |b_copy [@CSZ] <TensorType(float64, vector)>
  3003. > | | | | | | | | | | | |MakeVector [@CTA] <TensorType(int64, vector)> ''
  3004. > | | | | | | | | | | | |Subtensor{int64} [@CTB] <TensorType(int64, scalar)> ''
  3005. > | | | | | | | | | | | | |Shape [@CTC] <TensorType(int64, vector)> ''
  3006. > | | | | | | | | | | | | | |Y_copy [@CSW] <TensorType(float64, matrix)>
  3007. > | | | | | | | | | | | | |Constant{0} [@CTD] <int64>
  3008. > | | | | | | | | | | | |Elemwise{Cast{int64}} [@CTE] <TensorType(int64, scalar)> ''
  3009. > | | | | | | | | | | | | |TensorConstant{3} [@CTF] <TensorType(int8, scalar)>
  3010. > | | | | | | | | | | | |Elemwise{Cast{int64}} [@CTG] <TensorType(int64, scalar)> ''
  3011. > | | | | | | | | | | | |TensorConstant{3} [@CTF] <TensorType(int8, scalar)>
  3012. > | | | | | | | | | | |Constant{0} [@CTH] <int64>
  3013. > | | | | | | | | | |Constant{0} [@CTI] <int64>
  3014. > | | | | | | | | |Subtensor{int64} [@CTJ] <TensorType(int64, scalar)> ''
  3015. > | | | | | | | | |Shape [@CTK] <TensorType(int64, vector)> ''
  3016. > | | | | | | | | | |Subtensor{int64::} [@CTL] <TensorType(float64, 3D)> ''
  3017. > | | | | | | | | | |DimShuffle{0,2,1} [@CTM] <TensorType(float64, 3D)> ''
  3018. > | | | | | | | | | | |Reshape{3} [@CST] <TensorType(float64, 3D)> ''
  3019. > | | | | | | | | | |Constant{0} [@CTN] <int64>
  3020. > | | | | | | | | |Constant{0} [@CTO] <int64>
  3021. > | | | | | | | |Subtensor{:int64:} [@CTP] <TensorType(float64, 3D)> ''
  3022. > | | | | | | | | |Subtensor{int64::} [@CSS] <TensorType(float64, 3D)> ''
  3023. > | | | | | | | | |ScalarFromTensor [@CTQ] <int64> ''
  3024. > | | | | | | | | |Elemwise{minimum,no_inplace} [@CSP] <TensorType(int64, scalar)> ''
  3025. > | | | | | | | |Subtensor{:int64:} [@CTR] <TensorType(float64, 3D)> ''
  3026. > | | | | | | | | |Subtensor{int64::} [@CTL] <TensorType(float64, 3D)> ''
  3027. > | | | | | | | | |ScalarFromTensor [@CTS] <int64> ''
  3028. > | | | | | | | | |Elemwise{minimum,no_inplace} [@CSP] <TensorType(int64, scalar)> ''
  3029. > | | | | | | | |Elemwise{minimum,no_inplace} [@CSP] <TensorType(int64, scalar)> ''
  3030. > | | | | | | |Constant{0} [@CTT] <int64>
  3031. > | | | | | |Constant{0} [@CTU] <int64>
  3032. > | | | | |Subtensor{int64} [@CTV] <TensorType(int64, scalar)> ''
  3033. > | | | | |Shape [@CTW] <TensorType(int64, vector)> ''
  3034. > | | | | | |Subtensor{int64::} [@CTX] <TensorType(float64, matrix)> ''
  3035. > | | | | | |Elemwise{add,no_inplace} [@CTY] <TensorType(float64, matrix)> ''
  3036. > | | | | | | |dot [@CTZ] <TensorType(float64, matrix)> ''
  3037. > | | | | | | | |Y_copy [@CSW] <TensorType(float64, matrix)>
  3038. > | | | | | | | |W_copy [@CUA] <TensorType(float64, matrix)>
  3039. > | | | | | | |DimShuffle{x,0} [@CUB] <TensorType(float64, row)> ''
  3040. > | | | | | | |b_copy [@CUC] <TensorType(float64, vector)>
  3041. > | | | | | |Constant{0} [@CUD] <int64>
  3042. > | | | | |Constant{0} [@CUE] <int64>
  3043. > | | | |Subtensor{:int64:} [@CUF] <TensorType(float64, 3D)> ''
  3044. > | | | | |Subtensor{int64::} [@CSN] <TensorType(float64, 3D)> ''
  3045. > | | | | |ScalarFromTensor [@CUG] <int64> ''
  3046. > | | | | |Elemwise{minimum,no_inplace} [@CSK] <TensorType(int64, scalar)> ''
  3047. > | | | |Subtensor{:int64:} [@CUH] <TensorType(float64, matrix)> ''
  3048. > | | | | |Subtensor{int64::} [@CTX] <TensorType(float64, matrix)> ''
  3049. > | | | | |ScalarFromTensor [@CUI] <int64> ''
  3050. > | | | | |Elemwise{minimum,no_inplace} [@CSK] <TensorType(int64, scalar)> ''
  3051. > | | | |Elemwise{minimum,no_inplace} [@CSK] <TensorType(int64, scalar)> ''
  3052. > | | |Constant{0} [@CUJ] <int64>
  3053. > | |TensorConstant{1} [@CUK] <TensorType(int8, scalar)>
  3054. > |Elemwise{add,no_inplace} [@CUL] <TensorType(float64, vector)> ''
  3055. > | |dot [@CUM] <TensorType(float64, vector)> ''
  3056. > | | |Subtensor{int64} [@CUN] <TensorType(float64, matrix)> ''
  3057. > | | | |<TensorType(float64, 3D)> [@CRZ] <TensorType(float64, 3D)>
  3058. > | | | |Constant{-1} [@CUO] <int64>
  3059. > | | |Subtensor{int64} [@CUP] <TensorType(float64, vector)> ''
  3060. > | | |<TensorType(float64, matrix)> [@CSC] <TensorType(float64, matrix)>
  3061. > | | |Constant{0} [@CUQ] <int64>
  3062. > | |Subtensor{int64} [@CUR] <TensorType(float64, vector)> ''
  3063. > | |<TensorType(float64, matrix)> [@CUS] <TensorType(float64, matrix)>
  3064. > | |Constant{-1} [@CUT] <int64>
  3065. > |Elemwise{add,no_inplace} [@CUU] <TensorType(float64, vector)> ''
  3066. > |dot [@CUV] <TensorType(float64, vector)> ''
  3067. > | |Subtensor{int64} [@CUW] <TensorType(float64, matrix)> ''
  3068. > | | |<TensorType(float64, 3D)> [@CRZ] <TensorType(float64, 3D)>
  3069. > | | |ScalarFromTensor [@CUX] <int64> ''
  3070. > | | |<TensorType(int64, scalar)> [@CRV] <TensorType(int64, scalar)>
  3071. > | |Subtensor{int64} [@CUY] <TensorType(float64, vector)> ''
  3072. > | |<TensorType(float64, matrix)> [@CSC] <TensorType(float64, matrix)>
  3073. > | |ScalarFromTensor [@CUZ] <int64> ''
  3074. > | |Elemwise{sub,no_inplace} [@CVA] <TensorType(int64, scalar)> ''
  3075. > | |Elemwise{neg,no_inplace} [@CVB] <TensorType(int64, scalar)> ''
  3076. > | | |<TensorType(int64, scalar)> [@CRV] <TensorType(int64, scalar)>
  3077. > | |TensorConstant{1} [@CUK] <TensorType(int8, scalar)>
  3078. > |Subtensor{int64} [@CVC] <TensorType(float64, vector)> ''
  3079. > |<TensorType(float64, matrix)> [@CUS] <TensorType(float64, matrix)>
  3080. > |ScalarFromTensor [@CVD] <int64> ''
  3081. > |Elemwise{sub,no_inplace} [@CVE] <TensorType(int64, scalar)> ''
  3082. > |<TensorType(int64, scalar)> [@CRV] <TensorType(int64, scalar)>
  3083. > |TensorConstant{1} [@CUK] <TensorType(int8, scalar)>
  3084.  
  3085. for{cpu,scan_fn} [@NK] <TensorType(float64, matrix)> ''
  3086. >dot [@CVF] <TensorType(float64, vector)> ''
  3087. > |<TensorType(float64, matrix)> [@CVG] <TensorType(float64, matrix)>
  3088. > |<TensorType(float64, vector)> [@CVH] <TensorType(float64, vector)>
  3089.  
  3090. for{cpu,scan_fn} [@N] <TensorType(float64, 3D)> ''
  3091. >dot [@COI] <TensorType(float64, matrix)> ''
  3092.  
  3093. for{cpu,scan_fn} [@OL] <TensorType(float64, matrix)> ''
  3094. >if{} [@CVI] <TensorType(float64, vector)> ''
  3095. > |Elemwise{eq,no_inplace} [@CVJ] <TensorType(int8, scalar)> ''
  3096. > | |<TensorType(int64, scalar)> [@CVK] <TensorType(int64, scalar)>
  3097. > | |Elemwise{sub,no_inplace} [@CVL] <TensorType(int64, scalar)> ''
  3098. > | |Subtensor{int64} [@CVM] <TensorType(int64, scalar)> ''
  3099. > | | |Shape [@CVN] <TensorType(int64, vector)> ''
  3100. > | | | |<TensorType(float64, matrix)> [@CVO] <TensorType(float64, matrix)>
  3101. > | | |Constant{0} [@CVP] <int64>
  3102. > | |TensorConstant{1} [@CVQ] <TensorType(int8, scalar)>
  3103. > |Subtensor{int64} [@CVR] <TensorType(float64, vector)> ''
  3104. > | |<TensorType(float64, matrix)> [@CVO] <TensorType(float64, matrix)>
  3105. > | |Constant{-1} [@CVS] <int64>
  3106. > |Elemwise{add,no_inplace} [@CVT] <TensorType(float64, vector)> ''
  3107. > |Subtensor{int64} [@CVU] <TensorType(float64, vector)> ''
  3108. > | |<TensorType(float64, matrix)> [@CVO] <TensorType(float64, matrix)>
  3109. > | |ScalarFromTensor [@CVV] <int64> ''
  3110. > | |<TensorType(int64, scalar)> [@CVK] <TensorType(int64, scalar)>
  3111. > |dot [@CVW] <TensorType(float64, vector)> ''
  3112. > |Subtensor{int64} [@CVX] <TensorType(float64, matrix)> ''
  3113. > | |<TensorType(float64, 3D)> [@CVY] <TensorType(float64, 3D)>
  3114. > | |ScalarFromTensor [@CVZ] <int64> ''
  3115. > | |Elemwise{sub,no_inplace} [@CWA] <TensorType(int64, scalar)> ''
  3116. > | |Elemwise{neg,no_inplace} [@CWB] <TensorType(int64, scalar)> ''
  3117. > | | |<TensorType(int64, scalar)> [@CVK] <TensorType(int64, scalar)>
  3118. > | |TensorConstant{1} [@CVQ] <TensorType(int8, scalar)>
  3119. > |<TensorType(float64, vector)> [@CWC] <TensorType(float64, vector)>
  3120.  
  3121. for{cpu,scan_fn} [@NK] <TensorType(float64, matrix)> ''
  3122. >dot [@CVF] <TensorType(float64, vector)> ''
  3123.  
  3124. for{cpu,scan_fn} [@NK] <TensorType(float64, matrix)> ''
  3125. >dot [@CVF] <TensorType(float64, vector)> ''
  3126.  
  3127. for{cpu,scan_fn} [@PN] <TensorType(float64, matrix)> ''
  3128. >if{} [@CWD] <TensorType(float64, vector)> ''
  3129. > |Elemwise{eq,no_inplace} [@CWE] <TensorType(int8, scalar)> ''
  3130. > | |<TensorType(int64, scalar)> [@CWF] <TensorType(int64, scalar)>
  3131. > | |TensorConstant{0} [@CWG] <TensorType(int8, scalar)>
  3132. > |dot [@CWH] <TensorType(float64, vector)> ''
  3133. > | |dot [@CWI] <TensorType(float64, matrix)> ''
  3134. > | | |DimShuffle{1,0} [@CWJ] <TensorType(float64, matrix)> ''
  3135. > | | | |Subtensor{int64} [@CWK] <TensorType(float64, matrix)> ''
  3136. > | | | |<TensorType(float64, 3D)> [@CWL] <TensorType(float64, 3D)>
  3137. > | | | |Constant{-1} [@CWM] <int64>
  3138. > | | |Subtensor{int64} [@CWN] <TensorType(float64, matrix)> ''
  3139. > | | |<TensorType(float64, 3D)> [@CWO] <TensorType(float64, 3D)>
  3140. > | | |Constant{0} [@CWP] <int64>
  3141. > | |Subtensor{int64} [@CWQ] <TensorType(float64, vector)> ''
  3142. > | |<TensorType(float64, matrix)> [@CWR] <TensorType(float64, matrix)>
  3143. > | |Constant{0} [@CWS] <int64>
  3144. > |dot [@CWT] <TensorType(float64, vector)> ''
  3145. > |DimShuffle{1,0} [@CWU] <TensorType(float64, matrix)> ''
  3146. > | |Subtensor{int64} [@CWV] <TensorType(float64, matrix)> ''
  3147. > | |<TensorType(float64, 3D)> [@CWL] <TensorType(float64, 3D)>
  3148. > | |ScalarFromTensor [@CWW] <int64> ''
  3149. > | |Elemwise{sub,no_inplace} [@CWX] <TensorType(int64, scalar)> ''
  3150. > | |Elemwise{neg,no_inplace} [@CWY] <TensorType(int64, scalar)> ''
  3151. > | | |<TensorType(int64, scalar)> [@CWF] <TensorType(int64, scalar)>
  3152. > | |TensorConstant{1} [@CWZ] <TensorType(int8, scalar)>
  3153. > |Elemwise{add,no_inplace} [@CXA] <TensorType(float64, vector)> ''
  3154. > |<TensorType(float64, vector)> [@CXB] <TensorType(float64, vector)>
  3155. > |dot [@CXC] <TensorType(float64, vector)> ''
  3156. > |Subtensor{int64} [@CXD] <TensorType(float64, matrix)> ''
  3157. > | |<TensorType(float64, 3D)> [@CWO] <TensorType(float64, 3D)>
  3158. > | |ScalarFromTensor [@CXE] <int64> ''
  3159. > | |<TensorType(int64, scalar)> [@CWF] <TensorType(int64, scalar)>
  3160. > |Subtensor{int64} [@CXF] <TensorType(float64, vector)> ''
  3161. > |<TensorType(float64, matrix)> [@CWR] <TensorType(float64, matrix)>
  3162. > |ScalarFromTensor [@CXG] <int64> ''
  3163. > |<TensorType(int64, scalar)> [@CWF] <TensorType(int64, scalar)>
  3164.  
  3165. for{cpu,scan_fn} [@NK] <TensorType(float64, matrix)> ''
  3166. >dot [@CVF] <TensorType(float64, vector)> ''
  3167.  
  3168. for{cpu,scan_fn} [@RY] <TensorType(float64, 3D)> ''
  3169. >if{} [@CLE] <TensorType(float64, matrix)> ''
  3170.  
  3171. for{cpu,scan_fn} [@SG] <TensorType(float64, 3D)> ''
  3172. >dot [@COI] <TensorType(float64, matrix)> ''
  3173.  
  3174. for{cpu,scan_fn} [@VI] <TensorType(float64, 3D)> ''
  3175. >if{} [@COL] <TensorType(float64, matrix)> ''
  3176.  
  3177. for{cpu,scan_fn} [@XK] <TensorType(float64, matrix)> ''
  3178. >dot [@CQE] <TensorType(float64, vector)> ''
  3179.  
  3180. for{cpu,scan_fn} [@XP] <TensorType(float64, 3D)> ''
  3181. >Join [@CQL] <TensorType(float64, matrix)> ''
  3182.  
  3183. for{cpu,scan_fn} [@YD] <TensorType(float64, 3D)> ''
  3184. >dot [@CRH] <TensorType(float64, matrix)> ''
  3185.  
  3186. for{cpu,scan_fn} [@ZO] <TensorType(float64, matrix)> ''
  3187. >if{} [@CRT] <TensorType(float64, vector)> ''
  3188.  
  3189. for{cpu,scan_fn} [@ZV] <TensorType(float64, matrix)> ''
  3190. >dot [@CVF] <TensorType(float64, vector)> ''
  3191.  
  3192. for{cpu,scan_fn} [@SG] <TensorType(float64, 3D)> ''
  3193. >dot [@COI] <TensorType(float64, matrix)> ''
  3194.  
  3195. for{cpu,scan_fn} [@BAN] <TensorType(float64, matrix)> ''
  3196. >if{} [@CVI] <TensorType(float64, vector)> ''
  3197.  
  3198. for{cpu,scan_fn} [@ZV] <TensorType(float64, matrix)> ''
  3199. >dot [@CVF] <TensorType(float64, vector)> ''
  3200.  
  3201. for{cpu,scan_fn} [@ZV] <TensorType(float64, matrix)> ''
  3202. >dot [@CVF] <TensorType(float64, vector)> ''
  3203.  
  3204. for{cpu,scan_fn} [@BBJ] <TensorType(float64, matrix)> ''
  3205. >if{} [@CWD] <TensorType(float64, vector)> ''
  3206.  
  3207. for{cpu,scan_fn} [@ZV] <TensorType(float64, matrix)> ''
  3208. >dot [@CVF] <TensorType(float64, vector)> ''
  3209.  
  3210. for{cpu,grad_of_scan_fn}.0 [@BFF] <TensorType(float64, matrix)> ''
  3211. >Elemwise{add,no_inplace} [@CXH] <TensorType(float64, vector)> ''
  3212. > |Split{2}.0 [@CXI] <TensorType(float64, vector)> ''
  3213. > | |dot [@CXJ] <TensorType(float64, vector)> ''
  3214. > | | |<TensorType(float64, vector)> [@CXK] <TensorType(float64, vector)>
  3215. > | | |DimShuffle{1,0} [@CXL] <TensorType(float64, matrix)> ''
  3216. > | | |DimShuffle{1,0} [@CXM] <TensorType(float64, matrix)> ''
  3217. > | | |<TensorType(float64, matrix)> [@CXN] <TensorType(float64, matrix)>
  3218. > | |TensorConstant{0} [@CXO] <TensorType(int8, scalar)>
  3219. > | |MakeVector [@CXP] <TensorType(int64, vector)> ''
  3220. > | |Subtensor{int8} [@CXQ] <TensorType(int64, scalar)> ''
  3221. > | | |Shape [@CXR] <TensorType(int64, vector)> ''
  3222. > | | | |<TensorType(float64, vector)> [@CXS] <TensorType(float64, vector)>
  3223. > | | |ScalarFromTensor [@CXT] <int8> ''
  3224. > | | |TensorConstant{0} [@CXO] <TensorType(int8, scalar)>
  3225. > | |Subtensor{int8} [@CXU] <TensorType(int64, scalar)> ''
  3226. > | |Shape [@CXV] <TensorType(int64, vector)> ''
  3227. > | | |<TensorType(float64, vector)> [@CXW] <TensorType(float64, vector)>
  3228. > | |ScalarFromTensor [@CXX] <int8> ''
  3229. > | |TensorConstant{0} [@CXO] <TensorType(int8, scalar)>
  3230. > |<TensorType(float64, vector)> [@CXY] <TensorType(float64, vector)>
  3231. >DimShuffle{1,0} [@CXZ] <TensorType(float64, matrix)> ''
  3232. > |Elemwise{identity} [@CYA] <TensorType(float64, matrix)> ''
  3233. > |dot [@CYB] <TensorType(float64, matrix)> ''
  3234. > |DimShuffle{0,x} [@CYC] <TensorType(float64, col)> ''
  3235. > | |DimShuffle{0} [@CYD] <TensorType(float64, vector)> ''
  3236. > | |Join [@CYE] <TensorType(float64, vector)> ''
  3237. > | |TensorConstant{0} [@CXO] <TensorType(int8, scalar)>
  3238. > | |<TensorType(float64, vector)> [@CXS] <TensorType(float64, vector)>
  3239. > | |<TensorType(float64, vector)> [@CXW] <TensorType(float64, vector)>
  3240. > |DimShuffle{x,0} [@CYF] <TensorType(float64, row)> ''
  3241. > |<TensorType(float64, vector)> [@CXK] <TensorType(float64, vector)>
  3242. >Split{2}.1 [@CYG] <TensorType(float64, vector)> ''
  3243. > |dot [@CYH] <TensorType(float64, vector)> ''
  3244. > | |<TensorType(float64, vector)> [@CXK] <TensorType(float64, vector)>
  3245. > | |DimShuffle{1,0} [@CYI] <TensorType(float64, matrix)> ''
  3246. > | |DimShuffle{1,0} [@CYJ] <TensorType(float64, matrix)> ''
  3247. > | |<TensorType(float64, matrix)> [@CXN] <TensorType(float64, matrix)>
  3248. > |TensorConstant{0} [@CXO] <TensorType(int8, scalar)>
  3249. > |MakeVector [@CYK] <TensorType(int64, vector)> ''
  3250. > |Subtensor{int8} [@CYL] <TensorType(int64, scalar)> ''
  3251. > | |Shape [@CYM] <TensorType(int64, vector)> ''
  3252. > | | |<TensorType(float64, vector)> [@CXS] <TensorType(float64, vector)>
  3253. > | |ScalarFromTensor [@CYN] <int8> ''
  3254. > | |TensorConstant{0} [@CXO] <TensorType(int8, scalar)>
  3255. > |Subtensor{int8} [@CYO] <TensorType(int64, scalar)> ''
  3256. > |Shape [@CYP] <TensorType(int64, vector)> ''
  3257. > | |<TensorType(float64, vector)> [@CXW] <TensorType(float64, vector)>
  3258. > |ScalarFromTensor [@CYQ] <int8> ''
  3259. > |TensorConstant{0} [@CXO] <TensorType(int8, scalar)>
  3260.  
  3261. for{cpu,scan_fn} [@BFJ] <TensorType(float64, matrix)> ''
  3262. >dot [@CQE] <TensorType(float64, vector)> ''
  3263.  
  3264. for{cpu,scan_fn} [@BFJ] <TensorType(float64, matrix)> ''
  3265. >dot [@CQE] <TensorType(float64, vector)> ''
  3266.  
  3267. for{cpu,scan_fn} [@BFJ] <TensorType(float64, matrix)> ''
  3268. >dot [@CQE] <TensorType(float64, vector)> ''
  3269.  
  3270. for{cpu,scan_fn} [@KG] <TensorType(float64, matrix)> ''
  3271. >dot [@CQE] <TensorType(float64, vector)> ''
  3272.  
  3273. for{cpu,grad_of_scan_fn}.0 [@BGV] <TensorType(float64, 3D)> ''
  3274. >Split{2}.0 [@CYR] <TensorType(float64, matrix)> ''
  3275. > |Split{2}.0 [@CYS] <TensorType(float64, matrix)> ''
  3276. > | |CholeskyGrad{lower=True, destructive=False} [@CYT] <TensorType(float64, matrix)> ''
  3277. > | | |Join [@CYU] <TensorType(float64, matrix)> ''
  3278. > | | | |TensorConstant{0} [@CYV] <TensorType(int8, scalar)>
  3279. > | | | |Join [@CYW] <TensorType(float64, matrix)> ''
  3280. > | | | | |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3281. > | | | | |<TensorType(float64, matrix)> [@CYY] <TensorType(float64, matrix)>
  3282. > | | | | |DimShuffle{1,0} [@CYZ] <TensorType(float64, matrix)> ''
  3283. > | | | | |<TensorType(float64, matrix)> [@CZA] <TensorType(float64, matrix)>
  3284. > | | | |Join [@CZB] <TensorType(float64, matrix)> ''
  3285. > | | | |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3286. > | | | |<TensorType(float64, matrix)> [@CZA] <TensorType(float64, matrix)>
  3287. > | | | |<TensorType(float64, matrix)> [@CZC] <TensorType(float64, matrix)>
  3288. > | | |Cholesky{lower=True, destructive=False} [@CZD] <TensorType(float64, matrix)> ''
  3289. > | | | |Join [@CYU] <TensorType(float64, matrix)> ''
  3290. > | | |Elemwise{add,no_inplace} [@CZE] <TensorType(float64, matrix)> ''
  3291. > | | |Elemwise{add,no_inplace} [@CZF] <TensorType(float64, matrix)> ''
  3292. > | | | |IncSubtensor{Inc;int64::, :int64:} [@CZG] <TensorType(float64, matrix)> ''
  3293. > | | | | |Elemwise{second,no_inplace} [@CZH] <TensorType(float64, matrix)> ''
  3294. > | | | | | |Cholesky{lower=True, destructive=False} [@CZI] <TensorType(float64, matrix)> ''
  3295. > | | | | | | |Join [@CYU] <TensorType(float64, matrix)> ''
  3296. > | | | | | |DimShuffle{x,x} [@CZJ] <TensorType(float64, (True, True))> ''
  3297. > | | | | | |TensorConstant{0.0} [@CZK] <TensorType(float64, scalar)>
  3298. > | | | | |dot [@CZL] <TensorType(float64, matrix)> ''
  3299. > | | | | | |Split{2}.0 [@CZM] <TensorType(float64, matrix)> ''
  3300. > | | | | | | |<TensorType(float64, matrix)> [@CZN] <TensorType(float64, matrix)>
  3301. > | | | | | | |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3302. > | | | | | | |MakeVector [@CZO] <TensorType(int64, vector)> ''
  3303. > | | | | | | |Subtensor{int8} [@CZP] <TensorType(int64, scalar)> ''
  3304. > | | | | | | | |Shape [@CZQ] <TensorType(int64, vector)> ''
  3305. > | | | | | | | | |dot [@CZR] <TensorType(float64, matrix)> ''
  3306. > | | | | | | | | |Subtensor{int64::, :int64:} [@CZS] <TensorType(float64, matrix)> ''
  3307. > | | | | | | | | | |Cholesky{lower=True, destructive=False} [@CZI] <TensorType(float64, matrix)> ''
  3308. > | | | | | | | | | |Constant{3} [@CZT] <int64>
  3309. > | | | | | | | | | |Constant{3} [@CZU] <int64>
  3310. > | | | | | | | | |MatrixInverse [@CZV] <TensorType(float64, matrix)> ''
  3311. > | | | | | | | | |Subtensor{:int64:, :int64:} [@CZW] <TensorType(float64, matrix)> ''
  3312. > | | | | | | | | |Cholesky{lower=True, destructive=False} [@CZI] <TensorType(float64, matrix)> ''
  3313. > | | | | | | | | |Constant{3} [@CZX] <int64>
  3314. > | | | | | | | | |Constant{3} [@CZY] <int64>
  3315. > | | | | | | | |ScalarFromTensor [@CZZ] <int8> ''
  3316. > | | | | | | | |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3317. > | | | | | | |Subtensor{int8} [@DAA] <TensorType(int64, scalar)> ''
  3318. > | | | | | | |Shape [@DAB] <TensorType(int64, vector)> ''
  3319. > | | | | | | | |Subtensor{int64::, int64::} [@DAC] <TensorType(float64, matrix)> ''
  3320. > | | | | | | | |Cholesky{lower=True, destructive=False} [@CZI] <TensorType(float64, matrix)> ''
  3321. > | | | | | | | |Constant{3} [@DAD] <int64>
  3322. > | | | | | | | |Constant{3} [@DAE] <int64>
  3323. > | | | | | | |ScalarFromTensor [@DAF] <int8> ''
  3324. > | | | | | | |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3325. > | | | | | |DimShuffle{1,0} [@DAG] <TensorType(float64, matrix)> ''
  3326. > | | | | | |MatrixInverse [@CZV] <TensorType(float64, matrix)> ''
  3327. > | | | | |Constant{3} [@CZT] <int64>
  3328. > | | | | |Constant{3} [@CZU] <int64>
  3329. > | | | |IncSubtensor{Inc;:int64:, :int64:} [@DAH] <TensorType(float64, matrix)> ''
  3330. > | | | |Elemwise{second,no_inplace} [@DAI] <TensorType(float64, matrix)> ''
  3331. > | | | | |Cholesky{lower=True, destructive=False} [@CZI] <TensorType(float64, matrix)> ''
  3332. > | | | | |DimShuffle{x,x} [@DAJ] <TensorType(float64, (True, True))> ''
  3333. > | | | | |TensorConstant{0.0} [@CZK] <TensorType(float64, scalar)>
  3334. > | | | |Elemwise{neg,no_inplace} [@DAK] <TensorType(float64, matrix)> ''
  3335. > | | | | |DimShuffle{1,0} [@DAL] <TensorType(float64, matrix)> ''
  3336. > | | | | |dot [@DAM] <TensorType(float64, matrix)> ''
  3337. > | | | | |dot [@DAN] <TensorType(float64, matrix)> ''
  3338. > | | | | | |MatrixInverse [@DAO] <TensorType(float64, matrix)> ''
  3339. > | | | | | | |Subtensor{:int64:, :int64:} [@CZW] <TensorType(float64, matrix)> ''
  3340. > | | | | | |DimShuffle{1,0} [@DAP] <TensorType(float64, matrix)> ''
  3341. > | | | | | |dot [@DAQ] <TensorType(float64, matrix)> ''
  3342. > | | | | | |DimShuffle{1,0} [@DAR] <TensorType(float64, matrix)> ''
  3343. > | | | | | | |Subtensor{int64::, :int64:} [@CZS] <TensorType(float64, matrix)> ''
  3344. > | | | | | |Split{2}.0 [@CZM] <TensorType(float64, matrix)> ''
  3345. > | | | | |MatrixInverse [@DAO] <TensorType(float64, matrix)> ''
  3346. > | | | |Constant{3} [@CZX] <int64>
  3347. > | | | |Constant{3} [@CZY] <int64>
  3348. > | | |IncSubtensor{Inc;int64::, int64::} [@DAS] <TensorType(float64, matrix)> ''
  3349. > | | |Elemwise{second,no_inplace} [@DAT] <TensorType(float64, matrix)> ''
  3350. > | | | |Cholesky{lower=True, destructive=False} [@CZI] <TensorType(float64, matrix)> ''
  3351. > | | | |DimShuffle{x,x} [@DAU] <TensorType(float64, (True, True))> ''
  3352. > | | | |TensorConstant{0.0} [@CZK] <TensorType(float64, scalar)>
  3353. > | | |Split{2}.1 [@CZM] <TensorType(float64, matrix)> ''
  3354. > | | |Constant{3} [@DAD] <int64>
  3355. > | | |Constant{3} [@DAE] <int64>
  3356. > | |TensorConstant{0} [@CYV] <TensorType(int8, scalar)>
  3357. > | |MakeVector [@DAV] <TensorType(int64, vector)> ''
  3358. > | |Subtensor{int8} [@DAW] <TensorType(int64, scalar)> ''
  3359. > | | |Shape [@DAX] <TensorType(int64, vector)> ''
  3360. > | | | |Join [@CYW] <TensorType(float64, matrix)> ''
  3361. > | | |ScalarFromTensor [@DAY] <int8> ''
  3362. > | | |TensorConstant{0} [@CYV] <TensorType(int8, scalar)>
  3363. > | |Subtensor{int8} [@DAZ] <TensorType(int64, scalar)> ''
  3364. > | |Shape [@DBA] <TensorType(int64, vector)> ''
  3365. > | | |Join [@CZB] <TensorType(float64, matrix)> ''
  3366. > | |ScalarFromTensor [@DBB] <int8> ''
  3367. > | |TensorConstant{0} [@CYV] <TensorType(int8, scalar)>
  3368. > |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3369. > |MakeVector [@DBC] <TensorType(int64, vector)> ''
  3370. > |Subtensor{int8} [@DBD] <TensorType(int64, scalar)> ''
  3371. > | |Shape [@DBE] <TensorType(int64, vector)> ''
  3372. > | | |<TensorType(float64, matrix)> [@CYY] <TensorType(float64, matrix)>
  3373. > | |ScalarFromTensor [@DBF] <int8> ''
  3374. > | |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3375. > |Subtensor{int8} [@DBG] <TensorType(int64, scalar)> ''
  3376. > |Shape [@DBH] <TensorType(int64, vector)> ''
  3377. > | |DimShuffle{1,0} [@CYZ] <TensorType(float64, matrix)> ''
  3378. > |ScalarFromTensor [@DBI] <int8> ''
  3379. > |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3380. >Split{2}.1 [@DBJ] <TensorType(float64, matrix)> ''
  3381. > |Split{2}.1 [@DBK] <TensorType(float64, matrix)> ''
  3382. > | |CholeskyGrad{lower=True, destructive=False} [@DBL] <TensorType(float64, matrix)> ''
  3383. > | | |Join [@DBM] <TensorType(float64, matrix)> ''
  3384. > | | | |TensorConstant{0} [@CYV] <TensorType(int8, scalar)>
  3385. > | | | |Join [@DBN] <TensorType(float64, matrix)> ''
  3386. > | | | | |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3387. > | | | | |<TensorType(float64, matrix)> [@CYY] <TensorType(float64, matrix)>
  3388. > | | | | |DimShuffle{1,0} [@DBO] <TensorType(float64, matrix)> ''
  3389. > | | | | |<TensorType(float64, matrix)> [@CZA] <TensorType(float64, matrix)>
  3390. > | | | |Join [@DBP] <TensorType(float64, matrix)> ''
  3391. > | | | |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3392. > | | | |<TensorType(float64, matrix)> [@CZA] <TensorType(float64, matrix)>
  3393. > | | | |<TensorType(float64, matrix)> [@CZC] <TensorType(float64, matrix)>
  3394. > | | |Cholesky{lower=True, destructive=False} [@DBQ] <TensorType(float64, matrix)> ''
  3395. > | | | |Join [@DBM] <TensorType(float64, matrix)> ''
  3396. > | | |Elemwise{add,no_inplace} [@DBR] <TensorType(float64, matrix)> ''
  3397. > | | |Elemwise{add,no_inplace} [@DBS] <TensorType(float64, matrix)> ''
  3398. > | | | |IncSubtensor{Inc;int64::, :int64:} [@DBT] <TensorType(float64, matrix)> ''
  3399. > | | | | |Elemwise{second,no_inplace} [@DBU] <TensorType(float64, matrix)> ''
  3400. > | | | | | |Cholesky{lower=True, destructive=False} [@DBV] <TensorType(float64, matrix)> ''
  3401. > | | | | | | |Join [@DBM] <TensorType(float64, matrix)> ''
  3402. > | | | | | |DimShuffle{x,x} [@DBW] <TensorType(float64, (True, True))> ''
  3403. > | | | | | |TensorConstant{0.0} [@CZK] <TensorType(float64, scalar)>
  3404. > | | | | |dot [@DBX] <TensorType(float64, matrix)> ''
  3405. > | | | | | |Split{2}.0 [@DBY] <TensorType(float64, matrix)> ''
  3406. > | | | | | | |<TensorType(float64, matrix)> [@CZN] <TensorType(float64, matrix)>
  3407. > | | | | | | |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3408. > | | | | | | |MakeVector [@DBZ] <TensorType(int64, vector)> ''
  3409. > | | | | | | |Subtensor{int8} [@DCA] <TensorType(int64, scalar)> ''
  3410. > | | | | | | | |Shape [@DCB] <TensorType(int64, vector)> ''
  3411. > | | | | | | | | |dot [@DCC] <TensorType(float64, matrix)> ''
  3412. > | | | | | | | | |Subtensor{int64::, :int64:} [@DCD] <TensorType(float64, matrix)> ''
  3413. > | | | | | | | | | |Cholesky{lower=True, destructive=False} [@DBV] <TensorType(float64, matrix)> ''
  3414. > | | | | | | | | | |Constant{3} [@CZT] <int64>
  3415. > | | | | | | | | | |Constant{3} [@CZU] <int64>
  3416. > | | | | | | | | |MatrixInverse [@DCE] <TensorType(float64, matrix)> ''
  3417. > | | | | | | | | |Subtensor{:int64:, :int64:} [@DCF] <TensorType(float64, matrix)> ''
  3418. > | | | | | | | | |Cholesky{lower=True, destructive=False} [@DBV] <TensorType(float64, matrix)> ''
  3419. > | | | | | | | | |Constant{3} [@CZX] <int64>
  3420. > | | | | | | | | |Constant{3} [@CZY] <int64>
  3421. > | | | | | | | |ScalarFromTensor [@DCG] <int8> ''
  3422. > | | | | | | | |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3423. > | | | | | | |Subtensor{int8} [@DCH] <TensorType(int64, scalar)> ''
  3424. > | | | | | | |Shape [@DCI] <TensorType(int64, vector)> ''
  3425. > | | | | | | | |Subtensor{int64::, int64::} [@DCJ] <TensorType(float64, matrix)> ''
  3426. > | | | | | | | |Cholesky{lower=True, destructive=False} [@DBV] <TensorType(float64, matrix)> ''
  3427. > | | | | | | | |Constant{3} [@DAD] <int64>
  3428. > | | | | | | | |Constant{3} [@DAE] <int64>
  3429. > | | | | | | |ScalarFromTensor [@DCK] <int8> ''
  3430. > | | | | | | |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3431. > | | | | | |DimShuffle{1,0} [@DCL] <TensorType(float64, matrix)> ''
  3432. > | | | | | |MatrixInverse [@DCE] <TensorType(float64, matrix)> ''
  3433. > | | | | |Constant{3} [@CZT] <int64>
  3434. > | | | | |Constant{3} [@CZU] <int64>
  3435. > | | | |IncSubtensor{Inc;:int64:, :int64:} [@DCM] <TensorType(float64, matrix)> ''
  3436. > | | | |Elemwise{second,no_inplace} [@DCN] <TensorType(float64, matrix)> ''
  3437. > | | | | |Cholesky{lower=True, destructive=False} [@DBV] <TensorType(float64, matrix)> ''
  3438. > | | | | |DimShuffle{x,x} [@DCO] <TensorType(float64, (True, True))> ''
  3439. > | | | | |TensorConstant{0.0} [@CZK] <TensorType(float64, scalar)>
  3440. > | | | |Elemwise{neg,no_inplace} [@DCP] <TensorType(float64, matrix)> ''
  3441. > | | | | |DimShuffle{1,0} [@DCQ] <TensorType(float64, matrix)> ''
  3442. > | | | | |dot [@DCR] <TensorType(float64, matrix)> ''
  3443. > | | | | |dot [@DCS] <TensorType(float64, matrix)> ''
  3444. > | | | | | |MatrixInverse [@DCT] <TensorType(float64, matrix)> ''
  3445. > | | | | | | |Subtensor{:int64:, :int64:} [@DCF] <TensorType(float64, matrix)> ''
  3446. > | | | | | |DimShuffle{1,0} [@DCU] <TensorType(float64, matrix)> ''
  3447. > | | | | | |dot [@DCV] <TensorType(float64, matrix)> ''
  3448. > | | | | | |DimShuffle{1,0} [@DCW] <TensorType(float64, matrix)> ''
  3449. > | | | | | | |Subtensor{int64::, :int64:} [@DCD] <TensorType(float64, matrix)> ''
  3450. > | | | | | |Split{2}.0 [@DBY] <TensorType(float64, matrix)> ''
  3451. > | | | | |MatrixInverse [@DCT] <TensorType(float64, matrix)> ''
  3452. > | | | |Constant{3} [@CZX] <int64>
  3453. > | | | |Constant{3} [@CZY] <int64>
  3454. > | | |IncSubtensor{Inc;int64::, int64::} [@DCX] <TensorType(float64, matrix)> ''
  3455. > | | |Elemwise{second,no_inplace} [@DCY] <TensorType(float64, matrix)> ''
  3456. > | | | |Cholesky{lower=True, destructive=False} [@DBV] <TensorType(float64, matrix)> ''
  3457. > | | | |DimShuffle{x,x} [@DCZ] <TensorType(float64, (True, True))> ''
  3458. > | | | |TensorConstant{0.0} [@CZK] <TensorType(float64, scalar)>
  3459. > | | |Split{2}.1 [@DBY] <TensorType(float64, matrix)> ''
  3460. > | | |Constant{3} [@DAD] <int64>
  3461. > | | |Constant{3} [@DAE] <int64>
  3462. > | |TensorConstant{0} [@CYV] <TensorType(int8, scalar)>
  3463. > | |MakeVector [@DDA] <TensorType(int64, vector)> ''
  3464. > | |Subtensor{int8} [@DDB] <TensorType(int64, scalar)> ''
  3465. > | | |Shape [@DDC] <TensorType(int64, vector)> ''
  3466. > | | | |Join [@DBN] <TensorType(float64, matrix)> ''
  3467. > | | |ScalarFromTensor [@DDD] <int8> ''
  3468. > | | |TensorConstant{0} [@CYV] <TensorType(int8, scalar)>
  3469. > | |Subtensor{int8} [@DDE] <TensorType(int64, scalar)> ''
  3470. > | |Shape [@DDF] <TensorType(int64, vector)> ''
  3471. > | | |Join [@DBP] <TensorType(float64, matrix)> ''
  3472. > | |ScalarFromTensor [@DDG] <int8> ''
  3473. > | |TensorConstant{0} [@CYV] <TensorType(int8, scalar)>
  3474. > |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3475. > |MakeVector [@DDH] <TensorType(int64, vector)> ''
  3476. > |Subtensor{int8} [@DDI] <TensorType(int64, scalar)> ''
  3477. > | |Shape [@DDJ] <TensorType(int64, vector)> ''
  3478. > | | |<TensorType(float64, matrix)> [@CZA] <TensorType(float64, matrix)>
  3479. > | |ScalarFromTensor [@DDK] <int8> ''
  3480. > | |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3481. > |Subtensor{int8} [@DDL] <TensorType(int64, scalar)> ''
  3482. > |Shape [@DDM] <TensorType(int64, vector)> ''
  3483. > | |<TensorType(float64, matrix)> [@CZC] <TensorType(float64, matrix)>
  3484. > |ScalarFromTensor [@DDN] <int8> ''
  3485. > |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3486. >Elemwise{add,no_inplace} [@DDO] <TensorType(float64, matrix)> ''
  3487. > |DimShuffle{1,0} [@DDP] <TensorType(float64, matrix)> ''
  3488. > | |Elemwise{identity} [@DDQ] <TensorType(float64, matrix)> ''
  3489. > | |Split{2}.1 [@DDR] <TensorType(float64, matrix)> ''
  3490. > | |Split{2}.0 [@DDS] <TensorType(float64, matrix)> ''
  3491. > | | |CholeskyGrad{lower=True, destructive=False} [@DDT] <TensorType(float64, matrix)> ''
  3492. > | | | |Join [@DDU] <TensorType(float64, matrix)> ''
  3493. > | | | | |TensorConstant{0} [@CYV] <TensorType(int8, scalar)>
  3494. > | | | | |Join [@DDV] <TensorType(float64, matrix)> ''
  3495. > | | | | | |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3496. > | | | | | |<TensorType(float64, matrix)> [@CYY] <TensorType(float64, matrix)>
  3497. > | | | | | |DimShuffle{1,0} [@DDW] <TensorType(float64, matrix)> ''
  3498. > | | | | | |<TensorType(float64, matrix)> [@CZA] <TensorType(float64, matrix)>
  3499. > | | | | |Join [@DDX] <TensorType(float64, matrix)> ''
  3500. > | | | | |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3501. > | | | | |<TensorType(float64, matrix)> [@CZA] <TensorType(float64, matrix)>
  3502. > | | | | |<TensorType(float64, matrix)> [@CZC] <TensorType(float64, matrix)>
  3503. > | | | |Cholesky{lower=True, destructive=False} [@DDY] <TensorType(float64, matrix)> ''
  3504. > | | | | |Join [@DDU] <TensorType(float64, matrix)> ''
  3505. > | | | |Elemwise{add,no_inplace} [@DDZ] <TensorType(float64, matrix)> ''
  3506. > | | | |Elemwise{add,no_inplace} [@DEA] <TensorType(float64, matrix)> ''
  3507. > | | | | |IncSubtensor{Inc;int64::, :int64:} [@DEB] <TensorType(float64, matrix)> ''
  3508. > | | | | | |Elemwise{second,no_inplace} [@DEC] <TensorType(float64, matrix)> ''
  3509. > | | | | | | |Cholesky{lower=True, destructive=False} [@DED] <TensorType(float64, matrix)> ''
  3510. > | | | | | | | |Join [@DDU] <TensorType(float64, matrix)> ''
  3511. > | | | | | | |DimShuffle{x,x} [@DEE] <TensorType(float64, (True, True))> ''
  3512. > | | | | | | |TensorConstant{0.0} [@CZK] <TensorType(float64, scalar)>
  3513. > | | | | | |dot [@DEF] <TensorType(float64, matrix)> ''
  3514. > | | | | | | |Split{2}.0 [@DEG] <TensorType(float64, matrix)> ''
  3515. > | | | | | | | |<TensorType(float64, matrix)> [@CZN] <TensorType(float64, matrix)>
  3516. > | | | | | | | |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3517. > | | | | | | | |MakeVector [@DEH] <TensorType(int64, vector)> ''
  3518. > | | | | | | | |Subtensor{int8} [@DEI] <TensorType(int64, scalar)> ''
  3519. > | | | | | | | | |Shape [@DEJ] <TensorType(int64, vector)> ''
  3520. > | | | | | | | | | |dot [@DEK] <TensorType(float64, matrix)> ''
  3521. > | | | | | | | | | |Subtensor{int64::, :int64:} [@DEL] <TensorType(float64, matrix)> ''
  3522. > | | | | | | | | | | |Cholesky{lower=True, destructive=False} [@DED] <TensorType(float64, matrix)> ''
  3523. > | | | | | | | | | | |Constant{3} [@CZT] <int64>
  3524. > | | | | | | | | | | |Constant{3} [@CZU] <int64>
  3525. > | | | | | | | | | |MatrixInverse [@DEM] <TensorType(float64, matrix)> ''
  3526. > | | | | | | | | | |Subtensor{:int64:, :int64:} [@DEN] <TensorType(float64, matrix)> ''
  3527. > | | | | | | | | | |Cholesky{lower=True, destructive=False} [@DED] <TensorType(float64, matrix)> ''
  3528. > | | | | | | | | | |Constant{3} [@CZX] <int64>
  3529. > | | | | | | | | | |Constant{3} [@CZY] <int64>
  3530. > | | | | | | | | |ScalarFromTensor [@DEO] <int8> ''
  3531. > | | | | | | | | |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3532. > | | | | | | | |Subtensor{int8} [@DEP] <TensorType(int64, scalar)> ''
  3533. > | | | | | | | |Shape [@DEQ] <TensorType(int64, vector)> ''
  3534. > | | | | | | | | |Subtensor{int64::, int64::} [@DER] <TensorType(float64, matrix)> ''
  3535. > | | | | | | | | |Cholesky{lower=True, destructive=False} [@DED] <TensorType(float64, matrix)> ''
  3536. > | | | | | | | | |Constant{3} [@DAD] <int64>
  3537. > | | | | | | | | |Constant{3} [@DAE] <int64>
  3538. > | | | | | | | |ScalarFromTensor [@DES] <int8> ''
  3539. > | | | | | | | |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3540. > | | | | | | |DimShuffle{1,0} [@DET] <TensorType(float64, matrix)> ''
  3541. > | | | | | | |MatrixInverse [@DEM] <TensorType(float64, matrix)> ''
  3542. > | | | | | |Constant{3} [@CZT] <int64>
  3543. > | | | | | |Constant{3} [@CZU] <int64>
  3544. > | | | | |IncSubtensor{Inc;:int64:, :int64:} [@DEU] <TensorType(float64, matrix)> ''
  3545. > | | | | |Elemwise{second,no_inplace} [@DEV] <TensorType(float64, matrix)> ''
  3546. > | | | | | |Cholesky{lower=True, destructive=False} [@DED] <TensorType(float64, matrix)> ''
  3547. > | | | | | |DimShuffle{x,x} [@DEW] <TensorType(float64, (True, True))> ''
  3548. > | | | | | |TensorConstant{0.0} [@CZK] <TensorType(float64, scalar)>
  3549. > | | | | |Elemwise{neg,no_inplace} [@DEX] <TensorType(float64, matrix)> ''
  3550. > | | | | | |DimShuffle{1,0} [@DEY] <TensorType(float64, matrix)> ''
  3551. > | | | | | |dot [@DEZ] <TensorType(float64, matrix)> ''
  3552. > | | | | | |dot [@DFA] <TensorType(float64, matrix)> ''
  3553. > | | | | | | |MatrixInverse [@DFB] <TensorType(float64, matrix)> ''
  3554. > | | | | | | | |Subtensor{:int64:, :int64:} [@DEN] <TensorType(float64, matrix)> ''
  3555. > | | | | | | |DimShuffle{1,0} [@DFC] <TensorType(float64, matrix)> ''
  3556. > | | | | | | |dot [@DFD] <TensorType(float64, matrix)> ''
  3557. > | | | | | | |DimShuffle{1,0} [@DFE] <TensorType(float64, matrix)> ''
  3558. > | | | | | | | |Subtensor{int64::, :int64:} [@DEL] <TensorType(float64, matrix)> ''
  3559. > | | | | | | |Split{2}.0 [@DEG] <TensorType(float64, matrix)> ''
  3560. > | | | | | |MatrixInverse [@DFB] <TensorType(float64, matrix)> ''
  3561. > | | | | |Constant{3} [@CZX] <int64>
  3562. > | | | | |Constant{3} [@CZY] <int64>
  3563. > | | | |IncSubtensor{Inc;int64::, int64::} [@DFF] <TensorType(float64, matrix)> ''
  3564. > | | | |Elemwise{second,no_inplace} [@DFG] <TensorType(float64, matrix)> ''
  3565. > | | | | |Cholesky{lower=True, destructive=False} [@DED] <TensorType(float64, matrix)> ''
  3566. > | | | | |DimShuffle{x,x} [@DFH] <TensorType(float64, (True, True))> ''
  3567. > | | | | |TensorConstant{0.0} [@CZK] <TensorType(float64, scalar)>
  3568. > | | | |Split{2}.1 [@DEG] <TensorType(float64, matrix)> ''
  3569. > | | | |Constant{3} [@DAD] <int64>
  3570. > | | | |Constant{3} [@DAE] <int64>
  3571. > | | |TensorConstant{0} [@CYV] <TensorType(int8, scalar)>
  3572. > | | |MakeVector [@DFI] <TensorType(int64, vector)> ''
  3573. > | | |Subtensor{int8} [@DFJ] <TensorType(int64, scalar)> ''
  3574. > | | | |Shape [@DFK] <TensorType(int64, vector)> ''
  3575. > | | | | |Join [@DDV] <TensorType(float64, matrix)> ''
  3576. > | | | |ScalarFromTensor [@DFL] <int8> ''
  3577. > | | | |TensorConstant{0} [@CYV] <TensorType(int8, scalar)>
  3578. > | | |Subtensor{int8} [@DFM] <TensorType(int64, scalar)> ''
  3579. > | | |Shape [@DFN] <TensorType(int64, vector)> ''
  3580. > | | | |Join [@DDX] <TensorType(float64, matrix)> ''
  3581. > | | |ScalarFromTensor [@DFO] <int8> ''
  3582. > | | |TensorConstant{0} [@CYV] <TensorType(int8, scalar)>
  3583. > | |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3584. > | |MakeVector [@DFP] <TensorType(int64, vector)> ''
  3585. > | |Subtensor{int8} [@DFQ] <TensorType(int64, scalar)> ''
  3586. > | | |Shape [@DFR] <TensorType(int64, vector)> ''
  3587. > | | | |<TensorType(float64, matrix)> [@CYY] <TensorType(float64, matrix)>
  3588. > | | |ScalarFromTensor [@DFS] <int8> ''
  3589. > | | |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3590. > | |Subtensor{int8} [@DFT] <TensorType(int64, scalar)> ''
  3591. > | |Shape [@DFU] <TensorType(int64, vector)> ''
  3592. > | | |DimShuffle{1,0} [@DDW] <TensorType(float64, matrix)> ''
  3593. > | |ScalarFromTensor [@DFV] <int8> ''
  3594. > | |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3595. > |Split{2}.0 [@DFW] <TensorType(float64, matrix)> ''
  3596. > |Split{2}.1 [@DDS] <TensorType(float64, matrix)> ''
  3597. > |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3598. > |MakeVector [@DFX] <TensorType(int64, vector)> ''
  3599. > |Subtensor{int8} [@DFY] <TensorType(int64, scalar)> ''
  3600. > | |Shape [@DFZ] <TensorType(int64, vector)> ''
  3601. > | | |<TensorType(float64, matrix)> [@CZA] <TensorType(float64, matrix)>
  3602. > | |ScalarFromTensor [@DGA] <int8> ''
  3603. > | |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3604. > |Subtensor{int8} [@DGB] <TensorType(int64, scalar)> ''
  3605. > |Shape [@DGC] <TensorType(int64, vector)> ''
  3606. > | |<TensorType(float64, matrix)> [@CZC] <TensorType(float64, matrix)>
  3607. > |ScalarFromTensor [@DGD] <int8> ''
  3608. > |TensorConstant{1} [@CYX] <TensorType(int8, scalar)>
  3609.  
  3610. for{cpu,scan_fn} [@BGY] <TensorType(float64, 3D)> ''
  3611. >Join [@CQL] <TensorType(float64, matrix)> ''
  3612.  
  3613. for{cpu,scan_fn} [@KL] <TensorType(float64, 3D)> ''
  3614. >Join [@CQL] <TensorType(float64, matrix)> ''
  3615.  
  3616. for{cpu,grad_of_scan_fn}.1 [@BFF] <TensorType(float64, 3D)> ''
  3617. >Elemwise{add,no_inplace} [@CXH] <TensorType(float64, vector)> ''
  3618. >DimShuffle{1,0} [@CXZ] <TensorType(float64, matrix)> ''
  3619. >Split{2}.1 [@CYG] <TensorType(float64, vector)> ''
  3620.  
  3621. for{cpu,scan_fn} [@BGY] <TensorType(float64, 3D)> ''
  3622. >Join [@CQL] <TensorType(float64, matrix)> ''
  3623.  
  3624. for{cpu,grad_of_scan_fn}.1 [@BGV] <TensorType(float64, 3D)> ''
  3625. >Split{2}.0 [@CYR] <TensorType(float64, matrix)> ''
  3626. >Split{2}.1 [@DBJ] <TensorType(float64, matrix)> ''
  3627. >Elemwise{add,no_inplace} [@DDO] <TensorType(float64, matrix)> ''
  3628.  
  3629. for{cpu,grad_of_scan_fn}.1 [@BIP] <TensorType(float64, 4D)> ''
  3630. >Elemwise{add,no_inplace} [@DGE] <TensorType(float64, 3D)> ''
  3631. > |IncSubtensor{Inc;int64} [@DGF] <TensorType(float64, 3D)> ''
  3632. > | |Elemwise{second,no_inplace} [@DGG] <TensorType(float64, 3D)> ''
  3633. > | | |<TensorType(float64, 3D)> [@DGH] <TensorType(float64, 3D)>
  3634. > | | |DimShuffle{x,x,x} [@DGI] <TensorType(float64, (True, True, True))> ''
  3635. > | | |TensorConstant{0.0} [@DGJ] <TensorType(float64, scalar)>
  3636. > | |DimShuffle{1,0} [@DGK] <TensorType(float64, matrix)> ''
  3637. > | | |Elemwise{identity} [@DGL] <TensorType(float64, matrix)> ''
  3638. > | | |dot [@DGM] <TensorType(float64, matrix)> ''
  3639. > | | |<TensorType(float64, matrix)> [@DGN] <TensorType(float64, matrix)>
  3640. > | | |DimShuffle{1,0} [@DGO] <TensorType(float64, matrix)> ''
  3641. > | | |Subtensor{int64} [@DGP] <TensorType(float64, matrix)> ''
  3642. > | | |<TensorType(float64, 3D)> [@DGQ] <TensorType(float64, 3D)>
  3643. > | | |ScalarFromTensor [@DGR] <int64> ''
  3644. > | | |<TensorType(int64, scalar)> [@DGS] <TensorType(int64, scalar)>
  3645. > | |ScalarFromTensor [@DGT] <int64> ''
  3646. > | |Elemwise{sub,no_inplace} [@DGU] <TensorType(int64, scalar)> ''
  3647. > | |Elemwise{neg,no_inplace} [@DGV] <TensorType(int64, scalar)> ''
  3648. > | | |<TensorType(int64, scalar)> [@DGS] <TensorType(int64, scalar)>
  3649. > | |TensorConstant{1} [@DGW] <TensorType(int8, scalar)>
  3650. > |<TensorType(float64, 3D)> [@DGX] <TensorType(float64, 3D)>
  3651. >Elemwise{add,no_inplace} [@DGY] <TensorType(float64, 3D)> ''
  3652. > |IncSubtensor{Inc;int64} [@DGZ] <TensorType(float64, 3D)> ''
  3653. > | |Elemwise{second,no_inplace} [@DHA] <TensorType(float64, 3D)> ''
  3654. > | | |<TensorType(float64, 3D)> [@DGQ] <TensorType(float64, 3D)>
  3655. > | | |DimShuffle{x,x,x} [@DHB] <TensorType(float64, (True, True, True))> ''
  3656. > | | |TensorConstant{0.0} [@DGJ] <TensorType(float64, scalar)>
  3657. > | |dot [@DHC] <TensorType(float64, matrix)> ''
  3658. > | | |DimShuffle{1,0} [@DHD] <TensorType(float64, matrix)> ''
  3659. > | | | |DimShuffle{1,0} [@DHE] <TensorType(float64, matrix)> ''
  3660. > | | | |Subtensor{int64} [@DHF] <TensorType(float64, matrix)> ''
  3661. > | | | |<TensorType(float64, 3D)> [@DGH] <TensorType(float64, 3D)>
  3662. > | | | |ScalarFromTensor [@DHG] <int64> ''
  3663. > | | | |Elemwise{sub,no_inplace} [@DHH] <TensorType(int64, scalar)> ''
  3664. > | | | |Elemwise{neg,no_inplace} [@DHI] <TensorType(int64, scalar)> ''
  3665. > | | | | |<TensorType(int64, scalar)> [@DGS] <TensorType(int64, scalar)>
  3666. > | | | |TensorConstant{1} [@DGW] <TensorType(int8, scalar)>
  3667. > | | |<TensorType(float64, matrix)> [@DGN] <TensorType(float64, matrix)>
  3668. > | |ScalarFromTensor [@DHJ] <int64> ''
  3669. > | |<TensorType(int64, scalar)> [@DGS] <TensorType(int64, scalar)>
  3670. > |<TensorType(float64, 3D)> [@DHK] <TensorType(float64, 3D)>
  3671. >Elemwise{add,no_inplace} [@DHL] <TensorType(float64, 3D)> ''
  3672. > |Elemwise{second,no_inplace} [@DHM] <TensorType(float64, 3D)> ''
  3673. > | |<TensorType(float64, 3D)> [@DHN] <TensorType(float64, 3D)>
  3674. > | |DimShuffle{x,x,x} [@DHO] <TensorType(float64, (True, True, True))> ''
  3675. > | |TensorConstant{0.0} [@DGJ] <TensorType(float64, scalar)>
  3676. > |<TensorType(float64, 3D)> [@DHP] <TensorType(float64, 3D)>
  3677. >Elemwise{add,no_inplace} [@DHQ] <TensorType(float64, 3D)> ''
  3678. > |Elemwise{second,no_inplace} [@DHR] <TensorType(float64, 3D)> ''
  3679. > | |<TensorType(float64, 3D)> [@DHS] <TensorType(float64, 3D)>
  3680. > | |DimShuffle{x,x,x} [@DHT] <TensorType(float64, (True, True, True))> ''
  3681. > | |TensorConstant{0.0} [@DGJ] <TensorType(float64, scalar)>
  3682. > |<TensorType(float64, 3D)> [@DHU] <TensorType(float64, 3D)>
  3683. >Elemwise{second,no_inplace} [@DHV] <TensorType(int64, scalar)> ''
  3684. > |<TensorType(int64, scalar)> [@DGS] <TensorType(int64, scalar)>
  3685. > |TensorConstant{0} [@DHW] <TensorType(int64, scalar)>
  3686.  
  3687. for{cpu,scan_fn} [@BIS] <TensorType(float64, 3D)> ''
  3688. >dot [@CRH] <TensorType(float64, matrix)> ''
  3689.  
  3690. for{cpu,scan_fn} [@LF] <TensorType(float64, 3D)> ''
  3691. >dot [@CRH] <TensorType(float64, matrix)> ''
  3692.  
  3693. for{cpu,grad_of_scan_fn}.2 [@BGV] <TensorType(float64, 3D)> ''
  3694. >Split{2}.0 [@CYR] <TensorType(float64, matrix)> ''
  3695. >Split{2}.1 [@DBJ] <TensorType(float64, matrix)> ''
  3696. >Elemwise{add,no_inplace} [@DDO] <TensorType(float64, matrix)> ''
  3697.  
  3698. for{cpu,scan_fn} [@BIS] <TensorType(float64, 3D)> ''
  3699. >dot [@CRH] <TensorType(float64, matrix)> ''
  3700.  
  3701. for{cpu,grad_of_scan_fn}.3 [@BLI] <TensorType(float64, 4D)> ''
  3702. >Elemwise{add,no_inplace} [@DHX] <TensorType(float64, vector)> ''
  3703. > |dot [@DHY] <TensorType(float64, vector)> ''
  3704. > | |DimShuffle{1,0} [@DHZ] <TensorType(float64, matrix)> ''
  3705. > | | |DimShuffle{1,0} [@DIA] <TensorType(float64, matrix)> ''
  3706. > | | |Subtensor{int64} [@DIB] <TensorType(float64, matrix)> ''
  3707. > | | |<TensorType(float64, 3D)> [@DIC] <TensorType(float64, 3D)>
  3708. > | | |ScalarFromTensor [@DID] <int64> ''
  3709. > | | |Elemwise{sub,no_inplace} [@DIE] <TensorType(int64, scalar)> ''
  3710. > | | |Elemwise{neg,no_inplace} [@DIF] <TensorType(int64, scalar)> ''
  3711. > | | | |<TensorType(int64, scalar)> [@DIG] <TensorType(int64, scalar)>
  3712. > | | |TensorConstant{1} [@DIH] <TensorType(int8, scalar)>
  3713. > | |if{} [@DII] <TensorType(float64, vector)> ''
  3714. > | |Elemwise{eq,no_inplace} [@DIJ] <TensorType(int8, scalar)> ''
  3715. > | | |<TensorType(int64, scalar)> [@DIG] <TensorType(int64, scalar)>
  3716. > | | |TensorConstant{0} [@DIK] <TensorType(int8, scalar)>
  3717. > | |Elemwise{second,no_inplace} [@DIL] <TensorType(float64, vector)> ''
  3718. > | | |dot [@DIM] <TensorType(float64, vector)> ''
  3719. > | | | |DimShuffle{1,0} [@DIA] <TensorType(float64, matrix)> ''
  3720. > | | | |Elemwise{add,no_inplace} [@DIN] <TensorType(float64, vector)> ''
  3721. > | | | |<TensorType(float64, vector)> [@DIO] <TensorType(float64, vector)>
  3722. > | | | |dot [@DIP] <TensorType(float64, vector)> ''
  3723. > | | | |Subtensor{int64} [@DIQ] <TensorType(float64, matrix)> ''
  3724. > | | | | |<TensorType(float64, 3D)> [@DIR] <TensorType(float64, 3D)>
  3725. > | | | | |ScalarFromTensor [@DIS] <int64> ''
  3726. > | | | | |<TensorType(int64, scalar)> [@DIG] <TensorType(int64, scalar)>
  3727. > | | | |Subtensor{int64} [@DIT] <TensorType(float64, vector)> ''
  3728. > | | | |<TensorType(float64, matrix)> [@DIU] <TensorType(float64, matrix)>
  3729. > | | | |ScalarFromTensor [@DIV] <int64> ''
  3730. > | | | |<TensorType(int64, scalar)> [@DIG] <TensorType(int64, scalar)>
  3731. > | | |DimShuffle{x} [@DIW] <TensorType(float64, (True,))> ''
  3732. > | | |TensorConstant{0.0} [@DIX] <TensorType(float64, scalar)>
  3733. > | |<TensorType(float64, vector)> [@DIY] <TensorType(float64, vector)>
  3734. > |<TensorType(float64, vector)> [@DIZ] <TensorType(float64, vector)>
  3735. >Elemwise{add,no_inplace} [@DJA] <TensorType(float64, matrix)> ''
  3736. > |Elemwise{add,no_inplace} [@DJB] <TensorType(float64, matrix)> ''
  3737. > | |IncSubtensor{Inc;int64} [@DJC] <TensorType(float64, matrix)> ''
  3738. > | | |Elemwise{second,no_inplace} [@DJD] <TensorType(float64, matrix)> ''
  3739. > | | | |<TensorType(float64, matrix)> [@DIU] <TensorType(float64, matrix)>
  3740. > | | | |DimShuffle{x,x} [@DJE] <TensorType(float64, (True, True))> ''
  3741. > | | | |TensorConstant{0.0} [@DIX] <TensorType(float64, scalar)>
  3742. > | | |dot [@DJF] <TensorType(float64, vector)> ''
  3743. > | | | |DimShuffle{1,0} [@DJG] <TensorType(float64, matrix)> ''
  3744. > | | | | |dot [@DJH] <TensorType(float64, matrix)> ''
  3745. > | | | | |DimShuffle{1,0} [@DJI] <TensorType(float64, matrix)> ''
  3746. > | | | | | |Subtensor{int64} [@DJJ] <TensorType(float64, matrix)> ''
  3747. > | | | | | |<TensorType(float64, 3D)> [@DIC] <TensorType(float64, 3D)>
  3748. > | | | | | |Constant{-1} [@DJK] <int64>
  3749. > | | | | |Subtensor{int64} [@DJL] <TensorType(float64, matrix)> ''
  3750. > | | | | |<TensorType(float64, 3D)> [@DIR] <TensorType(float64, 3D)>
  3751. > | | | | |Constant{0} [@DJM] <int64>
  3752. > | | | |if{} [@DJN] <TensorType(float64, vector)> ''
  3753. > | | | |Elemwise{eq,no_inplace} [@DJO] <TensorType(int8, scalar)> ''
  3754. > | | | | |<TensorType(int64, scalar)> [@DIG] <TensorType(int64, scalar)>
  3755. > | | | | |TensorConstant{0} [@DIK] <TensorType(int8, scalar)>
  3756. > | | | |<TensorType(float64, vector)> [@DIY] <TensorType(float64, vector)>
  3757. > | | | |Elemwise{second,no_inplace} [@DJP] <TensorType(float64, vector)> ''
  3758. > | | | |dot [@DJQ] <TensorType(float64, vector)> ''
  3759. > | | | | |dot [@DJH] <TensorType(float64, matrix)> ''
  3760. > | | | | |Subtensor{int64} [@DJR] <TensorType(float64, vector)> ''
  3761. > | | | | |<TensorType(float64, matrix)> [@DIU] <TensorType(float64, matrix)>
  3762. > | | | | |Constant{0} [@DJS] <int64>
  3763. > | | | |DimShuffle{x} [@DJT] <TensorType(float64, (True,))> ''
  3764. > | | | |TensorConstant{0.0} [@DIX] <TensorType(float64, scalar)>
  3765. > | | |Constant{0} [@DJS] <int64>
  3766. > | |IncSubtensor{Inc;int64} [@DJU] <TensorType(float64, matrix)> ''
  3767. > | |Elemwise{second,no_inplace} [@DJV] <TensorType(float64, matrix)> ''
  3768. > | | |<TensorType(float64, matrix)> [@DIU] <TensorType(float64, matrix)>
  3769. > | | |DimShuffle{x,x} [@DJW] <TensorType(float64, (True, True))> ''
  3770. > | | |TensorConstant{0.0} [@DIX] <TensorType(float64, scalar)>
  3771. > | |dot [@DJX] <TensorType(float64, vector)> ''
  3772. > | | |DimShuffle{1,0} [@DJY] <TensorType(float64, matrix)> ''
  3773. > | | | |Subtensor{int64} [@DJZ] <TensorType(float64, matrix)> ''
  3774. > | | | |<TensorType(float64, 3D)> [@DIR] <TensorType(float64, 3D)>
  3775. > | | | |ScalarFromTensor [@DKA] <int64> ''
  3776. > | | | |<TensorType(int64, scalar)> [@DIG] <TensorType(int64, scalar)>
  3777. > | | |dot [@DKB] <TensorType(float64, vector)> ''
  3778. > | | |DimShuffle{1,0} [@DKC] <TensorType(float64, matrix)> ''
  3779. > | | | |DimShuffle{1,0} [@DKD] <TensorType(float64, matrix)> ''
  3780. > | | | |Subtensor{int64} [@DKE] <TensorType(float64, matrix)> ''
  3781. > | | | |<TensorType(float64, 3D)> [@DIC] <TensorType(float64, 3D)>
  3782. > | | | |ScalarFromTensor [@DKF] <int64> ''
  3783. > | | | |Elemwise{sub,no_inplace} [@DKG] <TensorType(int64, scalar)> ''
  3784. > | | | |Elemwise{neg,no_inplace} [@DKH] <TensorType(int64, scalar)> ''
  3785. > | | | | |<TensorType(int64, scalar)> [@DIG] <TensorType(int64, scalar)>
  3786. > | | | |TensorConstant{1} [@DIH] <TensorType(int8, scalar)>
  3787. > | | |if{} [@DKI] <TensorType(float64, vector)> ''
  3788. > | | |Elemwise{eq,no_inplace} [@DJO] <TensorType(int8, scalar)> ''
  3789. > | | |Elemwise{second,no_inplace} [@DKJ] <TensorType(float64, vector)> ''
  3790. > | | | |dot [@DKK] <TensorType(float64, vector)> ''
  3791. > | | | | |DimShuffle{1,0} [@DKD] <TensorType(float64, matrix)> ''
  3792. > | | | | |Elemwise{add,no_inplace} [@DKL] <TensorType(float64, vector)> ''
  3793. > | | | | |<TensorType(float64, vector)> [@DIO] <TensorType(float64, vector)>
  3794. > | | | | |dot [@DKM] <TensorType(float64, vector)> ''
  3795. > | | | | |Subtensor{int64} [@DJZ] <TensorType(float64, matrix)> ''
  3796. > | | | | |Subtensor{int64} [@DKN] <TensorType(float64, vector)> ''
  3797. > | | | | |<TensorType(float64, matrix)> [@DIU] <TensorType(float64, matrix)>
  3798. > | | | | |ScalarFromTensor [@DKO] <int64> ''
  3799. > | | | | |<TensorType(int64, scalar)> [@DIG] <TensorType(int64, scalar)>
  3800. > | | | |DimShuffle{x} [@DKP] <TensorType(float64, (True,))> ''
  3801. > | | | |TensorConstant{0.0} [@DIX] <TensorType(float64, scalar)>
  3802. > | | |<TensorType(float64, vector)> [@DIY] <TensorType(float64, vector)>
  3803. > | |ScalarFromTensor [@DKO] <int64> ''
  3804. > |<TensorType(float64, matrix)> [@DKQ] <TensorType(float64, matrix)>
  3805. >Elemwise{add,no_inplace} [@DKR] <TensorType(float64, 3D)> ''
  3806. > |Elemwise{add,no_inplace} [@DKS] <TensorType(float64, 3D)> ''
  3807. > | |IncSubtensor{Inc;int64} [@DKT] <TensorType(float64, 3D)> ''
  3808. > | | |Elemwise{second,no_inplace} [@DKU] <TensorType(float64, 3D)> ''
  3809. > | | | |<TensorType(float64, 3D)> [@DIC] <TensorType(float64, 3D)>
  3810. > | | | |DimShuffle{x,x,x} [@DKV] <TensorType(float64, (True, True, True))> ''
  3811. > | | | |TensorConstant{0.0} [@DIX] <TensorType(float64, scalar)>
  3812. > | | |DimShuffle{1,0} [@DKW] <TensorType(float64, matrix)> ''
  3813. > | | | |Elemwise{identity} [@DKX] <TensorType(float64, matrix)> ''
  3814. > | | | |dot [@DKY] <TensorType(float64, matrix)> ''
  3815. > | | | |dot [@DKZ] <TensorType(float64, matrix)> ''
  3816. > | | | | |DimShuffle{0,x} [@DLA] <TensorType(float64, col)> ''
  3817. > | | | | | |if{} [@DLB] <TensorType(float64, vector)> ''
  3818. > | | | | | |Elemwise{eq,no_inplace} [@DLC] <TensorType(int8, scalar)> ''
  3819. > | | | | | | |<TensorType(int64, scalar)> [@DIG] <TensorType(int64, scalar)>
  3820. > | | | | | | |TensorConstant{0} [@DIK] <TensorType(int8, scalar)>
  3821. > | | | | | |<TensorType(float64, vector)> [@DIY] <TensorType(float64, vector)>
  3822. > | | | | | |Elemwise{second,no_inplace} [@DLD] <TensorType(float64, vector)> ''
  3823. > | | | | | |dot [@DLE] <TensorType(float64, vector)> ''
  3824. > | | | | | | |dot [@DLF] <TensorType(float64, matrix)> ''
  3825. > | | | | | | | |DimShuffle{1,0} [@DLG] <TensorType(float64, matrix)> ''
  3826. > | | | | | | | | |Subtensor{int64} [@DLH] <TensorType(float64, matrix)> ''
  3827. > | | | | | | | | |<TensorType(float64, 3D)> [@DIC] <TensorType(float64, 3D)>
  3828. > | | | | | | | | |Constant{-1} [@DJK] <int64>
  3829. > | | | | | | | |Subtensor{int64} [@DLI] <TensorType(float64, matrix)> ''
  3830. > | | | | | | | |<TensorType(float64, 3D)> [@DIR] <TensorType(float64, 3D)>
  3831. > | | | | | | | |Constant{0} [@DJM] <int64>
  3832. > | | | | | | |Subtensor{int64} [@DLJ] <TensorType(float64, vector)> ''
  3833. > | | | | | | |<TensorType(float64, matrix)> [@DIU] <TensorType(float64, matrix)>
  3834. > | | | | | | |Constant{0} [@DJS] <int64>
  3835. > | | | | | |DimShuffle{x} [@DLK] <TensorType(float64, (True,))> ''
  3836. > | | | | | |TensorConstant{0.0} [@DIX] <TensorType(float64, scalar)>
  3837. > | | | | |DimShuffle{x,0} [@DLL] <TensorType(float64, row)> ''
  3838. > | | | | |DimShuffle{0} [@DLM] <TensorType(float64, vector)> ''
  3839. > | | | | |Subtensor{int64} [@DLJ] <TensorType(float64, vector)> ''
  3840. > | | | |DimShuffle{1,0} [@DLN] <TensorType(float64, matrix)> ''
  3841. > | | | |Subtensor{int64} [@DLI] <TensorType(float64, matrix)> ''
  3842. > | | |Constant{-1} [@DJK] <int64>
  3843. > | |IncSubtensor{Inc;int64} [@DLO] <TensorType(float64, 3D)> ''
  3844. > | |Elemwise{second,no_inplace} [@DLP] <TensorType(float64, 3D)> ''
  3845. > | | |<TensorType(float64, 3D)> [@DIC] <TensorType(float64, 3D)>
  3846. > | | |DimShuffle{x,x,x} [@DLQ] <TensorType(float64, (True, True, True))> ''
  3847. > | | |TensorConstant{0.0} [@DIX] <TensorType(float64, scalar)>
  3848. > | |DimShuffle{1,0} [@DLR] <TensorType(float64, matrix)> ''
  3849. > | | |Elemwise{identity} [@DLS] <TensorType(float64, matrix)> ''
  3850. > | | |dot [@DLT] <TensorType(float64, matrix)> ''
  3851. > | | |DimShuffle{0,x} [@DLU] <TensorType(float64, col)> ''
  3852. > | | | |if{} [@DLV] <TensorType(float64, vector)> ''
  3853. > | | | |Elemwise{eq,no_inplace} [@DLC] <TensorType(int8, scalar)> ''
  3854. > | | | |Elemwise{second,no_inplace} [@DLW] <TensorType(float64, vector)> ''
  3855. > | | | | |dot [@DLX] <TensorType(float64, vector)> ''
  3856. > | | | | | |DimShuffle{1,0} [@DLY] <TensorType(float64, matrix)> ''
  3857. > | | | | | | |Subtensor{int64} [@DLZ] <TensorType(float64, matrix)> ''
  3858. > | | | | | | |<TensorType(float64, 3D)> [@DIC] <TensorType(float64, 3D)>
  3859. > | | | | | | |ScalarFromTensor [@DMA] <int64> ''
  3860. > | | | | | | |Elemwise{sub,no_inplace} [@DMB] <TensorType(int64, scalar)> ''
  3861. > | | | | | | |Elemwise{neg,no_inplace} [@DMC] <TensorType(int64, scalar)> ''
  3862. > | | | | | | | |<TensorType(int64, scalar)> [@DIG] <TensorType(int64, scalar)>
  3863. > | | | | | | |TensorConstant{1} [@DIH] <TensorType(int8, scalar)>
  3864. > | | | | | |Elemwise{add,no_inplace} [@DMD] <TensorType(float64, vector)> ''
  3865. > | | | | | |<TensorType(float64, vector)> [@DIO] <TensorType(float64, vector)>
  3866. > | | | | | |dot [@DME] <TensorType(float64, vector)> ''
  3867. > | | | | | |Subtensor{int64} [@DMF] <TensorType(float64, matrix)> ''
  3868. > | | | | | | |<TensorType(float64, 3D)> [@DIR] <TensorType(float64, 3D)>
  3869. > | | | | | | |ScalarFromTensor [@DMG] <int64> ''
  3870. > | | | | | | |<TensorType(int64, scalar)> [@DIG] <TensorType(int64, scalar)>
  3871. > | | | | | |Subtensor{int64} [@DMH] <TensorType(float64, vector)> ''
  3872. > | | | | | |<TensorType(float64, matrix)> [@DIU] <TensorType(float64, matrix)>
  3873. > | | | | | |ScalarFromTensor [@DMI] <int64> ''
  3874. > | | | | | |<TensorType(int64, scalar)> [@DIG] <TensorType(int64, scalar)>
  3875. > | | | | |DimShuffle{x} [@DMJ] <TensorType(float64, (True,))> ''
  3876. > | | | | |TensorConstant{0.0} [@DIX] <TensorType(float64, scalar)>
  3877. > | | | |<TensorType(float64, vector)> [@DIY] <TensorType(float64, vector)>
  3878. > | | |DimShuffle{x,0} [@DMK] <TensorType(float64, row)> ''
  3879. > | | |DimShuffle{0} [@DML] <TensorType(float64, vector)> ''
  3880. > | | |Elemwise{add,no_inplace} [@DMD] <TensorType(float64, vector)> ''
  3881. > | |ScalarFromTensor [@DMA] <int64> ''
  3882. > |<TensorType(float64, 3D)> [@DMM] <TensorType(float64, 3D)>
  3883. >Elemwise{add,no_inplace} [@DMN] <TensorType(float64, 3D)> ''
  3884. > |Elemwise{add,no_inplace} [@DMO] <TensorType(float64, 3D)> ''
  3885. > | |IncSubtensor{Inc;int64} [@DMP] <TensorType(float64, 3D)> ''
  3886. > | | |Elemwise{second,no_inplace} [@DMQ] <TensorType(float64, 3D)> ''
  3887. > | | | |<TensorType(float64, 3D)> [@DIR] <TensorType(float64, 3D)>
  3888. > | | | |DimShuffle{x,x,x} [@DMR] <TensorType(float64, (True, True, True))> ''
  3889. > | | | |TensorConstant{0.0} [@DIX] <TensorType(float64, scalar)>
  3890. > | | |dot [@DMS] <TensorType(float64, matrix)> ''
  3891. > | | | |DimShuffle{1,0} [@DMT] <TensorType(float64, matrix)> ''
  3892. > | | | | |DimShuffle{1,0} [@DMU] <TensorType(float64, matrix)> ''
  3893. > | | | | |Subtensor{int64} [@DMV] <TensorType(float64, matrix)> ''
  3894. > | | | | |<TensorType(float64, 3D)> [@DIC] <TensorType(float64, 3D)>
  3895. > | | | | |Constant{-1} [@DJK] <int64>
  3896. > | | | |dot [@DMW] <TensorType(float64, matrix)> ''
  3897. > | | | |DimShuffle{0,x} [@DMX] <TensorType(float64, col)> ''
  3898. > | | | | |if{} [@DMY] <TensorType(float64, vector)> ''
  3899. > | | | | |Elemwise{eq,no_inplace} [@DMZ] <TensorType(int8, scalar)> ''
  3900. > | | | | | |<TensorType(int64, scalar)> [@DIG] <TensorType(int64, scalar)>
  3901. > | | | | | |TensorConstant{0} [@DIK] <TensorType(int8, scalar)>
  3902. > | | | | |<TensorType(float64, vector)> [@DIY] <TensorType(float64, vector)>
  3903. > | | | | |Elemwise{second,no_inplace} [@DNA] <TensorType(float64, vector)> ''
  3904. > | | | | |dot [@DNB] <TensorType(float64, vector)> ''
  3905. > | | | | | |dot [@DNC] <TensorType(float64, matrix)> ''
  3906. > | | | | | | |DimShuffle{1,0} [@DMU] <TensorType(float64, matrix)> ''
  3907. > | | | | | | |Subtensor{int64} [@DND] <TensorType(float64, matrix)> ''
  3908. > | | | | | | |<TensorType(float64, 3D)> [@DIR] <TensorType(float64, 3D)>
  3909. > | | | | | | |Constant{0} [@DJM] <int64>
  3910. > | | | | | |Subtensor{int64} [@DNE] <TensorType(float64, vector)> ''
  3911. > | | | | | |<TensorType(float64, matrix)> [@DIU] <TensorType(float64, matrix)>
  3912. > | | | | | |Constant{0} [@DJS] <int64>
  3913. > | | | | |DimShuffle{x} [@DNF] <TensorType(float64, (True,))> ''
  3914. > | | | | |TensorConstant{0.0} [@DIX] <TensorType(float64, scalar)>
  3915. > | | | |DimShuffle{x,0} [@DNG] <TensorType(float64, row)> ''
  3916. > | | | |DimShuffle{0} [@DNH] <TensorType(float64, vector)> ''
  3917. > | | | |Subtensor{int64} [@DNE] <TensorType(float64, vector)> ''
  3918. > | | |Constant{0} [@DJM] <int64>
  3919. > | |IncSubtensor{Inc;int64} [@DNI] <TensorType(float64, 3D)> ''
  3920. > | |Elemwise{second,no_inplace} [@DNJ] <TensorType(float64, 3D)> ''
  3921. > | | |<TensorType(float64, 3D)> [@DIR] <TensorType(float64, 3D)>
  3922. > | | |DimShuffle{x,x,x} [@DNK] <TensorType(float64, (True, True, True))> ''
  3923. > | | |TensorConstant{0.0} [@DIX] <TensorType(float64, scalar)>
  3924. > | |dot [@DNL] <TensorType(float64, matrix)> ''
  3925. > | | |DimShuffle{0,x} [@DNM] <TensorType(float64, col)> ''
  3926. > | | | |dot [@DNN] <TensorType(float64, vector)> ''
  3927. > | | | |DimShuffle{1,0} [@DNO] <TensorType(float64, matrix)> ''
  3928. > | | | | |DimShuffle{1,0} [@DNP] <TensorType(float64, matrix)> ''
  3929. > | | | | |Subtensor{int64} [@DNQ] <TensorType(float64, matrix)> ''
  3930. > | | | | |<TensorType(float64, 3D)> [@DIC] <TensorType(float64, 3D)>
  3931. > | | | | |ScalarFromTensor [@DNR] <int64> ''
  3932. > | | | | |Elemwise{sub,no_inplace} [@DNS] <TensorType(int64, scalar)> ''
  3933. > | | | | |Elemwise{neg,no_inplace} [@DNT] <TensorType(int64, scalar)> ''
  3934. > | | | | | |<TensorType(int64, scalar)> [@DIG] <TensorType(int64, scalar)>
  3935. > | | | | |TensorConstant{1} [@DIH] <TensorType(int8, scalar)>
  3936. > | | | |if{} [@DNU] <TensorType(float64, vector)> ''
  3937. > | | | |Elemwise{eq,no_inplace} [@DMZ] <TensorType(int8, scalar)> ''
  3938. > | | | |Elemwise{second,no_inplace} [@DNV] <TensorType(float64, vector)> ''
  3939. > | | | | |dot [@DNW] <TensorType(float64, vector)> ''
  3940. > | | | | | |DimShuffle{1,0} [@DNP] <TensorType(float64, matrix)> ''
  3941. > | | | | | |Elemwise{add,no_inplace} [@DNX] <TensorType(float64, vector)> ''
  3942. > | | | | | |<TensorType(float64, vector)> [@DIO] <TensorType(float64, vector)>
  3943. > | | | | | |dot [@DNY] <TensorType(float64, vector)> ''
  3944. > | | | | | |Subtensor{int64} [@DNZ] <TensorType(float64, matrix)> ''
  3945. > | | | | | | |<TensorType(float64, 3D)> [@DIR] <TensorType(float64, 3D)>
  3946. > | | | | | | |ScalarFromTensor [@DOA] <int64> ''
  3947. > | | | | | | |<TensorType(int64, scalar)> [@DIG] <TensorType(int64, scalar)>
  3948. > | | | | | |Subtensor{int64} [@DOB] <TensorType(float64, vector)> ''
  3949. > | | | | | |<TensorType(float64, matrix)> [@DIU] <TensorType(float64, matrix)>
  3950. > | | | | | |ScalarFromTensor [@DOC] <int64> ''
  3951. > | | | | | |<TensorType(int64, scalar)> [@DIG] <TensorType(int64, scalar)>
  3952. > | | | | |DimShuffle{x} [@DOD] <TensorType(float64, (True,))> ''
  3953. > | | | | |TensorConstant{0.0} [@DIX] <TensorType(float64, scalar)>
  3954. > | | | |<TensorType(float64, vector)> [@DIY] <TensorType(float64, vector)>
  3955. > | | |DimShuffle{x,0} [@DOE] <TensorType(float64, row)> ''
  3956. > | | |DimShuffle{0} [@DOF] <TensorType(float64, vector)> ''
  3957. > | | |Subtensor{int64} [@DOB] <TensorType(float64, vector)> ''
  3958. > | |ScalarFromTensor [@DOA] <int64> ''
  3959. > |<TensorType(float64, 3D)> [@DOG] <TensorType(float64, 3D)>
  3960. >Elemwise{Cast{float64}} [@DOH] <TensorType(float64, scalar)> ''
  3961. > |Elemwise{second,no_inplace} [@DOI] <TensorType(int64, scalar)> ''
  3962. > |<TensorType(int64, scalar)> [@DIG] <TensorType(int64, scalar)>
  3963. > |TensorConstant{0} [@DOJ] <TensorType(int64, scalar)>
  3964.  
  3965. for{cpu,scan_fn} [@BLM] <TensorType(float64, matrix)> ''
  3966. >if{} [@CWD] <TensorType(float64, vector)> ''
  3967.  
  3968. for{cpu,scan_fn} [@NK] <TensorType(float64, matrix)> ''
  3969. >dot [@CVF] <TensorType(float64, vector)> ''
  3970.  
  3971. for{cpu,scan_fn} [@BLM] <TensorType(float64, matrix)> ''
  3972. >if{} [@CWD] <TensorType(float64, vector)> ''
  3973.  
  3974. for{cpu,scan_fn} [@BLM] <TensorType(float64, matrix)> ''
  3975. >if{} [@CWD] <TensorType(float64, vector)> ''
  3976.  
  3977. for{cpu,scan_fn} [@PN] <TensorType(float64, matrix)> ''
  3978. >if{} [@CWD] <TensorType(float64, vector)> ''
  3979.  
  3980. for{cpu,grad_of_scan_fn}.5 [@BMJ] <TensorType(float64, 3D)> ''
  3981. >Elemwise{add,no_inplace} [@DOK] <TensorType(float64, matrix)> ''
  3982. > |Elemwise{second,no_inplace} [@DOL] <TensorType(float64, matrix)> ''
  3983. > | |W_copy [@DOM] <TensorType(float64, matrix)>
  3984. > | |DimShuffle{x,x} [@DON] <TensorType(float64, (True, True))> ''
  3985. > | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  3986. > |<TensorType(float64, matrix)> [@DOP] <TensorType(float64, matrix)>
  3987. >Elemwise{add,no_inplace} [@DOQ] <TensorType(float64, vector)> ''
  3988. > |Elemwise{second,no_inplace} [@DOR] <TensorType(float64, vector)> ''
  3989. > | |b_copy [@DOS] <TensorType(float64, vector)>
  3990. > | |DimShuffle{x} [@DOT] <TensorType(float64, (True,))> ''
  3991. > | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  3992. > |<TensorType(float64, vector)> [@DOU] <TensorType(float64, vector)>
  3993. >Elemwise{add,no_inplace} [@DOV] <TensorType(float64, matrix)> ''
  3994. > |Elemwise{second,no_inplace} [@DOW] <TensorType(float64, matrix)> ''
  3995. > | |W_copy [@DOX] <TensorType(float64, matrix)>
  3996. > | |DimShuffle{x,x} [@DOY] <TensorType(float64, (True, True))> ''
  3997. > | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  3998. > |<TensorType(float64, matrix)> [@DOZ] <TensorType(float64, matrix)>
  3999. >Elemwise{add,no_inplace} [@DPA] <TensorType(float64, vector)> ''
  4000. > |Elemwise{second,no_inplace} [@DPB] <TensorType(float64, vector)> ''
  4001. > | |b_copy [@DPC] <TensorType(float64, vector)>
  4002. > | |DimShuffle{x} [@DPD] <TensorType(float64, (True,))> ''
  4003. > | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  4004. > |<TensorType(float64, vector)> [@DPE] <TensorType(float64, vector)>
  4005. >Elemwise{add,no_inplace} [@DPF] <TensorType(float64, matrix)> ''
  4006. > |Elemwise{add,no_inplace} [@DPG] <TensorType(float64, matrix)> ''
  4007. > | |Elemwise{add,no_inplace} [@DPH] <TensorType(float64, matrix)> ''
  4008. > | | |IncSubtensor{Inc;int64} [@DPI] <TensorType(float64, matrix)> ''
  4009. > | | | |Elemwise{second,no_inplace} [@DPJ] <TensorType(float64, matrix)> ''
  4010. > | | | | |<TensorType(float64, matrix)> [@DPK] <TensorType(float64, matrix)>
  4011. > | | | | |DimShuffle{x,x} [@DPL] <TensorType(float64, (True, True))> ''
  4012. > | | | | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  4013. > | | | |dot [@DPM] <TensorType(float64, vector)> ''
  4014. > | | | | |DimShuffle{1,0} [@DPN] <TensorType(float64, matrix)> ''
  4015. > | | | | | |Subtensor{int64} [@DPO] <TensorType(float64, matrix)> ''
  4016. > | | | | | |<TensorType(float64, 3D)> [@DPP] <TensorType(float64, 3D)>
  4017. > | | | | | |Constant{0} [@DPQ] <int64>
  4018. > | | | | |if{} [@DPR] <TensorType(float64, vector)> ''
  4019. > | | | | |Elemwise{eq,no_inplace} [@DPS] <TensorType(int8, scalar)> ''
  4020. > | | | | | |<TensorType(int64, scalar)> [@DPT] <TensorType(int64, scalar)>
  4021. > | | | | | |TensorConstant{0} [@DPU] <TensorType(int8, scalar)>
  4022. > | | | | |<TensorType(float64, vector)> [@DPV] <TensorType(float64, vector)>
  4023. > | | | | |Elemwise{second,no_inplace} [@DPW] <TensorType(float64, vector)> ''
  4024. > | | | | |dot [@DPX] <TensorType(float64, vector)> ''
  4025. > | | | | | |Subtensor{int64} [@DPO] <TensorType(float64, matrix)> ''
  4026. > | | | | | |Subtensor{int64} [@DPY] <TensorType(float64, vector)> ''
  4027. > | | | | | |<TensorType(float64, matrix)> [@DPK] <TensorType(float64, matrix)>
  4028. > | | | | | |Constant{-1} [@DPZ] <int64>
  4029. > | | | | |DimShuffle{x} [@DQA] <TensorType(float64, (True,))> ''
  4030. > | | | | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  4031. > | | | |Constant{-1} [@DPZ] <int64>
  4032. > | | |IncSubtensor{Inc;int64} [@DQB] <TensorType(float64, matrix)> ''
  4033. > | | |Elemwise{second,no_inplace} [@DQC] <TensorType(float64, matrix)> ''
  4034. > | | | |<TensorType(float64, matrix)> [@DPK] <TensorType(float64, matrix)>
  4035. > | | | |DimShuffle{x,x} [@DQD] <TensorType(float64, (True, True))> ''
  4036. > | | | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  4037. > | | |dot [@DQE] <TensorType(float64, vector)> ''
  4038. > | | | |DimShuffle{1,0} [@DQF] <TensorType(float64, matrix)> ''
  4039. > | | | | |Subtensor{int64} [@DQG] <TensorType(float64, matrix)> ''
  4040. > | | | | |<TensorType(float64, 3D)> [@DPP] <TensorType(float64, 3D)>
  4041. > | | | | |Constant{-1} [@DQH] <int64>
  4042. > | | | |if{} [@DQI] <TensorType(float64, vector)> ''
  4043. > | | | |Elemwise{eq,no_inplace} [@DQJ] <TensorType(int8, scalar)> ''
  4044. > | | | | |<TensorType(int64, scalar)> [@DPT] <TensorType(int64, scalar)>
  4045. > | | | | |Elemwise{sub,no_inplace} [@DQK] <TensorType(int64, scalar)> ''
  4046. > | | | | |Subtensor{int64} [@DQL] <TensorType(int64, scalar)> ''
  4047. > | | | | | |Shape [@DQM] <TensorType(int64, vector)> ''
  4048. > | | | | | | |for{cpu,scan_fn} [@DQN] <TensorType(float64, matrix)> ''
  4049. > | | | | | | |Elemwise{minimum,no_inplace} [@DQO] <TensorType(int64, scalar)> ''
  4050. > | | | | | | | |Subtensor{int64} [@DQP] <TensorType(int64, scalar)> ''
  4051. > | | | | | | | | |Shape [@DQQ] <TensorType(int64, vector)> ''
  4052. > | | | | | | | | | |Subtensor{int64::} [@DQR] <TensorType(float64, 3D)> ''
  4053. > | | | | | | | | | |for{cpu,scan_fn} [@DQS] <TensorType(float64, 3D)> ''
  4054. > | | | | | | | | | | |Elemwise{minimum,no_inplace} [@DQT] <TensorType(int64, scalar)> ''
  4055. > | | | | | | | | | | | |Subtensor{int64} [@DQU] <TensorType(int64, scalar)> ''
  4056. > | | | | | | | | | | | | |Shape [@DQV] <TensorType(int64, vector)> ''
  4057. > | | | | | | | | | | | | | |Subtensor{int64::} [@DQW] <TensorType(float64, 3D)> ''
  4058. > | | | | | | | | | | | | | |Reshape{3} [@DQX] <TensorType(float64, 3D)> ''
  4059. > | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@DQY] <TensorType(float64, matrix)> ''
  4060. > | | | | | | | | | | | | | | | |dot [@DQZ] <TensorType(float64, matrix)> ''
  4061. > | | | | | | | | | | | | | | | | |Y_copy [@DRA] <TensorType(float64, matrix)>
  4062. > | | | | | | | | | | | | | | | | |W_copy [@DOM] <TensorType(float64, matrix)>
  4063. > | | | | | | | | | | | | | | | |DimShuffle{x,0} [@DRB] <TensorType(float64, row)> ''
  4064. > | | | | | | | | | | | | | | | |b_copy [@DOS] <TensorType(float64, vector)>
  4065. > | | | | | | | | | | | | | | |MakeVector [@DRC] <TensorType(int64, vector)> ''
  4066. > | | | | | | | | | | | | | | |Subtensor{int64} [@DRD] <TensorType(int64, scalar)> ''
  4067. > | | | | | | | | | | | | | | | |Shape [@DRE] <TensorType(int64, vector)> ''
  4068. > | | | | | | | | | | | | | | | | |Y_copy [@DRA] <TensorType(float64, matrix)>
  4069. > | | | | | | | | | | | | | | | |Constant{0} [@DRF] <int64>
  4070. > | | | | | | | | | | | | | | |Elemwise{Cast{int64}} [@DRG] <TensorType(int64, scalar)> ''
  4071. > | | | | | | | | | | | | | | | |TensorConstant{3} [@DRH] <TensorType(int8, scalar)>
  4072. > | | | | | | | | | | | | | | |Elemwise{Cast{int64}} [@DRI] <TensorType(int64, scalar)> ''
  4073. > | | | | | | | | | | | | | | |TensorConstant{3} [@DRH] <TensorType(int8, scalar)>
  4074. > | | | | | | | | | | | | | |Constant{0} [@DRJ] <int64>
  4075. > | | | | | | | | | | | | |Constant{0} [@DRK] <int64>
  4076. > | | | | | | | | | | | |Subtensor{int64} [@DRL] <TensorType(int64, scalar)> ''
  4077. > | | | | | | | | | | | |Shape [@DRM] <TensorType(int64, vector)> ''
  4078. > | | | | | | | | | | | | |Subtensor{int64::} [@DRN] <TensorType(float64, 3D)> ''
  4079. > | | | | | | | | | | | | |DimShuffle{0,2,1} [@DRO] <TensorType(float64, 3D)> ''
  4080. > | | | | | | | | | | | | | |Reshape{3} [@DQX] <TensorType(float64, 3D)> ''
  4081. > | | | | | | | | | | | | |Constant{0} [@DRP] <int64>
  4082. > | | | | | | | | | | | |Constant{0} [@DRQ] <int64>
  4083. > | | | | | | | | | | |Subtensor{:int64:} [@DRR] <TensorType(float64, 3D)> ''
  4084. > | | | | | | | | | | | |Subtensor{int64::} [@DQW] <TensorType(float64, 3D)> ''
  4085. > | | | | | | | | | | | |ScalarFromTensor [@DRS] <int64> ''
  4086. > | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@DQT] <TensorType(int64, scalar)> ''
  4087. > | | | | | | | | | | |Subtensor{:int64:} [@DRT] <TensorType(float64, 3D)> ''
  4088. > | | | | | | | | | | | |Subtensor{int64::} [@DRN] <TensorType(float64, 3D)> ''
  4089. > | | | | | | | | | | | |ScalarFromTensor [@DRU] <int64> ''
  4090. > | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@DQT] <TensorType(int64, scalar)> ''
  4091. > | | | | | | | | | | |Elemwise{minimum,no_inplace} [@DQT] <TensorType(int64, scalar)> ''
  4092. > | | | | | | | | | |Constant{0} [@DRV] <int64>
  4093. > | | | | | | | | |Constant{0} [@DRW] <int64>
  4094. > | | | | | | | |Subtensor{int64} [@DRX] <TensorType(int64, scalar)> ''
  4095. > | | | | | | | |Shape [@DRY] <TensorType(int64, vector)> ''
  4096. > | | | | | | | | |Subtensor{int64::} [@DRZ] <TensorType(float64, matrix)> ''
  4097. > | | | | | | | | |Elemwise{add,no_inplace} [@DSA] <TensorType(float64, matrix)> ''
  4098. > | | | | | | | | | |dot [@DSB] <TensorType(float64, matrix)> ''
  4099. > | | | | | | | | | | |Y_copy [@DRA] <TensorType(float64, matrix)>
  4100. > | | | | | | | | | | |W_copy [@DOX] <TensorType(float64, matrix)>
  4101. > | | | | | | | | | |DimShuffle{x,0} [@DSC] <TensorType(float64, row)> ''
  4102. > | | | | | | | | | |b_copy [@DPC] <TensorType(float64, vector)>
  4103. > | | | | | | | | |Constant{0} [@DSD] <int64>
  4104. > | | | | | | | |Constant{0} [@DSE] <int64>
  4105. > | | | | | | |Subtensor{:int64:} [@DSF] <TensorType(float64, 3D)> ''
  4106. > | | | | | | | |Subtensor{int64::} [@DQR] <TensorType(float64, 3D)> ''
  4107. > | | | | | | | |ScalarFromTensor [@DSG] <int64> ''
  4108. > | | | | | | | |Elemwise{minimum,no_inplace} [@DQO] <TensorType(int64, scalar)> ''
  4109. > | | | | | | |Subtensor{:int64:} [@DSH] <TensorType(float64, matrix)> ''
  4110. > | | | | | | | |Subtensor{int64::} [@DRZ] <TensorType(float64, matrix)> ''
  4111. > | | | | | | | |ScalarFromTensor [@DSI] <int64> ''
  4112. > | | | | | | | |Elemwise{minimum,no_inplace} [@DQO] <TensorType(int64, scalar)> ''
  4113. > | | | | | | |Elemwise{minimum,no_inplace} [@DQO] <TensorType(int64, scalar)> ''
  4114. > | | | | | |Constant{0} [@DSJ] <int64>
  4115. > | | | | |TensorConstant{1} [@DSK] <TensorType(int8, scalar)>
  4116. > | | | |if{} [@DSL] <TensorType(float64, vector)> ''
  4117. > | | | | |Elemwise{eq,no_inplace} [@DPS] <TensorType(int8, scalar)> ''
  4118. > | | | | |Elemwise{second,no_inplace} [@DSM] <TensorType(float64, vector)> ''
  4119. > | | | | | |if{} [@DSN] <TensorType(float64, vector)> ''
  4120. > | | | | | | |Elemwise{eq,no_inplace} [@DQJ] <TensorType(int8, scalar)> ''
  4121. > | | | | | | |Elemwise{add,no_inplace} [@DSO] <TensorType(float64, vector)> ''
  4122. > | | | | | | | |dot [@DSP] <TensorType(float64, vector)> ''
  4123. > | | | | | | | | |Subtensor{int64} [@DQG] <TensorType(float64, matrix)> ''
  4124. > | | | | | | | | |Subtensor{int64} [@DSQ] <TensorType(float64, vector)> ''
  4125. > | | | | | | | | |<TensorType(float64, matrix)> [@DPK] <TensorType(float64, matrix)>
  4126. > | | | | | | | | |Constant{0} [@DSR] <int64>
  4127. > | | | | | | | |Subtensor{int64} [@DSS] <TensorType(float64, vector)> ''
  4128. > | | | | | | | |<TensorType(float64, matrix)> [@DST] <TensorType(float64, matrix)>
  4129. > | | | | | | | |Constant{-1} [@DSU] <int64>
  4130. > | | | | | | |Elemwise{add,no_inplace} [@DSV] <TensorType(float64, vector)> ''
  4131. > | | | | | | |dot [@DSW] <TensorType(float64, vector)> ''
  4132. > | | | | | | | |Subtensor{int64} [@DSX] <TensorType(float64, matrix)> ''
  4133. > | | | | | | | | |<TensorType(float64, 3D)> [@DPP] <TensorType(float64, 3D)>
  4134. > | | | | | | | | |ScalarFromTensor [@DSY] <int64> ''
  4135. > | | | | | | | | |<TensorType(int64, scalar)> [@DPT] <TensorType(int64, scalar)>
  4136. > | | | | | | | |Subtensor{int64} [@DSZ] <TensorType(float64, vector)> ''
  4137. > | | | | | | | |<TensorType(float64, matrix)> [@DPK] <TensorType(float64, matrix)>
  4138. > | | | | | | | |ScalarFromTensor [@DTA] <int64> ''
  4139. > | | | | | | | |Elemwise{sub,no_inplace} [@DTB] <TensorType(int64, scalar)> ''
  4140. > | | | | | | | |Elemwise{neg,no_inplace} [@DTC] <TensorType(int64, scalar)> ''
  4141. > | | | | | | | | |<TensorType(int64, scalar)> [@DPT] <TensorType(int64, scalar)>
  4142. > | | | | | | | |TensorConstant{1} [@DSK] <TensorType(int8, scalar)>
  4143. > | | | | | | |Subtensor{int64} [@DTD] <TensorType(float64, vector)> ''
  4144. > | | | | | | |<TensorType(float64, matrix)> [@DST] <TensorType(float64, matrix)>
  4145. > | | | | | | |ScalarFromTensor [@DTE] <int64> ''
  4146. > | | | | | | |Elemwise{sub,no_inplace} [@DTF] <TensorType(int64, scalar)> ''
  4147. > | | | | | | |<TensorType(int64, scalar)> [@DPT] <TensorType(int64, scalar)>
  4148. > | | | | | | |TensorConstant{1} [@DSK] <TensorType(int8, scalar)>
  4149. > | | | | | |DimShuffle{x} [@DTG] <TensorType(float64, (True,))> ''
  4150. > | | | | | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  4151. > | | | | |<TensorType(float64, vector)> [@DPV] <TensorType(float64, vector)>
  4152. > | | | |Elemwise{second,no_inplace} [@DTH] <TensorType(float64, vector)> ''
  4153. > | | | |Elemwise{add,no_inplace} [@DSO] <TensorType(float64, vector)> ''
  4154. > | | | |DimShuffle{x} [@DTI] <TensorType(float64, (True,))> ''
  4155. > | | | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  4156. > | | |Constant{0} [@DSR] <int64>
  4157. > | |IncSubtensor{Inc;int64} [@DTJ] <TensorType(float64, matrix)> ''
  4158. > | |Elemwise{second,no_inplace} [@DTK] <TensorType(float64, matrix)> ''
  4159. > | | |<TensorType(float64, matrix)> [@DPK] <TensorType(float64, matrix)>
  4160. > | | |DimShuffle{x,x} [@DTL] <TensorType(float64, (True, True))> ''
  4161. > | | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  4162. > | |dot [@DTM] <TensorType(float64, vector)> ''
  4163. > | | |DimShuffle{1,0} [@DTN] <TensorType(float64, matrix)> ''
  4164. > | | | |Subtensor{int64} [@DSX] <TensorType(float64, matrix)> ''
  4165. > | | |if{} [@DTO] <TensorType(float64, vector)> ''
  4166. > | | |Elemwise{eq,no_inplace} [@DQJ] <TensorType(int8, scalar)> ''
  4167. > | | |Elemwise{second,no_inplace} [@DTP] <TensorType(float64, vector)> ''
  4168. > | | | |Elemwise{add,no_inplace} [@DSV] <TensorType(float64, vector)> ''
  4169. > | | | |DimShuffle{x} [@DTQ] <TensorType(float64, (True,))> ''
  4170. > | | | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  4171. > | | |if{} [@DSL] <TensorType(float64, vector)> ''
  4172. > | |ScalarFromTensor [@DTA] <int64> ''
  4173. > |<TensorType(float64, matrix)> [@DTR] <TensorType(float64, matrix)>
  4174. >Elemwise{add,no_inplace} [@DTS] <TensorType(float64, matrix)> ''
  4175. > |Elemwise{add,no_inplace} [@DTT] <TensorType(float64, matrix)> ''
  4176. > | |IncSubtensor{Inc;int64} [@DTU] <TensorType(float64, matrix)> ''
  4177. > | | |Elemwise{second,no_inplace} [@DTV] <TensorType(float64, matrix)> ''
  4178. > | | | |<TensorType(float64, matrix)> [@DST] <TensorType(float64, matrix)>
  4179. > | | | |DimShuffle{x,x} [@DTW] <TensorType(float64, (True, True))> ''
  4180. > | | | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  4181. > | | |if{} [@DTX] <TensorType(float64, vector)> ''
  4182. > | | | |Elemwise{eq,no_inplace} [@DTY] <TensorType(int8, scalar)> ''
  4183. > | | | | |<TensorType(int64, scalar)> [@DPT] <TensorType(int64, scalar)>
  4184. > | | | | |Elemwise{sub,no_inplace} [@DTZ] <TensorType(int64, scalar)> ''
  4185. > | | | | |Subtensor{int64} [@DUA] <TensorType(int64, scalar)> ''
  4186. > | | | | | |Shape [@DUB] <TensorType(int64, vector)> ''
  4187. > | | | | | | |for{cpu,scan_fn} [@DUC] <TensorType(float64, matrix)> ''
  4188. > | | | | | | |Elemwise{minimum,no_inplace} [@DUD] <TensorType(int64, scalar)> ''
  4189. > | | | | | | | |Subtensor{int64} [@DUE] <TensorType(int64, scalar)> ''
  4190. > | | | | | | | | |Shape [@DUF] <TensorType(int64, vector)> ''
  4191. > | | | | | | | | | |Subtensor{int64::} [@DUG] <TensorType(float64, 3D)> ''
  4192. > | | | | | | | | | |for{cpu,scan_fn} [@DUH] <TensorType(float64, 3D)> ''
  4193. > | | | | | | | | | | |Elemwise{minimum,no_inplace} [@DUI] <TensorType(int64, scalar)> ''
  4194. > | | | | | | | | | | | |Subtensor{int64} [@DUJ] <TensorType(int64, scalar)> ''
  4195. > | | | | | | | | | | | | |Shape [@DUK] <TensorType(int64, vector)> ''
  4196. > | | | | | | | | | | | | | |Subtensor{int64::} [@DUL] <TensorType(float64, 3D)> ''
  4197. > | | | | | | | | | | | | | |Reshape{3} [@DUM] <TensorType(float64, 3D)> ''
  4198. > | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@DUN] <TensorType(float64, matrix)> ''
  4199. > | | | | | | | | | | | | | | | |dot [@DUO] <TensorType(float64, matrix)> ''
  4200. > | | | | | | | | | | | | | | | | |Y_copy [@DRA] <TensorType(float64, matrix)>
  4201. > | | | | | | | | | | | | | | | | |W_copy [@DOM] <TensorType(float64, matrix)>
  4202. > | | | | | | | | | | | | | | | |DimShuffle{x,0} [@DUP] <TensorType(float64, row)> ''
  4203. > | | | | | | | | | | | | | | | |b_copy [@DOS] <TensorType(float64, vector)>
  4204. > | | | | | | | | | | | | | | |MakeVector [@DUQ] <TensorType(int64, vector)> ''
  4205. > | | | | | | | | | | | | | | |Subtensor{int64} [@DUR] <TensorType(int64, scalar)> ''
  4206. > | | | | | | | | | | | | | | | |Shape [@DUS] <TensorType(int64, vector)> ''
  4207. > | | | | | | | | | | | | | | | | |Y_copy [@DRA] <TensorType(float64, matrix)>
  4208. > | | | | | | | | | | | | | | | |Constant{0} [@DRF] <int64>
  4209. > | | | | | | | | | | | | | | |Elemwise{Cast{int64}} [@DUT] <TensorType(int64, scalar)> ''
  4210. > | | | | | | | | | | | | | | | |TensorConstant{3} [@DRH] <TensorType(int8, scalar)>
  4211. > | | | | | | | | | | | | | | |Elemwise{Cast{int64}} [@DUU] <TensorType(int64, scalar)> ''
  4212. > | | | | | | | | | | | | | | |TensorConstant{3} [@DRH] <TensorType(int8, scalar)>
  4213. > | | | | | | | | | | | | | |Constant{0} [@DRJ] <int64>
  4214. > | | | | | | | | | | | | |Constant{0} [@DRK] <int64>
  4215. > | | | | | | | | | | | |Subtensor{int64} [@DUV] <TensorType(int64, scalar)> ''
  4216. > | | | | | | | | | | | |Shape [@DUW] <TensorType(int64, vector)> ''
  4217. > | | | | | | | | | | | | |Subtensor{int64::} [@DUX] <TensorType(float64, 3D)> ''
  4218. > | | | | | | | | | | | | |DimShuffle{0,2,1} [@DUY] <TensorType(float64, 3D)> ''
  4219. > | | | | | | | | | | | | | |Reshape{3} [@DUM] <TensorType(float64, 3D)> ''
  4220. > | | | | | | | | | | | | |Constant{0} [@DRP] <int64>
  4221. > | | | | | | | | | | | |Constant{0} [@DRQ] <int64>
  4222. > | | | | | | | | | | |Subtensor{:int64:} [@DUZ] <TensorType(float64, 3D)> ''
  4223. > | | | | | | | | | | | |Subtensor{int64::} [@DUL] <TensorType(float64, 3D)> ''
  4224. > | | | | | | | | | | | |ScalarFromTensor [@DVA] <int64> ''
  4225. > | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@DUI] <TensorType(int64, scalar)> ''
  4226. > | | | | | | | | | | |Subtensor{:int64:} [@DVB] <TensorType(float64, 3D)> ''
  4227. > | | | | | | | | | | | |Subtensor{int64::} [@DUX] <TensorType(float64, 3D)> ''
  4228. > | | | | | | | | | | | |ScalarFromTensor [@DVC] <int64> ''
  4229. > | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@DUI] <TensorType(int64, scalar)> ''
  4230. > | | | | | | | | | | |Elemwise{minimum,no_inplace} [@DUI] <TensorType(int64, scalar)> ''
  4231. > | | | | | | | | | |Constant{0} [@DRV] <int64>
  4232. > | | | | | | | | |Constant{0} [@DRW] <int64>
  4233. > | | | | | | | |Subtensor{int64} [@DVD] <TensorType(int64, scalar)> ''
  4234. > | | | | | | | |Shape [@DVE] <TensorType(int64, vector)> ''
  4235. > | | | | | | | | |Subtensor{int64::} [@DVF] <TensorType(float64, matrix)> ''
  4236. > | | | | | | | | |Elemwise{add,no_inplace} [@DVG] <TensorType(float64, matrix)> ''
  4237. > | | | | | | | | | |dot [@DVH] <TensorType(float64, matrix)> ''
  4238. > | | | | | | | | | | |Y_copy [@DRA] <TensorType(float64, matrix)>
  4239. > | | | | | | | | | | |W_copy [@DOX] <TensorType(float64, matrix)>
  4240. > | | | | | | | | | |DimShuffle{x,0} [@DVI] <TensorType(float64, row)> ''
  4241. > | | | | | | | | | |b_copy [@DPC] <TensorType(float64, vector)>
  4242. > | | | | | | | | |Constant{0} [@DSD] <int64>
  4243. > | | | | | | | |Constant{0} [@DSE] <int64>
  4244. > | | | | | | |Subtensor{:int64:} [@DVJ] <TensorType(float64, 3D)> ''
  4245. > | | | | | | | |Subtensor{int64::} [@DUG] <TensorType(float64, 3D)> ''
  4246. > | | | | | | | |ScalarFromTensor [@DVK] <int64> ''
  4247. > | | | | | | | |Elemwise{minimum,no_inplace} [@DUD] <TensorType(int64, scalar)> ''
  4248. > | | | | | | |Subtensor{:int64:} [@DVL] <TensorType(float64, matrix)> ''
  4249. > | | | | | | | |Subtensor{int64::} [@DVF] <TensorType(float64, matrix)> ''
  4250. > | | | | | | | |ScalarFromTensor [@DVM] <int64> ''
  4251. > | | | | | | | |Elemwise{minimum,no_inplace} [@DUD] <TensorType(int64, scalar)> ''
  4252. > | | | | | | |Elemwise{minimum,no_inplace} [@DUD] <TensorType(int64, scalar)> ''
  4253. > | | | | | |Constant{0} [@DSJ] <int64>
  4254. > | | | | |TensorConstant{1} [@DSK] <TensorType(int8, scalar)>
  4255. > | | | |if{} [@DVN] <TensorType(float64, vector)> ''
  4256. > | | | | |Elemwise{eq,no_inplace} [@DVO] <TensorType(int8, scalar)> ''
  4257. > | | | | | |<TensorType(int64, scalar)> [@DPT] <TensorType(int64, scalar)>
  4258. > | | | | | |TensorConstant{0} [@DPU] <TensorType(int8, scalar)>
  4259. > | | | | |Elemwise{second,no_inplace} [@DVP] <TensorType(float64, vector)> ''
  4260. > | | | | | |if{} [@DVQ] <TensorType(float64, vector)> ''
  4261. > | | | | | | |Elemwise{eq,no_inplace} [@DTY] <TensorType(int8, scalar)> ''
  4262. > | | | | | | |Elemwise{add,no_inplace} [@DVR] <TensorType(float64, vector)> ''
  4263. > | | | | | | | |dot [@DVS] <TensorType(float64, vector)> ''
  4264. > | | | | | | | | |Subtensor{int64} [@DVT] <TensorType(float64, matrix)> ''
  4265. > | | | | | | | | | |<TensorType(float64, 3D)> [@DPP] <TensorType(float64, 3D)>
  4266. > | | | | | | | | | |Constant{-1} [@DQH] <int64>
  4267. > | | | | | | | | |Subtensor{int64} [@DVU] <TensorType(float64, vector)> ''
  4268. > | | | | | | | | |<TensorType(float64, matrix)> [@DPK] <TensorType(float64, matrix)>
  4269. > | | | | | | | | |Constant{0} [@DSR] <int64>
  4270. > | | | | | | | |Subtensor{int64} [@DVV] <TensorType(float64, vector)> ''
  4271. > | | | | | | | |<TensorType(float64, matrix)> [@DST] <TensorType(float64, matrix)>
  4272. > | | | | | | | |Constant{-1} [@DSU] <int64>
  4273. > | | | | | | |Elemwise{add,no_inplace} [@DVW] <TensorType(float64, vector)> ''
  4274. > | | | | | | |dot [@DVX] <TensorType(float64, vector)> ''
  4275. > | | | | | | | |Subtensor{int64} [@DVY] <TensorType(float64, matrix)> ''
  4276. > | | | | | | | | |<TensorType(float64, 3D)> [@DPP] <TensorType(float64, 3D)>
  4277. > | | | | | | | | |ScalarFromTensor [@DVZ] <int64> ''
  4278. > | | | | | | | | |<TensorType(int64, scalar)> [@DPT] <TensorType(int64, scalar)>
  4279. > | | | | | | | |Subtensor{int64} [@DWA] <TensorType(float64, vector)> ''
  4280. > | | | | | | | |<TensorType(float64, matrix)> [@DPK] <TensorType(float64, matrix)>
  4281. > | | | | | | | |ScalarFromTensor [@DWB] <int64> ''
  4282. > | | | | | | | |Elemwise{sub,no_inplace} [@DWC] <TensorType(int64, scalar)> ''
  4283. > | | | | | | | |Elemwise{neg,no_inplace} [@DWD] <TensorType(int64, scalar)> ''
  4284. > | | | | | | | | |<TensorType(int64, scalar)> [@DPT] <TensorType(int64, scalar)>
  4285. > | | | | | | | |TensorConstant{1} [@DSK] <TensorType(int8, scalar)>
  4286. > | | | | | | |Subtensor{int64} [@DWE] <TensorType(float64, vector)> ''
  4287. > | | | | | | |<TensorType(float64, matrix)> [@DST] <TensorType(float64, matrix)>
  4288. > | | | | | | |ScalarFromTensor [@DWF] <int64> ''
  4289. > | | | | | | |Elemwise{sub,no_inplace} [@DWG] <TensorType(int64, scalar)> ''
  4290. > | | | | | | |<TensorType(int64, scalar)> [@DPT] <TensorType(int64, scalar)>
  4291. > | | | | | | |TensorConstant{1} [@DSK] <TensorType(int8, scalar)>
  4292. > | | | | | |DimShuffle{x} [@DWH] <TensorType(float64, (True,))> ''
  4293. > | | | | | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  4294. > | | | | |<TensorType(float64, vector)> [@DPV] <TensorType(float64, vector)>
  4295. > | | | |Elemwise{second,no_inplace} [@DWI] <TensorType(float64, vector)> ''
  4296. > | | | |Elemwise{add,no_inplace} [@DVR] <TensorType(float64, vector)> ''
  4297. > | | | |DimShuffle{x} [@DWJ] <TensorType(float64, (True,))> ''
  4298. > | | | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  4299. > | | |Constant{-1} [@DSU] <int64>
  4300. > | |IncSubtensor{Inc;int64} [@DWK] <TensorType(float64, matrix)> ''
  4301. > | |Elemwise{second,no_inplace} [@DWL] <TensorType(float64, matrix)> ''
  4302. > | | |<TensorType(float64, matrix)> [@DST] <TensorType(float64, matrix)>
  4303. > | | |DimShuffle{x,x} [@DWM] <TensorType(float64, (True, True))> ''
  4304. > | | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  4305. > | |if{} [@DWN] <TensorType(float64, vector)> ''
  4306. > | | |Elemwise{eq,no_inplace} [@DTY] <TensorType(int8, scalar)> ''
  4307. > | | |Elemwise{second,no_inplace} [@DWO] <TensorType(float64, vector)> ''
  4308. > | | | |Elemwise{add,no_inplace} [@DVW] <TensorType(float64, vector)> ''
  4309. > | | | |DimShuffle{x} [@DWP] <TensorType(float64, (True,))> ''
  4310. > | | | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  4311. > | | |if{} [@DVN] <TensorType(float64, vector)> ''
  4312. > | |ScalarFromTensor [@DWF] <int64> ''
  4313. > |<TensorType(float64, matrix)> [@DWQ] <TensorType(float64, matrix)>
  4314. >Elemwise{add,no_inplace} [@DWR] <TensorType(float64, 3D)> ''
  4315. > |Elemwise{second,no_inplace} [@DWS] <TensorType(float64, 3D)> ''
  4316. > | |<TensorType(float64, 3D)> [@DWT] <TensorType(float64, 3D)>
  4317. > | |DimShuffle{x,x,x} [@DWU] <TensorType(float64, (True, True, True))> ''
  4318. > | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  4319. > |<TensorType(float64, 3D)> [@DWV] <TensorType(float64, 3D)>
  4320. >Elemwise{add,no_inplace} [@DWW] <TensorType(float64, 3D)> ''
  4321. > |Elemwise{add,no_inplace} [@DWX] <TensorType(float64, 3D)> ''
  4322. > | |Elemwise{add,no_inplace} [@DWY] <TensorType(float64, 3D)> ''
  4323. > | | |IncSubtensor{Inc;int64} [@DWZ] <TensorType(float64, 3D)> ''
  4324. > | | | |Elemwise{second,no_inplace} [@DXA] <TensorType(float64, 3D)> ''
  4325. > | | | | |<TensorType(float64, 3D)> [@DPP] <TensorType(float64, 3D)>
  4326. > | | | | |DimShuffle{x,x,x} [@DXB] <TensorType(float64, (True, True, True))> ''
  4327. > | | | | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  4328. > | | | |dot [@DXC] <TensorType(float64, matrix)> ''
  4329. > | | | | |DimShuffle{0,x} [@DXD] <TensorType(float64, col)> ''
  4330. > | | | | | |if{} [@DXE] <TensorType(float64, vector)> ''
  4331. > | | | | | |Elemwise{eq,no_inplace} [@DXF] <TensorType(int8, scalar)> ''
  4332. > | | | | | | |<TensorType(int64, scalar)> [@DPT] <TensorType(int64, scalar)>
  4333. > | | | | | | |TensorConstant{0} [@DPU] <TensorType(int8, scalar)>
  4334. > | | | | | |<TensorType(float64, vector)> [@DPV] <TensorType(float64, vector)>
  4335. > | | | | | |Elemwise{second,no_inplace} [@DXG] <TensorType(float64, vector)> ''
  4336. > | | | | | |dot [@DXH] <TensorType(float64, vector)> ''
  4337. > | | | | | | |Subtensor{int64} [@DXI] <TensorType(float64, matrix)> ''
  4338. > | | | | | | | |<TensorType(float64, 3D)> [@DPP] <TensorType(float64, 3D)>
  4339. > | | | | | | | |Constant{0} [@DPQ] <int64>
  4340. > | | | | | | |Subtensor{int64} [@DXJ] <TensorType(float64, vector)> ''
  4341. > | | | | | | |<TensorType(float64, matrix)> [@DPK] <TensorType(float64, matrix)>
  4342. > | | | | | | |Constant{-1} [@DPZ] <int64>
  4343. > | | | | | |DimShuffle{x} [@DXK] <TensorType(float64, (True,))> ''
  4344. > | | | | | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  4345. > | | | | |DimShuffle{x,0} [@DXL] <TensorType(float64, row)> ''
  4346. > | | | | |DimShuffle{0} [@DXM] <TensorType(float64, vector)> ''
  4347. > | | | | |Subtensor{int64} [@DXJ] <TensorType(float64, vector)> ''
  4348. > | | | |Constant{0} [@DPQ] <int64>
  4349. > | | |IncSubtensor{Inc;int64} [@DXN] <TensorType(float64, 3D)> ''
  4350. > | | |Elemwise{second,no_inplace} [@DXO] <TensorType(float64, 3D)> ''
  4351. > | | | |<TensorType(float64, 3D)> [@DPP] <TensorType(float64, 3D)>
  4352. > | | | |DimShuffle{x,x,x} [@DXP] <TensorType(float64, (True, True, True))> ''
  4353. > | | | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  4354. > | | |dot [@DXQ] <TensorType(float64, matrix)> ''
  4355. > | | | |DimShuffle{0,x} [@DXR] <TensorType(float64, col)> ''
  4356. > | | | | |if{} [@DXS] <TensorType(float64, vector)> ''
  4357. > | | | | |Elemwise{eq,no_inplace} [@DXT] <TensorType(int8, scalar)> ''
  4358. > | | | | | |<TensorType(int64, scalar)> [@DPT] <TensorType(int64, scalar)>
  4359. > | | | | | |Elemwise{sub,no_inplace} [@DXU] <TensorType(int64, scalar)> ''
  4360. > | | | | | |Subtensor{int64} [@DXV] <TensorType(int64, scalar)> ''
  4361. > | | | | | | |Shape [@DXW] <TensorType(int64, vector)> ''
  4362. > | | | | | | | |for{cpu,scan_fn} [@DXX] <TensorType(float64, matrix)> ''
  4363. > | | | | | | | |Elemwise{minimum,no_inplace} [@DXY] <TensorType(int64, scalar)> ''
  4364. > | | | | | | | | |Subtensor{int64} [@DXZ] <TensorType(int64, scalar)> ''
  4365. > | | | | | | | | | |Shape [@DYA] <TensorType(int64, vector)> ''
  4366. > | | | | | | | | | | |Subtensor{int64::} [@DYB] <TensorType(float64, 3D)> ''
  4367. > | | | | | | | | | | |for{cpu,scan_fn} [@DYC] <TensorType(float64, 3D)> ''
  4368. > | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@DYD] <TensorType(int64, scalar)> ''
  4369. > | | | | | | | | | | | | |Subtensor{int64} [@DYE] <TensorType(int64, scalar)> ''
  4370. > | | | | | | | | | | | | | |Shape [@DYF] <TensorType(int64, vector)> ''
  4371. > | | | | | | | | | | | | | | |Subtensor{int64::} [@DYG] <TensorType(float64, 3D)> ''
  4372. > | | | | | | | | | | | | | | |Reshape{3} [@DYH] <TensorType(float64, 3D)> ''
  4373. > | | | | | | | | | | | | | | | |Elemwise{add,no_inplace} [@DYI] <TensorType(float64, matrix)> ''
  4374. > | | | | | | | | | | | | | | | | |dot [@DYJ] <TensorType(float64, matrix)> ''
  4375. > | | | | | | | | | | | | | | | | | |Y_copy [@DRA] <TensorType(float64, matrix)>
  4376. > | | | | | | | | | | | | | | | | | |W_copy [@DOM] <TensorType(float64, matrix)>
  4377. > | | | | | | | | | | | | | | | | |DimShuffle{x,0} [@DYK] <TensorType(float64, row)> ''
  4378. > | | | | | | | | | | | | | | | | |b_copy [@DOS] <TensorType(float64, vector)>
  4379. > | | | | | | | | | | | | | | | |MakeVector [@DYL] <TensorType(int64, vector)> ''
  4380. > | | | | | | | | | | | | | | | |Subtensor{int64} [@DYM] <TensorType(int64, scalar)> ''
  4381. > | | | | | | | | | | | | | | | | |Shape [@DYN] <TensorType(int64, vector)> ''
  4382. > | | | | | | | | | | | | | | | | | |Y_copy [@DRA] <TensorType(float64, matrix)>
  4383. > | | | | | | | | | | | | | | | | |Constant{0} [@DRF] <int64>
  4384. > | | | | | | | | | | | | | | | |Elemwise{Cast{int64}} [@DYO] <TensorType(int64, scalar)> ''
  4385. > | | | | | | | | | | | | | | | | |TensorConstant{3} [@DRH] <TensorType(int8, scalar)>
  4386. > | | | | | | | | | | | | | | | |Elemwise{Cast{int64}} [@DYP] <TensorType(int64, scalar)> ''
  4387. > | | | | | | | | | | | | | | | |TensorConstant{3} [@DRH] <TensorType(int8, scalar)>
  4388. > | | | | | | | | | | | | | | |Constant{0} [@DRJ] <int64>
  4389. > | | | | | | | | | | | | | |Constant{0} [@DRK] <int64>
  4390. > | | | | | | | | | | | | |Subtensor{int64} [@DYQ] <TensorType(int64, scalar)> ''
  4391. > | | | | | | | | | | | | |Shape [@DYR] <TensorType(int64, vector)> ''
  4392. > | | | | | | | | | | | | | |Subtensor{int64::} [@DYS] <TensorType(float64, 3D)> ''
  4393. > | | | | | | | | | | | | | |DimShuffle{0,2,1} [@DYT] <TensorType(float64, 3D)> ''
  4394. > | | | | | | | | | | | | | | |Reshape{3} [@DYH] <TensorType(float64, 3D)> ''
  4395. > | | | | | | | | | | | | | |Constant{0} [@DRP] <int64>
  4396. > | | | | | | | | | | | | |Constant{0} [@DRQ] <int64>
  4397. > | | | | | | | | | | | |Subtensor{:int64:} [@DYU] <TensorType(float64, 3D)> ''
  4398. > | | | | | | | | | | | | |Subtensor{int64::} [@DYG] <TensorType(float64, 3D)> ''
  4399. > | | | | | | | | | | | | |ScalarFromTensor [@DYV] <int64> ''
  4400. > | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@DYD] <TensorType(int64, scalar)> ''
  4401. > | | | | | | | | | | | |Subtensor{:int64:} [@DYW] <TensorType(float64, 3D)> ''
  4402. > | | | | | | | | | | | | |Subtensor{int64::} [@DYS] <TensorType(float64, 3D)> ''
  4403. > | | | | | | | | | | | | |ScalarFromTensor [@DYX] <int64> ''
  4404. > | | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@DYD] <TensorType(int64, scalar)> ''
  4405. > | | | | | | | | | | | |Elemwise{minimum,no_inplace} [@DYD] <TensorType(int64, scalar)> ''
  4406. > | | | | | | | | | | |Constant{0} [@DRV] <int64>
  4407. > | | | | | | | | | |Constant{0} [@DRW] <int64>
  4408. > | | | | | | | | |Subtensor{int64} [@DYY] <TensorType(int64, scalar)> ''
  4409. > | | | | | | | | |Shape [@DYZ] <TensorType(int64, vector)> ''
  4410. > | | | | | | | | | |Subtensor{int64::} [@DZA] <TensorType(float64, matrix)> ''
  4411. > | | | | | | | | | |Elemwise{add,no_inplace} [@DZB] <TensorType(float64, matrix)> ''
  4412. > | | | | | | | | | | |dot [@DZC] <TensorType(float64, matrix)> ''
  4413. > | | | | | | | | | | | |Y_copy [@DRA] <TensorType(float64, matrix)>
  4414. > | | | | | | | | | | | |W_copy [@DOX] <TensorType(float64, matrix)>
  4415. > | | | | | | | | | | |DimShuffle{x,0} [@DZD] <TensorType(float64, row)> ''
  4416. > | | | | | | | | | | |b_copy [@DPC] <TensorType(float64, vector)>
  4417. > | | | | | | | | | |Constant{0} [@DSD] <int64>
  4418. > | | | | | | | | |Constant{0} [@DSE] <int64>
  4419. > | | | | | | | |Subtensor{:int64:} [@DZE] <TensorType(float64, 3D)> ''
  4420. > | | | | | | | | |Subtensor{int64::} [@DYB] <TensorType(float64, 3D)> ''
  4421. > | | | | | | | | |ScalarFromTensor [@DZF] <int64> ''
  4422. > | | | | | | | | |Elemwise{minimum,no_inplace} [@DXY] <TensorType(int64, scalar)> ''
  4423. > | | | | | | | |Subtensor{:int64:} [@DZG] <TensorType(float64, matrix)> ''
  4424. > | | | | | | | | |Subtensor{int64::} [@DZA] <TensorType(float64, matrix)> ''
  4425. > | | | | | | | | |ScalarFromTensor [@DZH] <int64> ''
  4426. > | | | | | | | | |Elemwise{minimum,no_inplace} [@DXY] <TensorType(int64, scalar)> ''
  4427. > | | | | | | | |Elemwise{minimum,no_inplace} [@DXY] <TensorType(int64, scalar)> ''
  4428. > | | | | | | |Constant{0} [@DSJ] <int64>
  4429. > | | | | | |TensorConstant{1} [@DSK] <TensorType(int8, scalar)>
  4430. > | | | | |if{} [@DZI] <TensorType(float64, vector)> ''
  4431. > | | | | | |Elemwise{eq,no_inplace} [@DXF] <TensorType(int8, scalar)> ''
  4432. > | | | | | |Elemwise{second,no_inplace} [@DZJ] <TensorType(float64, vector)> ''
  4433. > | | | | | | |if{} [@DZK] <TensorType(float64, vector)> ''
  4434. > | | | | | | | |Elemwise{eq,no_inplace} [@DXT] <TensorType(int8, scalar)> ''
  4435. > | | | | | | | |Elemwise{add,no_inplace} [@DZL] <TensorType(float64, vector)> ''
  4436. > | | | | | | | | |dot [@DZM] <TensorType(float64, vector)> ''
  4437. > | | | | | | | | | |Subtensor{int64} [@DZN] <TensorType(float64, matrix)> ''
  4438. > | | | | | | | | | | |<TensorType(float64, 3D)> [@DPP] <TensorType(float64, 3D)>
  4439. > | | | | | | | | | | |Constant{-1} [@DQH] <int64>
  4440. > | | | | | | | | | |Subtensor{int64} [@DZO] <TensorType(float64, vector)> ''
  4441. > | | | | | | | | | |<TensorType(float64, matrix)> [@DPK] <TensorType(float64, matrix)>
  4442. > | | | | | | | | | |Constant{0} [@DSR] <int64>
  4443. > | | | | | | | | |Subtensor{int64} [@DZP] <TensorType(float64, vector)> ''
  4444. > | | | | | | | | |<TensorType(float64, matrix)> [@DST] <TensorType(float64, matrix)>
  4445. > | | | | | | | | |Constant{-1} [@DSU] <int64>
  4446. > | | | | | | | |Elemwise{add,no_inplace} [@DZQ] <TensorType(float64, vector)> ''
  4447. > | | | | | | | |dot [@DZR] <TensorType(float64, vector)> ''
  4448. > | | | | | | | | |Subtensor{int64} [@DZS] <TensorType(float64, matrix)> ''
  4449. > | | | | | | | | | |<TensorType(float64, 3D)> [@DPP] <TensorType(float64, 3D)>
  4450. > | | | | | | | | | |ScalarFromTensor [@DZT] <int64> ''
  4451. > | | | | | | | | | |<TensorType(int64, scalar)> [@DPT] <TensorType(int64, scalar)>
  4452. > | | | | | | | | |Subtensor{int64} [@DZU] <TensorType(float64, vector)> ''
  4453. > | | | | | | | | |<TensorType(float64, matrix)> [@DPK] <TensorType(float64, matrix)>
  4454. > | | | | | | | | |ScalarFromTensor [@DZV] <int64> ''
  4455. > | | | | | | | | |Elemwise{sub,no_inplace} [@DZW] <TensorType(int64, scalar)> ''
  4456. > | | | | | | | | |Elemwise{neg,no_inplace} [@DZX] <TensorType(int64, scalar)> ''
  4457. > | | | | | | | | | |<TensorType(int64, scalar)> [@DPT] <TensorType(int64, scalar)>
  4458. > | | | | | | | | |TensorConstant{1} [@DSK] <TensorType(int8, scalar)>
  4459. > | | | | | | | |Subtensor{int64} [@DZY] <TensorType(float64, vector)> ''
  4460. > | | | | | | | |<TensorType(float64, matrix)> [@DST] <TensorType(float64, matrix)>
  4461. > | | | | | | | |ScalarFromTensor [@DZZ] <int64> ''
  4462. > | | | | | | | |Elemwise{sub,no_inplace} [@EAA] <TensorType(int64, scalar)> ''
  4463. > | | | | | | | |<TensorType(int64, scalar)> [@DPT] <TensorType(int64, scalar)>
  4464. > | | | | | | | |TensorConstant{1} [@DSK] <TensorType(int8, scalar)>
  4465. > | | | | | | |DimShuffle{x} [@EAB] <TensorType(float64, (True,))> ''
  4466. > | | | | | | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  4467. > | | | | | |<TensorType(float64, vector)> [@DPV] <TensorType(float64, vector)>
  4468. > | | | | |Elemwise{second,no_inplace} [@EAC] <TensorType(float64, vector)> ''
  4469. > | | | | |Elemwise{add,no_inplace} [@DZL] <TensorType(float64, vector)> ''
  4470. > | | | | |DimShuffle{x} [@EAD] <TensorType(float64, (True,))> ''
  4471. > | | | | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  4472. > | | | |DimShuffle{x,0} [@EAE] <TensorType(float64, row)> ''
  4473. > | | | |DimShuffle{0} [@EAF] <TensorType(float64, vector)> ''
  4474. > | | | |Subtensor{int64} [@DZO] <TensorType(float64, vector)> ''
  4475. > | | |Constant{-1} [@DQH] <int64>
  4476. > | |IncSubtensor{Inc;int64} [@EAG] <TensorType(float64, 3D)> ''
  4477. > | |Elemwise{second,no_inplace} [@EAH] <TensorType(float64, 3D)> ''
  4478. > | | |<TensorType(float64, 3D)> [@DPP] <TensorType(float64, 3D)>
  4479. > | | |DimShuffle{x,x,x} [@EAI] <TensorType(float64, (True, True, True))> ''
  4480. > | | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  4481. > | |dot [@EAJ] <TensorType(float64, matrix)> ''
  4482. > | | |DimShuffle{0,x} [@EAK] <TensorType(float64, col)> ''
  4483. > | | | |if{} [@EAL] <TensorType(float64, vector)> ''
  4484. > | | | |Elemwise{eq,no_inplace} [@DXT] <TensorType(int8, scalar)> ''
  4485. > | | | |Elemwise{second,no_inplace} [@EAM] <TensorType(float64, vector)> ''
  4486. > | | | | |Elemwise{add,no_inplace} [@DZQ] <TensorType(float64, vector)> ''
  4487. > | | | | |DimShuffle{x} [@EAN] <TensorType(float64, (True,))> ''
  4488. > | | | | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  4489. > | | | |if{} [@DZI] <TensorType(float64, vector)> ''
  4490. > | | |DimShuffle{x,0} [@EAO] <TensorType(float64, row)> ''
  4491. > | | |DimShuffle{0} [@EAP] <TensorType(float64, vector)> ''
  4492. > | | |Subtensor{int64} [@DZU] <TensorType(float64, vector)> ''
  4493. > | |ScalarFromTensor [@DZT] <int64> ''
  4494. > |<TensorType(float64, 3D)> [@EAQ] <TensorType(float64, 3D)>
  4495. >Elemwise{add,no_inplace} [@EAR] <TensorType(float64, matrix)> ''
  4496. > |Elemwise{second,no_inplace} [@EAS] <TensorType(float64, matrix)> ''
  4497. > | |Y_copy [@DRA] <TensorType(float64, matrix)>
  4498. > | |DimShuffle{x,x} [@EAT] <TensorType(float64, (True, True))> ''
  4499. > | |TensorConstant{0.0} [@DOO] <TensorType(float64, scalar)>
  4500. > |<TensorType(float64, matrix)> [@EAU] <TensorType(float64, matrix)>
  4501. >Elemwise{add,no_inplace} [@EAV] <TensorType(float64, scalar)> ''
  4502. > |Elemwise{Cast{float64}} [@EAW] <TensorType(float64, scalar)> ''
  4503. > | |Elemwise{second,no_inplace} [@EAX] <TensorType(int64, scalar)> ''
  4504. > | |<TensorType(int64, scalar)> [@DPT] <TensorType(int64, scalar)>
  4505. > | |TensorConstant{0} [@EAY] <TensorType(int64, scalar)>
  4506. > |Elemwise{Cast{float64}} [@EAZ] <TensorType(float64, scalar)> ''
  4507. > |Elemwise{second,no_inplace} [@EBA] <TensorType(int64, scalar)> ''
  4508. > |<TensorType(int64, scalar)> [@DPT] <TensorType(int64, scalar)>
  4509. > |TensorConstant{0} [@EAY] <TensorType(int64, scalar)>
  4510.  
  4511. for{cpu,scan_fn} [@BMM] <TensorType(float64, matrix)> ''
  4512. >if{} [@CRT] <TensorType(float64, vector)> ''
  4513.  
  4514. for{cpu,scan_fn} [@BMM] <TensorType(float64, matrix)> ''
  4515. >if{} [@CRT] <TensorType(float64, vector)> ''
  4516.  
  4517. for{cpu,scan_fn} [@NK] <TensorType(float64, matrix)> ''
  4518. >dot [@CVF] <TensorType(float64, vector)> ''
  4519.  
  4520. for{cpu,scan_fn} [@NK] <TensorType(float64, matrix)> ''
  4521. >dot [@CVF] <TensorType(float64, vector)> ''
  4522.  
  4523. for{cpu,scan_fn} [@NK] <TensorType(float64, matrix)> ''
  4524. >dot [@CVF] <TensorType(float64, vector)> ''
  4525.  
  4526. for{cpu,grad_of_scan_fn}.7 [@BMJ] <TensorType(float64, 4D)> ''
  4527. >Elemwise{add,no_inplace} [@DOK] <TensorType(float64, matrix)> ''
  4528. >Elemwise{add,no_inplace} [@DOQ] <TensorType(float64, vector)> ''
  4529. >Elemwise{add,no_inplace} [@DOV] <TensorType(float64, matrix)> ''
  4530. >Elemwise{add,no_inplace} [@DPA] <TensorType(float64, vector)> ''
  4531. >Elemwise{add,no_inplace} [@DPF] <TensorType(float64, matrix)> ''
  4532. >Elemwise{add,no_inplace} [@DTS] <TensorType(float64, matrix)> ''
  4533. >Elemwise{add,no_inplace} [@DWR] <TensorType(float64, 3D)> ''
  4534. >Elemwise{add,no_inplace} [@DWW] <TensorType(float64, 3D)> ''
  4535. >Elemwise{add,no_inplace} [@EAR] <TensorType(float64, matrix)> ''
  4536. >Elemwise{add,no_inplace} [@EAV] <TensorType(float64, scalar)> ''
  4537.  
  4538. for{cpu,grad_of_scan_fn}.1 [@A] <TensorType(float64, 4D)> ''
  4539. >Elemwise{add,no_inplace} [@BSL] <TensorType(float64, matrix)> ''
  4540. >Elemwise{add,no_inplace} [@BWO] <TensorType(float64, 3D)> ''
  4541. >Elemwise{add,no_inplace} [@CBQ] <TensorType(float64, 3D)> ''
  4542. >Elemwise{add,no_inplace} [@CGA] <TensorType(float64, 3D)> ''
  4543. >Elemwise{add,no_inplace} [@CKY] <TensorType(float64, scalar)> ''
  4544.  
  4545. for{cpu,grad_of_scan_fn}.2 [@A] <TensorType(float64, 4D)> ''
  4546. >Elemwise{add,no_inplace} [@BSL] <TensorType(float64, matrix)> ''
  4547. >Elemwise{add,no_inplace} [@BWO] <TensorType(float64, 3D)> ''
  4548. >Elemwise{add,no_inplace} [@CBQ] <TensorType(float64, 3D)> ''
  4549. >Elemwise{add,no_inplace} [@CGA] <TensorType(float64, 3D)> ''
  4550. >Elemwise{add,no_inplace} [@CKY] <TensorType(float64, scalar)> ''
  4551.  
  4552. for{cpu,grad_of_scan_fn}.3 [@A] <TensorType(float64, 4D)> ''
  4553. >Elemwise{add,no_inplace} [@BSL] <TensorType(float64, matrix)> ''
  4554. >Elemwise{add,no_inplace} [@BWO] <TensorType(float64, 3D)> ''
  4555. >Elemwise{add,no_inplace} [@CBQ] <TensorType(float64, 3D)> ''
  4556. >Elemwise{add,no_inplace} [@CGA] <TensorType(float64, 3D)> ''
  4557. >Elemwise{add,no_inplace} [@CKY] <TensorType(float64, scalar)> ''
  4558.  
  4559. for{cpu,grad_of_scan_fn}.4 [@A] <TensorType(float64, vector)> ''
  4560. >Elemwise{add,no_inplace} [@BSL] <TensorType(float64, matrix)> ''
  4561. >Elemwise{add,no_inplace} [@BWO] <TensorType(float64, 3D)> ''
  4562. >Elemwise{add,no_inplace} [@CBQ] <TensorType(float64, 3D)> ''
  4563. >Elemwise{add,no_inplace} [@CGA] <TensorType(float64, 3D)> ''
  4564. >Elemwise{add,no_inplace} [@CKY] <TensorType(float64, scalar)> ''
  4565.  
  4566. for{cpu,scan_fn} [@CSJ] <TensorType(float64, matrix)> ''
  4567. >dot [@CVF] <TensorType(float64, vector)> ''
  4568.  
  4569. for{cpu,scan_fn} [@CSO] <TensorType(float64, 3D)> ''
  4570. >dot [@COI] <TensorType(float64, matrix)> ''
  4571.  
  4572. for{cpu,scan_fn} [@DQN] <TensorType(float64, matrix)> ''
  4573. >dot [@CVF] <TensorType(float64, vector)> ''
  4574.  
  4575. for{cpu,scan_fn} [@DQS] <TensorType(float64, 3D)> ''
  4576. >dot [@COI] <TensorType(float64, matrix)> ''
  4577.  
  4578. for{cpu,scan_fn} [@DUC] <TensorType(float64, matrix)> ''
  4579. >dot [@CVF] <TensorType(float64, vector)> ''
  4580.  
  4581. for{cpu,scan_fn} [@DUH] <TensorType(float64, 3D)> ''
  4582. >dot [@COI] <TensorType(float64, matrix)> ''
  4583.  
  4584. for{cpu,scan_fn} [@DXX] <TensorType(float64, matrix)> ''
  4585. >dot [@CVF] <TensorType(float64, vector)> ''
  4586.  
  4587. for{cpu,scan_fn} [@DYC] <TensorType(float64, 3D)> ''
  4588. >dot [@COI] <TensorType(float64, matrix)> ''
  4589.  
  4590. Storage map footprint:
  4591. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4592. - for{cpu,grad_of_scan_fn}.4, Shape: (11, 10, 3), ElemSize: 8 Byte(s), TotalSize: 2640 Byte(s)
  4593. - Elemwise{add,no_inplace}.0, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4594. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4595. - Subtensor{int64}.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4596. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4597. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4598. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4599. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4600. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4601. - Subtensor{int64::}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4602. - TensorConstant{0.5}, Shape: (1,), ElemSize: 4 Byte(s), TotalSize: 4.0 Byte(s)
  4603. - DimShuffle{0,x}.0, Shape: (8, 1), ElemSize: 8 Byte(s), TotalSize: 64 Byte(s)
  4604. - DimShuffle{0,x}.0, Shape: (9, 1), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4605. - Subtensor{:int64:}.0, Shape: (10,), ElemSize: 8 Byte(s), TotalSize: 80 Byte(s)
  4606. - DimShuffle{0,x}.0, Shape: (8, 1), ElemSize: 8 Byte(s), TotalSize: 64 Byte(s)
  4607. - Subtensor{int64::}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4608. - Elemwise{second,no_inplace}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4609. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4610. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4611. - Subtensor{int64}.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4612. - IncSubtensor{Set;:int64:}.0, Shape: (10, 3), ElemSize: 8 Byte(s), TotalSize: 240 Byte(s)
  4613. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4614. - for{cpu,scan_fn}.0, Shape: (10, 3), ElemSize: 8 Byte(s), TotalSize: 240 Byte(s)
  4615. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4616. - Q0invChol.T, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4617. - for{cpu,grad_of_scan_fn}.2, Shape: (11, 3, 3), ElemSize: 8 Byte(s), TotalSize: 792 Byte(s)
  4618. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4619. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4620. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4621. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4622. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4623. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4624. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4625. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4626. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4627. - Subtensor{int64}.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4628. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4629. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4630. - Subtensor{int64}.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4631. - Elemwise{add,no_inplace}.0, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4632. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4633. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4634. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4635. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4636. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4637. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4638. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4639. - Subtensor{:int64:}.0, Shape: (9, 3), ElemSize: 8 Byte(s), TotalSize: 216 Byte(s)
  4640. - Subtensor{:int64:}.0, Shape: (9, 3, 6), ElemSize: 8 Byte(s), TotalSize: 1296 Byte(s)
  4641. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4642. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4643. - TensorConstant{1e-06}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4644. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4645. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4646. - for{cpu,grad_of_scan_fn}.8, Shape: (11, 10, 3), ElemSize: 8 Byte(s), TotalSize: 2640 Byte(s)
  4647. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4648. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4649. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4650. - DimShuffle{0,x}.0, Shape: (9, 1), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4651. - for{cpu,grad_of_scan_fn}.3, Shape: (11, 3), ElemSize: 8 Byte(s), TotalSize: 264 Byte(s)
  4652. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4653. - for{cpu,grad_of_scan_fn}.9, Shape: (10,), ElemSize: 8 Byte(s), TotalSize: 80 Byte(s)
  4654. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4655. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4656. - TensorConstant{100}, Shape: (1,), ElemSize: 1 Byte(s), TotalSize: 1.0 Byte(s)
  4657. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4658. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4659. - DimShuffle{x,x}.0, Shape: (1, 1), ElemSize: 4 Byte(s), TotalSize: 4 Byte(s)
  4660. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4661. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4662. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4663. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4664. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4665. - for{cpu,scan_fn}.0, Shape: (11, 3), ElemSize: 8 Byte(s), TotalSize: 264 Byte(s)
  4666. - for{cpu,scan_fn}.0, Shape: (11, 3), ElemSize: 8 Byte(s), TotalSize: 264 Byte(s)
  4667. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4668. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4669. - Subtensor{int64::}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4670. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4671. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4672. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4673. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4674. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4675. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4676. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4677. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4678. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4679. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4680. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4681. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4682. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4683. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4684. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4685. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4686. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4687. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4688. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4689. - TensorConstant{100}, Shape: (1,), ElemSize: 1 Byte(s), TotalSize: 1.0 Byte(s)
  4690. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4691. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4692. - for{cpu,grad_of_scan_fn}.0, Shape: (10, 3), ElemSize: 8 Byte(s), TotalSize: 240 Byte(s)
  4693. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4694. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4695. - for{cpu,grad_of_scan_fn}.1, Shape: (10, 10, 3), ElemSize: 8 Byte(s), TotalSize: 2400 Byte(s)
  4696. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4697. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4698. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4699. - for{cpu,grad_of_scan_fn}.2, Shape: (10, 9, 3, 3), ElemSize: 8 Byte(s), TotalSize: 6480 Byte(s)
  4700. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4701. - Subtensor{:int64:}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4702. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4703. - for{cpu,scan_fn}.0, Shape: (10, 3), ElemSize: 8 Byte(s), TotalSize: 240 Byte(s)
  4704. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4705. - for{cpu,grad_of_scan_fn}.4, Shape: (9,), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4706. - Elemwise{sub,no_inplace}.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4707. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4708. - Subtensor{:int64:}.0, Shape: (9, 3, 3), ElemSize: 8 Byte(s), TotalSize: 648 Byte(s)
  4709. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4710. - Subtensor{:int64:}.0, Shape: (9, 3, 3), ElemSize: 8 Byte(s), TotalSize: 648 Byte(s)
  4711. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4712. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4713. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4714. - Subtensor{:int64:}.0, Shape: (10, 3), ElemSize: 8 Byte(s), TotalSize: 240 Byte(s)
  4715. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4716. - Elemwise{add,no_inplace}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4717. - dot.0, Shape: (9, 9), ElemSize: 8 Byte(s), TotalSize: 648 Byte(s)
  4718. - Subtensor{:int64:}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4719. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4720. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4721. - TensorConstant{1e-06}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4722. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4723. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4724. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4725. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4726. - dot.0, Shape: (8, 9), ElemSize: 8 Byte(s), TotalSize: 576 Byte(s)
  4727. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4728. - dot.0, Shape: (8, 9), ElemSize: 8 Byte(s), TotalSize: 576 Byte(s)
  4729. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4730. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4731. - Elemwise{minimum,no_inplace}.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4732. - Elemwise{minimum,no_inplace}.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4733. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4734. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4735. - DimShuffle{0,2,1,3,4}.0, Shape: (9, 1, 1, 3, 3), ElemSize: 8 Byte(s), TotalSize: 648 Byte(s)
  4736. - Subtensor{int64::}.0, Shape: (9, 3, 3), ElemSize: 8 Byte(s), TotalSize: 648 Byte(s)
  4737. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4738. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4739. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4740. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4741. - Alloc.0, Shape: (11, 9, 3, 3), ElemSize: 8 Byte(s), TotalSize: 7128 Byte(s)
  4742. - Q0invChol.T, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4743. - DimShuffle{x,0}.0, Shape: (1, 3), ElemSize: 8 Byte(s), TotalSize: 24 Byte(s)
  4744. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4745. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4746. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4747. - Subtensor{:int64:}.0, Shape: (9,), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4748. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4749. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4750. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4751. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4752. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4753. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4754. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4755. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4756. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4757. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4758. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4759. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4760. - Subtensor{int64::}.0, Shape: (9, 3, 3), ElemSize: 8 Byte(s), TotalSize: 648 Byte(s)
  4761. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4762. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4763. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4764. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4765. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4766. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4767. - TensorConstant{-1}, Shape: (1,), ElemSize: 1 Byte(s), TotalSize: 1.0 Byte(s)
  4768. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4769. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4770. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4771. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4772. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4773. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4774. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4775. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4776. - DimShuffle{0,2,1,3,4}.0, Shape: (9, 1, 1, 3, 3), ElemSize: 8 Byte(s), TotalSize: 648 Byte(s)
  4777. - Subtensor{int64::}.0, Shape: (9, 3), ElemSize: 8 Byte(s), TotalSize: 216 Byte(s)
  4778. - ScalarFromTensor.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4779. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4780. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4781. - ScalarFromTensor.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4782. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4783. - ScalarFromTensor.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4784. - ScalarFromTensor.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4785. - Subtensor{int64::}.0, Shape: (9, 3, 3), ElemSize: 8 Byte(s), TotalSize: 648 Byte(s)
  4786. - Constant{4}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4787. - Constant{3}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4788. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4789. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4790. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4791. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4792. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4793. - Subtensor{:int64:}.0, Shape: (9, 3, 3), ElemSize: 8 Byte(s), TotalSize: 648 Byte(s)
  4794. - Subtensor{:int64:}.0, Shape: (9, 3, 3), ElemSize: 8 Byte(s), TotalSize: 648 Byte(s)
  4795. - Subtensor{:int64:}.0, Shape: (9, 3, 3), ElemSize: 8 Byte(s), TotalSize: 648 Byte(s)
  4796. - DimShuffle{0,2,1,3,4}.0, Shape: (8, 1, 1, 3, 3), ElemSize: 8 Byte(s), TotalSize: 576 Byte(s)
  4797. - IncSubtensor{Set;:int64:}.0, Shape: (10, 3), ElemSize: 8 Byte(s), TotalSize: 240 Byte(s)
  4798. - for{cpu,grad_of_scan_fn}.6, Shape: (11, 9, 3, 3), ElemSize: 8 Byte(s), TotalSize: 7128 Byte(s)
  4799. - ScalarFromTensor.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4800. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4801. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4802. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4803. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4804. - Subtensor{:int64:}.0, Shape: (9,), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4805. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4806. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4807. - Subtensor{int64::}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4808. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4809. - for{cpu,scan_fn}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4810. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4811. - DimShuffle{x,0,1}.0, Shape: (1, 3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4812. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4813. - for{cpu,scan_fn}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4814. - for{cpu,scan_fn}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4815. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4816. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4817. - DimShuffle{x,0,1}.0, Shape: (1, 3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4818. - TensorConstant{0.5}, Shape: (1,), ElemSize: 4 Byte(s), TotalSize: 4.0 Byte(s)
  4819. - TensorConstant{0.5}, Shape: (1,), ElemSize: 4 Byte(s), TotalSize: 4.0 Byte(s)
  4820. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4821. - Subtensor{int64::}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4822. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4823. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4824. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4825. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4826. - TensorConstant{100}, Shape: (1,), ElemSize: 1 Byte(s), TotalSize: 1.0 Byte(s)
  4827. - dot.0, Shape: (9, 9), ElemSize: 8 Byte(s), TotalSize: 648 Byte(s)
  4828. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4829. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4830. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4831. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4832. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4833. - Elemwise{add,no_inplace}.0, Shape: (10, 3), ElemSize: 8 Byte(s), TotalSize: 240 Byte(s)
  4834. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4835. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4836. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4837. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4838. - Elemwise{add,no_inplace}.0, Shape: (10, 9), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4839. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4840. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4841. - for{cpu,grad_of_scan_fn}.0, Shape: (10, 9, 3, 3), ElemSize: 8 Byte(s), TotalSize: 6480 Byte(s)
  4842. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4843. - Elemwise{add,no_inplace}.0, Shape: (10, 9), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4844. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4845. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4846. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4847. - dot.0, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4848. - Elemwise{minimum,no_inplace}.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4849. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4850. - dot.0, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4851. - ScalarFromTensor.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4852. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4853. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4854. - Subtensor{int64}.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4855. - Elemwise{neg,no_inplace}.0, Shape: (9, 3, 3), ElemSize: 8 Byte(s), TotalSize: 648 Byte(s)
  4856. - for{cpu,grad_of_scan_fn}.2, Shape: (9, 3), ElemSize: 8 Byte(s), TotalSize: 216 Byte(s)
  4857. - Reshape{3}.0, Shape: (8, 3, 3), ElemSize: 8 Byte(s), TotalSize: 576 Byte(s)
  4858. - Elemwise{neg,no_inplace}.0, Shape: (9, 3, 3), ElemSize: 8 Byte(s), TotalSize: 648 Byte(s)
  4859. - Reshape{3}.0, Shape: (8, 3, 3), ElemSize: 8 Byte(s), TotalSize: 576 Byte(s)
  4860. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4861. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4862. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4863. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4864. - TensorConstant{5.51363119923}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4865. - for{cpu,grad_of_scan_fn}.2, Shape: (10, 10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 7200 Byte(s)
  4866. - Elemwise{true_div,no_inplace}.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4867. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4868. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4869. - TensorConstant{1.0}, Shape: (1,), ElemSize: 4 Byte(s), TotalSize: 4.0 Byte(s)
  4870. - RandomFunction{normal}.1, Shape: (3,), ElemSize: 8 Byte(s), TotalSize: 24 Byte(s)
  4871. - RandomFunction{normal}.0, ElemSize: 64 Byte(s)
  4872. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4873. - for{cpu,grad_of_scan_fn}.3, Shape: (10, 9, 3, 3), ElemSize: 8 Byte(s), TotalSize: 6480 Byte(s)
  4874. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4875. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4876. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4877. - Elemwise{sub,no_inplace}.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4878. - Subtensor{int64::}.0, Shape: (10, 3), ElemSize: 8 Byte(s), TotalSize: 240 Byte(s)
  4879. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4880. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4881. - Subtensor{int64::}.0, Shape: (10, 3), ElemSize: 8 Byte(s), TotalSize: 240 Byte(s)
  4882. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4883. - Subtensor{int64::}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4884. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4885. - for{cpu,grad_of_scan_fn}.4, Shape: (9,), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4886. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4887. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4888. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4889. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4890. - RandomFunction{normal}.0, ElemSize: 64 Byte(s)
  4891. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4892. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4893. - Subtensor{int64}.0, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4894. - for{cpu,scan_fn}.0, Shape: (9, 3, 3), ElemSize: 8 Byte(s), TotalSize: 648 Byte(s)
  4895. - Elemwise{second,no_inplace}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4896. - Subtensor{int64::}.0, Shape: (9, 3, 3), ElemSize: 8 Byte(s), TotalSize: 648 Byte(s)
  4897. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4898. - Subtensor{:int64:}.0, Shape: (9, 3, 3), ElemSize: 8 Byte(s), TotalSize: 648 Byte(s)
  4899. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4900. - dot.0, Shape: (3,), ElemSize: 8 Byte(s), TotalSize: 24 Byte(s)
  4901. - DimShuffle{0}.0, Shape: (3,), ElemSize: 8 Byte(s), TotalSize: 24 Byte(s)
  4902. - ScalarFromTensor.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4903. - TensorConstant{0.5}, Shape: (1,), ElemSize: 4 Byte(s), TotalSize: 4.0 Byte(s)
  4904. - Elemwise{sub,no_inplace}.0, Shape: (9, 3), ElemSize: 8 Byte(s), TotalSize: 216 Byte(s)
  4905. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4906. - DimShuffle{1,0}.0, Shape: (3, 9), ElemSize: 8 Byte(s), TotalSize: 216 Byte(s)
  4907. - Subtensor{int64}.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4908. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4909. - Elemwise{mul,no_inplace}.0, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4910. - Subtensor{int64}.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4911. - IncSubtensor{Set;:int64:}.0, Shape: (11, 3, 3), ElemSize: 8 Byte(s), TotalSize: 792 Byte(s)
  4912. - IncSubtensor{Set;:int64:}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4913. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4914. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4915. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4916. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4917. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4918. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4919. - Alloc.0, Shape: (11, 10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 7920 Byte(s)
  4920. - Alloc.0, Shape: (11, 9, 3, 3), ElemSize: 8 Byte(s), TotalSize: 7128 Byte(s)
  4921. - Subtensor{:int64:}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4922. - Subtensor{:int64:}.0, Shape: (10,), ElemSize: 8 Byte(s), TotalSize: 80 Byte(s)
  4923. - Subtensor{:int64:}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4924. - Elemwise{minimum,no_inplace}.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4925. - Subtensor{:int64:}.0, Shape: (10,), ElemSize: 8 Byte(s), TotalSize: 80 Byte(s)
  4926. - for{cpu,scan_fn}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4927. - Subtensor{:int64:}.0, Shape: (9,), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4928. - Subtensor{:int64:}.0, Shape: (10,), ElemSize: 8 Byte(s), TotalSize: 80 Byte(s)
  4929. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4930. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4931. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4932. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4933. - Elemwise{minimum,no_inplace}.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4934. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4935. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4936. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4937. - Subtensor{:int64:}.0, Shape: (10,), ElemSize: 8 Byte(s), TotalSize: 80 Byte(s)
  4938. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4939. - ScalarFromTensor.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4940. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4941. - Subtensor{int64::}.0, Shape: (9, 3, 3), ElemSize: 8 Byte(s), TotalSize: 648 Byte(s)
  4942. - DimShuffle{0,2,1,3,4}.0, Shape: (8, 1, 1, 3, 3), ElemSize: 8 Byte(s), TotalSize: 576 Byte(s)
  4943. - ScalarFromTensor.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4944. - Subtensor{:int64:}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4945. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4946. - Subtensor{:int64:}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4947. - ScalarFromTensor.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4948. - Subtensor{int64::}.0, Shape: (9, 3, 3), ElemSize: 8 Byte(s), TotalSize: 648 Byte(s)
  4949. - Elemwise{second,no_inplace}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4950. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4951. - Constant{4}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4952. - Constant{3}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4953. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4954. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4955. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4956. - IncSubtensor{Set;:int64:}.0, Shape: (11, 3), ElemSize: 8 Byte(s), TotalSize: 264 Byte(s)
  4957. - ScalarFromTensor.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4958. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4959. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4960. - QinvChol.T, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4961. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4962. - dot.0, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4963. - DimShuffle{x,0,1}.0, Shape: (1, 3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4964. - dot.0, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4965. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4966. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4967. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4968. - Subtensor{:int64:}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4969. - TensorConstant{2}, Shape: (1,), ElemSize: 1 Byte(s), TotalSize: 1.0 Byte(s)
  4970. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4971. - MatrixInverse.0, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4972. - Elemwise{minimum,no_inplace}.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4973. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4974. - Reshape{3}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  4975. - A, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4976. - TensorConstant{1.0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4977. - b, Shape: (3,), ElemSize: 8 Byte(s), TotalSize: 24 Byte(s)
  4978. - W, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4979. - b, Shape: (9,), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4980. - <RandomStateType>, ElemSize: 64 Byte(s)
  4981. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4982. - lr, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4983. - W, Shape: (3, 9), ElemSize: 8 Byte(s), TotalSize: 216 Byte(s)
  4984. - Subtensor{int64}.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4985. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4986. - A, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4987. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4988. - <RandomStateType>, ElemSize: 64 Byte(s)
  4989. - RChol, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4990. - Elemwise{neg,no_inplace}.0, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  4991. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4992. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4993. - TensorConstant{0.5}, Shape: (1,), ElemSize: 4 Byte(s), TotalSize: 4.0 Byte(s)
  4994. - TensorConstant{1e-06}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4995. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4996. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4997. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4998. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  4999. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5000. - Elemwise{add,no_inplace}.0, Shape: (10, 3), ElemSize: 8 Byte(s), TotalSize: 240 Byte(s)
  5001. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5002. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5003. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5004. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5005. - Subtensor{int64}.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5006. - Subtensor{int64::}.0, Shape: (10, 3), ElemSize: 8 Byte(s), TotalSize: 240 Byte(s)
  5007. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5008. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5009. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5010. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5011. - IncSubtensor{Set;:int64:}.0, Shape: (11, 3), ElemSize: 8 Byte(s), TotalSize: 264 Byte(s)
  5012. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5013. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5014. - Subtensor{int64}.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5015. - ScalarFromTensor.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5016. - batch_y, Shape: (10, 3), ElemSize: 8 Byte(s), TotalSize: 240 Byte(s)
  5017. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5018. - TensorConstant{1}, Shape: (1,), ElemSize: 1 Byte(s), TotalSize: 1.0 Byte(s)
  5019. - Subtensor{:int64:}.0, Shape: (10, 3), ElemSize: 8 Byte(s), TotalSize: 240 Byte(s)
  5020. - Subtensor{:int64:}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  5021. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5022. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5023. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5024. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5025. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5026. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5027. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5028. - for{cpu,scan_fn}.0, Shape: (11, 3, 3), ElemSize: 8 Byte(s), TotalSize: 792 Byte(s)
  5029. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5030. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5031. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5032. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5033. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5034. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5035. - TensorConstant{0.5}, Shape: (1,), ElemSize: 4 Byte(s), TotalSize: 4.0 Byte(s)
  5036. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5037. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5038. - TensorConstant{1e-06}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5039. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5040. - Y.T, Shape: (3, 10), ElemSize: 8 Byte(s), TotalSize: 240 Byte(s)
  5041. - Subtensor{int64::}.0, Shape: (10, 3), ElemSize: 8 Byte(s), TotalSize: 240 Byte(s)
  5042. - TensorConstant{3}, Shape: (1,), ElemSize: 1 Byte(s), TotalSize: 1.0 Byte(s)
  5043. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5044. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5045. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5046. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5047. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5048. - Subtensor{:int64:}.0, Shape: (9,), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  5049. - Elemwise{add,no_inplace}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  5050. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5051. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5052. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5053. - TensorConstant{0.0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5054. - TensorConstant{0.0}, Shape: (1,), ElemSize: 4 Byte(s), TotalSize: 4.0 Byte(s)
  5055. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5056. - QinvChol.T, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  5057. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5058. - A.T, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  5059. - A.T, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  5060. - RandomFunction{normal}.0, ElemSize: 64 Byte(s)
  5061. - A.T, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  5062. - A.T, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  5063. - TensorConstant{0}, Shape: (1,), ElemSize: 1 Byte(s), TotalSize: 1.0 Byte(s)
  5064. - Elemwise{true_div}.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5065. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5066. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5067. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5068. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5069. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5070. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5071. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5072. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5073. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5074. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5075. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5076. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5077. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5078. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5079. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5080. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5081. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5082. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5083. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5084. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5085. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5086. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5087. - DimShuffle{x,0,1}.0, Shape: (1, 3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  5088. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5089. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5090. - MatrixInverse.0, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  5091. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5092. - Elemwise{neg,no_inplace}.0, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  5093. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5094. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5095. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5096. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5097. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5098. - W, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  5099. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5100. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5101. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5102. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5103. - x0, Shape: (3,), ElemSize: 8 Byte(s), TotalSize: 24 Byte(s)
  5104. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5105. - Constant{2}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5106. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5107. - QChol, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  5108. - TensorConstant{0.5}, Shape: (1,), ElemSize: 4 Byte(s), TotalSize: 4.0 Byte(s)
  5109. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5110. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5111. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5112. - TensorConstant{0.5}, Shape: (1,), ElemSize: 4 Byte(s), TotalSize: 4.0 Byte(s)
  5113. - TensorConstant{0.5}, Shape: (1,), ElemSize: 4 Byte(s), TotalSize: 4.0 Byte(s)
  5114. - for{cpu,scan_fn}.0, Shape: (10, 3), ElemSize: 8 Byte(s), TotalSize: 240 Byte(s)
  5115. - TensorConstant{1e-06}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5116. - QinvChol, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  5117. - TensorConstant{100}, Shape: (1,), ElemSize: 1 Byte(s), TotalSize: 1.0 Byte(s)
  5118. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5119. - TensorConstant{0.5}, Shape: (1,), ElemSize: 4 Byte(s), TotalSize: 4.0 Byte(s)
  5120. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5121. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5122. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5123. - TensorConstant{1e-06}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5124. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5125. - TensorConstant{100}, Shape: (1,), ElemSize: 1 Byte(s), TotalSize: 1.0 Byte(s)
  5126. - TensorConstant{0.5}, Shape: (1,), ElemSize: 4 Byte(s), TotalSize: 4.0 Byte(s)
  5127. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5128. - TensorConstant{1e-06}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5129. - TensorConstant{100}, Shape: (1,), ElemSize: 1 Byte(s), TotalSize: 1.0 Byte(s)
  5130. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5131. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5132. - DimShuffle{0,2,1}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  5133. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5134. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5135. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5136. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5137. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5138. - Q0invChol, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  5139. - b, Shape: (3,), ElemSize: 8 Byte(s), TotalSize: 24 Byte(s)
  5140. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5141. - ScalarFromTensor.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5142. - Elemwise{add,no_inplace}.0, Shape: (10, 3), ElemSize: 8 Byte(s), TotalSize: 240 Byte(s)
  5143. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5144. - for{cpu,scan_fn}.0, Shape: (9, 3, 6), ElemSize: 8 Byte(s), TotalSize: 1296 Byte(s)
  5145. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5146. - ScalarFromTensor.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5147. - Q0Chol, Shape: (3, 3), ElemSize: 8 Byte(s), TotalSize: 72 Byte(s)
  5148. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5149. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5150. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5151. - ScalarFromTensor.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5152. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5153. - for{cpu,scan_fn}.0, Shape: (10, 3), ElemSize: 8 Byte(s), TotalSize: 240 Byte(s)
  5154. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5155. - Subtensor{int64::}.0, Shape: (9, 3, 6), ElemSize: 8 Byte(s), TotalSize: 1296 Byte(s)
  5156. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5157. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5158. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5159. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5160. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5161. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5162. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5163. - Subtensor{int64::}.0, Shape: (9, 3), ElemSize: 8 Byte(s), TotalSize: 216 Byte(s)
  5164. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5165. - TensorConstant{0.5}, Shape: (1,), ElemSize: 4 Byte(s), TotalSize: 4.0 Byte(s)
  5166. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5167. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5168. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5169. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5170. - DimShuffle{0,2,1}.0, Shape: (10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 720 Byte(s)
  5171. - ScalarFromTensor.0, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5172. - TensorConstant{100}, Shape: (1,), ElemSize: 1 Byte(s), TotalSize: 1.0 Byte(s)
  5173. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5174. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5175. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5176. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5177. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5178. - Constant{1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5179. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5180. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5181. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5182. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5183. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5184. - RandomFunction{normal}.0, ElemSize: 64 Byte(s)
  5185. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5186. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5187. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5188. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5189. - Subtensor{::int64}.0, Shape: (11, 3, 3), ElemSize: 8 Byte(s), TotalSize: 792 Byte(s)
  5190. - for{cpu,grad_of_scan_fn}.0, Shape: (11, 3, 9), ElemSize: 8 Byte(s), TotalSize: 2376 Byte(s)
  5191. - Constant{-1}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5192. - for{cpu,grad_of_scan_fn}.1, Shape: (11, 9), ElemSize: 8 Byte(s), TotalSize: 792 Byte(s)
  5193. - TensorConstant{0.5}, Shape: (1,), ElemSize: 4 Byte(s), TotalSize: 4.0 Byte(s)
  5194. - for{cpu,grad_of_scan_fn}.0, Shape: (11, 3, 3), ElemSize: 8 Byte(s), TotalSize: 792 Byte(s)
  5195. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5196. - for{cpu,grad_of_scan_fn}.1, Shape: (11, 9, 3, 3), ElemSize: 8 Byte(s), TotalSize: 7128 Byte(s)
  5197. - for{cpu,grad_of_scan_fn}.2, Shape: (11, 10, 3, 3), ElemSize: 8 Byte(s), TotalSize: 7920 Byte(s)
  5198. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
  5199. - for{cpu,grad_of_scan_fn}.3, Shape: (11, 9, 3, 3), ElemSize: 8 Byte(s), TotalSize: 7128 Byte(s)
  5200. - Constant{0}, Shape: (1,), ElemSize: 8 Byte(s), TotalSize: 8.0 Byte(s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement