Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.76 KB | None | 0 0
  1. exec ${PAGER:-/usr/bin/less} "$0" || exit 1
  2. Executing tests from //tensorflow/core/kernels/data:parallel_map_dataset_op_test
  3. -----------------------------------------------------------------------------
  4. 2019-04-08 17:36:26.766535: I tensorflow/core/platform/cloud/gcs_file_system.cc:688] GCS cache max size = 16777216 ; block size = 16777216 ; max staleness = 0
  5. 2019-04-08 17:36:26.767225: I ./tensorflow/core/platform/cloud/ram_file_block_cache.h:63] GCS file block cache is enabled
  6. 2019-04-08 17:36:26.767242: I tensorflow/core/platform/cloud/gcs_file_system.cc:728] GCS DNS cache is disabled, because GCS_RESOLVE_REFRESH_SECS = 0 (or is not set)
  7. 2019-04-08 17:36:26.767254: I tensorflow/core/platform/cloud/gcs_file_system.cc:758] GCS additional header DISABLED. No environment variable set.
  8. 2019-04-08 17:36:26.783000: I tensorflow/core/platform/cloud/gcs_file_system.cc:688] GCS cache max size = 16777216 ; block size = 16777216 ; max staleness = 0
  9. 2019-04-08 17:36:26.783048: I ./tensorflow/core/platform/cloud/ram_file_block_cache.h:63] GCS file block cache is enabled
  10. 2019-04-08 17:36:26.783063: I tensorflow/core/platform/cloud/gcs_file_system.cc:728] GCS DNS cache is disabled, because GCS_RESOLVE_REFRESH_SECS = 0 (or is not set)
  11. 2019-04-08 17:36:26.783075: I tensorflow/core/platform/cloud/gcs_file_system.cc:758] GCS additional header DISABLED. No environment variable set.
  12. 2019-04-08 17:36:26.786550: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291625756480 } } }
  13. 2019-04-08 17:36:26.786634: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291625756544 } } }
  14. 2019-04-08 17:36:26.797265: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  15. 2019-04-08 17:36:26.804061: I tensorflow/core/framework/op.cc:118] Not found: Op type not registered 'XTimesTwo' in binary running on feis-mbp-2.usca.ibm.com. Make sure the Op and Kernel are registered in the binary running in this process. Note that if you are loading a saved graph which used ops from tf.contrib, accessing (e.g.) `tf.contrib.resampler` should be done before importing the graph, as contrib ops are lazily registered when the module is first accessed.
  16. 2019-04-08 17:36:26.804107: I tensorflow/core/framework/op.cc:118] Not found: Op type not registered 'XTimesTwo' in binary running on feis-mbp-2.usca.ibm.com. Make sure the Op and Kernel are registered in the binary running in this process. Note that if you are loading a saved graph which used ops from tf.contrib, accessing (e.g.) `tf.contrib.resampler` should be done before importing the graph, as contrib ops are lazily registered when the module is first accessed.
  17. 2019-04-08 17:36:26.804172: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291630701440 } } }
  18. 2019-04-08 17:36:26.804192: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291630701504 } } }
  19. 2019-04-08 17:36:26.804208: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291630701696 } } }
  20. 2019-04-08 17:36:26.804222: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291630701760 } } }
  21. Running main() from test_main.cc
  22. [==========] Running 1 test from 1 test suite.
  23. [----------] Global test environment set-up.
  24. [----------] 1 test from ParallelMapDatasetOpTest/ParameterizedParallelMapDatasetOpTest
  25. [ RUN ] ParallelMapDatasetOpTest/ParameterizedParallelMapDatasetOpTest.GetNext/0
  26. 2019-04-08 17:36:26.805035: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.2 AVX AVX2 FMA
  27. 2019-04-08 17:36:26.805632: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node parallel_map_dataset}} = ParallelMapDataset[Targuments=<Unknown AttrValue type>, f=XTimesFour[T=DT_INT64], output_shapes=[[]], output_types=[DT_INT64], preserve_cardinality=false, sloppy=false, use_inter_op_parallelism=false](input_dataset, num_parallel_calls)
  28. 2019-04-08 17:36:26.805759: I tensorflow/core/framework/function.cc:689] Instantiation Function:
  29. XTimesFour[T:{float, double, int32, int64}](x:T) -> (y:T) {
  30. x2 = XTimesTwo[T=$T](x)
  31. y = XTimesTwo[T=$T](x2:y:0)
  32. return y = y:y:0
  33. }
  34.  
  35. 2019-04-08 17:36:26.806137: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node range}} = RangeDataset[output_shapes=[<unknown>], output_types=[DT_INT64]](start, stop, step)
  36. 2019-04-08 17:36:26.806265: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocated_bytes: 8 allocator_name: "cpu" allocation_id: 1 has_single_reference: true ptr: 140291625764224 } } }
  37. 2019-04-08 17:36:26.806331: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocated_bytes: 8 allocator_name: "cpu" allocation_id: 2 has_single_reference: true ptr: 140291596095488 } } }
  38. 2019-04-08 17:36:26.806366: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocated_bytes: 8 allocator_name: "cpu" allocation_id: 3 has_single_reference: true ptr: 140291596095616 } } }
  39. 2019-04-08 17:36:26.806441: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocation_id: 4 allocator_name: "cpu" }
  40. 2019-04-08 17:36:26.806483: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown" tensor { dtype: DT_VARIANT shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291596095168 } } }
  41. 2019-04-08 17:36:26.806607: I tensorflow/core/framework/op.cc:118] Not found: Op type not registered 'XTimesTwo' in binary running on feis-mbp-2.usca.ibm.com. Make sure the Op and Kernel are registered in the binary running in this process. Note that if you are loading a saved graph which used ops from tf.contrib, accessing (e.g.) `tf.contrib.resampler` should be done before importing the graph, as contrib ops are lazily registered when the module is first accessed.
  42. 2019-04-08 17:36:26.806693: I tensorflow/core/framework/op.cc:118] Not found: Op type not registered 'XTimesFour' in binary running on feis-mbp-2.usca.ibm.com. Make sure the Op and Kernel are registered in the binary running in this process. Note that if you are loading a saved graph which used ops from tf.contrib, accessing (e.g.) `tf.contrib.resampler` should be done before importing the graph, as contrib ops are lazily registered when the module is first accessed.
  43. 2019-04-08 17:36:26.806748: I tensorflow/core/framework/op.cc:118] Not found: Op type not registered 'XTimesTwo' in binary running on feis-mbp-2.usca.ibm.com. Make sure the Op and Kernel are registered in the binary running in this process. Note that if you are loading a saved graph which used ops from tf.contrib, accessing (e.g.) `tf.contrib.resampler` should be done before importing the graph, as contrib ops are lazily registered when the module is first accessed.
  44. 2019-04-08 17:36:26.806809: I tensorflow/core/framework/op.cc:118] Not found: Op type not registered 'XTimesFour' in binary running on feis-mbp-2.usca.ibm.com. Make sure the Op and Kernel are registered in the binary running in this process. Note that if you are loading a saved graph which used ops from tf.contrib, accessing (e.g.) `tf.contrib.resampler` should be done before importing the graph, as contrib ops are lazily registered when the module is first accessed.
  45. 2019-04-08 17:36:26.807049: I tensorflow/core/framework/function.cc:689] Instantiation Function:
  46. XTimesFour[T:{float, double, int32, int64}](x:T) -> (y:T) {
  47. x2 = XTimesTwo[T=$T](x)
  48. y = XTimesTwo[T=$T](x2:y:0)
  49. return y = y:y:0
  50. }
  51.  
  52. 2019-04-08 17:36:26.807175: I tensorflow/core/common_runtime/function.cc:858] Pruning function body: function_name=XTimesFour
  53. 2019-04-08 17:36:26.807198: I tensorflow/core/graph/algorithm.cc:216] Reverse reach init: y_RetVal
  54. 2019-04-08 17:36:26.807211: I tensorflow/core/graph/algorithm.cc:225] Reverse reach : y_RetVal from y
  55. 2019-04-08 17:36:26.807221: I tensorflow/core/graph/algorithm.cc:225] Reverse reach : y from x2
  56. 2019-04-08 17:36:26.807231: I tensorflow/core/graph/algorithm.cc:225] Reverse reach : x2 from x
  57. 2019-04-08 17:36:26.807240: I tensorflow/core/graph/algorithm.cc:225] Reverse reach : x from _SOURCE
  58. 2019-04-08 17:36:26.807258: I tensorflow/core/common_runtime/function.cc:822] Graph Initial #nodes 6 #edges 7
  59. 2019-04-08 17:36:26.807300: I tensorflow/core/common_runtime/function.cc:826] ||
  60. 2019-04-08 17:36:26.807311: I tensorflow/core/common_runtime/function.cc:826] || (n2:int64) -> (n4:int64) {
  61. 2019-04-08 17:36:26.807320: I tensorflow/core/common_runtime/function.cc:826] || n3 = XTimesTwo[T=int64](n2)
  62. 2019-04-08 17:36:26.807329: I tensorflow/core/common_runtime/function.cc:826] || n4 = XTimesTwo[T=int64](n3)
  63. 2019-04-08 17:36:26.807338: I tensorflow/core/common_runtime/function.cc:826] || }
  64. 2019-04-08 17:36:26.807346: I tensorflow/core/common_runtime/function.cc:826] ||
  65. 2019-04-08 17:36:26.807359: I tensorflow/core/common_runtime/function.cc:1342] Removing list array converter
  66. 2019-04-08 17:36:26.807375: I tensorflow/core/common_runtime/function.cc:822] Graph Before #nodes 6 #edges 7
  67. 2019-04-08 17:36:26.807401: I tensorflow/core/common_runtime/function.cc:826] ||
  68. 2019-04-08 17:36:26.807410: I tensorflow/core/common_runtime/function.cc:826] || (n2:int64) -> (n4:int64) {
  69. 2019-04-08 17:36:26.807419: I tensorflow/core/common_runtime/function.cc:826] || n3 = XTimesTwo[T=int64](n2)
  70. 2019-04-08 17:36:26.807428: I tensorflow/core/common_runtime/function.cc:826] || n4 = XTimesTwo[T=int64](n3)
  71. 2019-04-08 17:36:26.807436: I tensorflow/core/common_runtime/function.cc:826] || }
  72. 2019-04-08 17:36:26.807444: I tensorflow/core/common_runtime/function.cc:826] ||
  73. 2019-04-08 17:36:26.807470: I tensorflow/core/common_runtime/constant_folding.cc:587] No constant foldable nodes found
  74. 2019-04-08 17:36:26.807513: I tensorflow/core/common_runtime/function.cc:822] Graph ReCopy #nodes 6 #edges 8
  75. 2019-04-08 17:36:26.807542: I tensorflow/core/common_runtime/function.cc:826] ||
  76. 2019-04-08 17:36:26.807552: I tensorflow/core/common_runtime/function.cc:826] || (n2:int64) -> (n4:int64) {
  77. 2019-04-08 17:36:26.807561: I tensorflow/core/common_runtime/function.cc:826] || n3 = XTimesTwo[T=int64](n2)
  78. 2019-04-08 17:36:26.807570: I tensorflow/core/common_runtime/function.cc:826] || n4 = XTimesTwo[T=int64](n3)
  79. 2019-04-08 17:36:26.807578: I tensorflow/core/common_runtime/function.cc:826] || }
  80. 2019-04-08 17:36:26.807586: I tensorflow/core/common_runtime/function.cc:826] ||
  81. 2019-04-08 17:36:26.807634: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node _SOURCE}} = NoOp[]()
  82. 2019-04-08 17:36:26.807657: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node x}} = _Arg[T=DT_INT64, index=0]()
  83. 2019-04-08 17:36:26.807718: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291629662016 } } }
  84. 2019-04-08 17:36:26.807761: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  85. 2019-04-08 17:36:26.807781: I tensorflow/core/framework/function.cc:689] Instantiation Function:
  86. XTimesTwo[T:{float, double, int32, int64}](x:T) -> (y:T) {
  87. two = Const[dtype=int64, value=Tensor<type: int64 shape: [] values: 2>]()
  88. scale = Cast[DstT=$T, SrcT=int64](two:output:0)
  89. y = Mul[T=$T](x, scale:y:0)
  90. return y = y:z:0
  91. }
  92.  
  93. 2019-04-08 17:36:26.807887: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node y_RetVal}} = _Retval[T=DT_INT64, index=0](y)
  94. 2019-04-08 17:36:26.807913: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node _SINK}} = NoOp[]()
  95. 2019-04-08 17:36:26.808087: I tensorflow/core/common_runtime/function.cc:858] Pruning function body: function_name=XTimesTwo
  96. 2019-04-08 17:36:26.808092: I tensorflow/core/common_runtime/function.cc:858] Pruning function body: function_name=XTimesTwo
  97. 2019-04-08 17:36:26.808110: I tensorflow/core/graph/algorithm.cc:216] Reverse reach init: y_RetVal
  98. 2019-04-08 17:36:26.808139: I tensorflow/core/graph/algorithm.cc:216] Reverse reach init: y_RetVal
  99. 2019-04-08 17:36:26.808160: I tensorflow/core/graph/algorithm.cc:225] Reverse reach : y_RetVal from y
  100. 2019-04-08 17:36:26.808181: I tensorflow/core/graph/algorithm.cc:225] Reverse reach : y_RetVal from y
  101. 2019-04-08 17:36:26.808216: I tensorflow/core/graph/algorithm.cc:225] Reverse reach : y from x
  102. 2019-04-08 17:36:26.808246: I tensorflow/core/graph/algorithm.cc:225] Reverse reach : y from x
  103. 2019-04-08 17:36:26.808275: I tensorflow/core/graph/algorithm.cc:225] Reverse reach : y from scale
  104. 2019-04-08 17:36:26.808305: I tensorflow/core/graph/algorithm.cc:225] Reverse reach : y from scale
  105. 2019-04-08 17:36:26.808332: I tensorflow/core/graph/algorithm.cc:225] Reverse reach : x from _SOURCE
  106. 2019-04-08 17:36:26.808360: I tensorflow/core/graph/algorithm.cc:225] Reverse reach : x from _SOURCE
  107. 2019-04-08 17:36:26.808396: I tensorflow/core/graph/algorithm.cc:225] Reverse reach : scale from two
  108. 2019-04-08 17:36:26.808428: I tensorflow/core/graph/algorithm.cc:225] Reverse reach : scale from two
  109. 2019-04-08 17:36:26.808454: I tensorflow/core/common_runtime/function.cc:822] Graph Initial #nodes 7 #edges 9
  110. 2019-04-08 17:36:26.808485: I tensorflow/core/common_runtime/function.cc:822] Graph Initial #nodes 7 #edges 9
  111. 2019-04-08 17:36:26.808531: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291596094592 } } }
  112. 2019-04-08 17:36:26.808550: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  113. 2019-04-08 17:36:26.808561: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291629686464 } } }
  114. 2019-04-08 17:36:26.808579: I tensorflow/core/common_runtime/function.cc:826] ||
  115. 2019-04-08 17:36:26.808582: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  116. 2019-04-08 17:36:26.808594: I tensorflow/core/common_runtime/function.cc:826] || (n2:int64) -> (n5:int64) {
  117. 2019-04-08 17:36:26.808630: I tensorflow/core/common_runtime/function.cc:826] ||
  118. 2019-04-08 17:36:26.808650: I tensorflow/core/common_runtime/function.cc:826] || n3 = Const[dtype=int64, value=Tensor<type: int64 shape: [] values: 2>]()
  119. 2019-04-08 17:36:26.808678: I tensorflow/core/common_runtime/function.cc:826] || (n2:int64) -> (n5:int64) {
  120. 2019-04-08 17:36:26.808701: I tensorflow/core/common_runtime/function.cc:826] || n4 = Cast[DstT=int64, SrcT=int64, Truncate=false](n3)
  121. 2019-04-08 17:36:26.808718: I tensorflow/core/common_runtime/function.cc:826] || n3 = Const[dtype=int64, value=Tensor<type: int64 shape: [] values: 2>]()
  122. 2019-04-08 17:36:26.808755: I tensorflow/core/common_runtime/function.cc:826] || n5 = Mul[T=int64](n2, n4)
  123. 2019-04-08 17:36:26.808775: I tensorflow/core/common_runtime/function.cc:826] || n4 = Cast[DstT=int64, SrcT=int64, Truncate=false](n3)
  124. 2019-04-08 17:36:26.808791: I tensorflow/core/common_runtime/function.cc:826] || }
  125. 2019-04-08 17:36:26.808807: I tensorflow/core/common_runtime/function.cc:826] || n5 = Mul[T=int64](n2, n4)
  126. 2019-04-08 17:36:26.808846: I tensorflow/core/common_runtime/function.cc:826] ||
  127. 2019-04-08 17:36:26.808859: I tensorflow/core/common_runtime/function.cc:826] || }
  128. 2019-04-08 17:36:26.808877: I tensorflow/core/common_runtime/function.cc:1342] Removing list array converter
  129. 2019-04-08 17:36:26.808888: I tensorflow/core/common_runtime/function.cc:826] ||
  130. 2019-04-08 17:36:26.808911: I tensorflow/core/common_runtime/function.cc:822] Graph Before #nodes 7 #edges 9
  131. 2019-04-08 17:36:26.808922: I tensorflow/core/common_runtime/function.cc:1342] Removing list array converter
  132. 2019-04-08 17:36:26.808954: I tensorflow/core/common_runtime/function.cc:822] Graph Before #nodes 7 #edges 9
  133. 2019-04-08 17:36:26.808965: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291629686464 } } }
  134. 2019-04-08 17:36:26.808988: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  135. 2019-04-08 17:36:26.808988: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291630756928 } } }
  136. 2019-04-08 17:36:26.809040: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  137. 2019-04-08 17:36:26.809041: I tensorflow/core/common_runtime/function.cc:826] ||
  138. 2019-04-08 17:36:26.809069: I tensorflow/core/common_runtime/function.cc:826] || (n2:int64) -> (n5:int64) {
  139. 2019-04-08 17:36:26.809072: I tensorflow/core/common_runtime/function.cc:826] ||
  140. 2019-04-08 17:36:26.809082: I tensorflow/core/common_runtime/function.cc:826] || n3 = Const[dtype=int64, value=Tensor<type: int64 shape: [] values: 2>]()
  141. 2019-04-08 17:36:26.809095: I tensorflow/core/common_runtime/function.cc:826] || (n2:int64) -> (n5:int64) {
  142. 2019-04-08 17:36:26.809112: I tensorflow/core/common_runtime/function.cc:826] || n4 = Cast[DstT=int64, SrcT=int64, Truncate=false](n3)
  143. 2019-04-08 17:36:26.809128: I tensorflow/core/common_runtime/function.cc:826] || n3 = Const[dtype=int64, value=Tensor<type: int64 shape: [] values: 2>]()
  144. 2019-04-08 17:36:26.809168: I tensorflow/core/common_runtime/function.cc:826] || n5 = Mul[T=int64](n2, n4)
  145. 2019-04-08 17:36:26.809179: I tensorflow/core/common_runtime/function.cc:826] || n4 = Cast[DstT=int64, SrcT=int64, Truncate=false](n3)
  146. 2019-04-08 17:36:26.809196: I tensorflow/core/common_runtime/function.cc:826] || }
  147. 2019-04-08 17:36:26.809209: I tensorflow/core/common_runtime/function.cc:826] || n5 = Mul[T=int64](n2, n4)
  148. 2019-04-08 17:36:26.809226: I tensorflow/core/common_runtime/function.cc:826] ||
  149. 2019-04-08 17:36:26.809239: I tensorflow/core/common_runtime/function.cc:826] || }
  150. 2019-04-08 17:36:26.809287: I tensorflow/core/common_runtime/function.cc:822] Graph Constant graph #nodes 4 #edges 2
  151. 2019-04-08 17:36:26.809310: I tensorflow/core/common_runtime/function.cc:826] ||
  152. 2019-04-08 17:36:26.809341: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291630790080 } } }
  153. 2019-04-08 17:36:26.809367: I tensorflow/core/common_runtime/function.cc:822] Graph Constant graph #nodes 4 #edges 2
  154. 2019-04-08 17:36:26.809375: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  155. 2019-04-08 17:36:26.809401: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291629687104 } } }
  156. 2019-04-08 17:36:26.809408: I tensorflow/core/common_runtime/function.cc:826] ||
  157. 2019-04-08 17:36:26.809421: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  158. 2019-04-08 17:36:26.809430: I tensorflow/core/common_runtime/function.cc:826] || () -> () {
  159. 2019-04-08 17:36:26.809457: I tensorflow/core/common_runtime/function.cc:826] || n2 = Const[dtype=int64, value=Tensor<type: int64 shape: [] values: 2>]()
  160. 2019-04-08 17:36:26.809460: I tensorflow/core/common_runtime/function.cc:826] ||
  161. 2019-04-08 17:36:26.809470: I tensorflow/core/common_runtime/function.cc:826] || n3 = Cast[DstT=int64, SrcT=int64, Truncate=false](n2)
  162. 2019-04-08 17:36:26.809485: I tensorflow/core/common_runtime/function.cc:826] || () -> () {
  163. 2019-04-08 17:36:26.809498: I tensorflow/core/common_runtime/function.cc:826] || }
  164. 2019-04-08 17:36:26.809514: I tensorflow/core/common_runtime/function.cc:826] || n2 = Const[dtype=int64, value=Tensor<type: int64 shape: [] values: 2>]()
  165. 2019-04-08 17:36:26.809541: I tensorflow/core/common_runtime/function.cc:826] ||
  166. 2019-04-08 17:36:26.809554: I tensorflow/core/common_runtime/function.cc:826] || n3 = Cast[DstT=int64, SrcT=int64, Truncate=false](n2)
  167. 2019-04-08 17:36:26.809572: I tensorflow/core/common_runtime/constant_folding.cc:605] Constant foldable 4 : 7
  168. 2019-04-08 17:36:26.809582: I tensorflow/core/common_runtime/function.cc:826] || }
  169. 2019-04-08 17:36:26.809607: I tensorflow/core/common_runtime/function.cc:826] ||
  170. 2019-04-08 17:36:26.809618: I tensorflow/core/common_runtime/constant_folding.cc:605] Constant foldable 4 : 7
  171. 2019-04-08 17:36:26.809636: I tensorflow/core/graph/subgraph.cc:142] Found fetch node for scale:0
  172. 2019-04-08 17:36:26.809647: I tensorflow/core/graph/subgraph.cc:142] Found fetch node for scale:0
  173. 2019-04-08 17:36:26.809701: I tensorflow/core/graph/algorithm.cc:216] Reverse reach init: _send_scale_0
  174. 2019-04-08 17:36:26.809701: I tensorflow/core/graph/algorithm.cc:216] Reverse reach init: _send_scale_0
  175. 2019-04-08 17:36:26.809718: I tensorflow/core/graph/algorithm.cc:225] Reverse reach : _send_scale_0 from scale
  176. 2019-04-08 17:36:26.809734: I tensorflow/core/graph/algorithm.cc:225] Reverse reach : _send_scale_0 from scale
  177. 2019-04-08 17:36:26.809747: I tensorflow/core/graph/algorithm.cc:225] Reverse reach : scale from two
  178. 2019-04-08 17:36:26.809761: I tensorflow/core/graph/algorithm.cc:225] Reverse reach : scale from two
  179. 2019-04-08 17:36:26.809802: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node _SOURCE}} = NoOp[]()
  180. 2019-04-08 17:36:26.809802: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node _SOURCE}} = NoOp[]()
  181. 2019-04-08 17:36:26.809851: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node _SINK}} = NoOp[]()
  182. 2019-04-08 17:36:26.809863: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node _SINK}} = NoOp[]()
  183. 2019-04-08 17:36:26.809878: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291630796032 } } }
  184. 2019-04-08 17:36:26.809894: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  185. 2019-04-08 17:36:26.809895: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291596103744 } } }
  186. 2019-04-08 17:36:26.809908: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node two}} = Const[dtype=DT_INT64, value=Tensor<type: int64 shape: [] values: 2>]()
  187. 2019-04-08 17:36:26.809944: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  188. 2019-04-08 17:36:26.809968: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node two}} = Const[dtype=DT_INT64, value=Tensor<type: int64 shape: [] values: 2>]()
  189. 2019-04-08 17:36:26.809985: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291630797376 } } }
  190. 2019-04-08 17:36:26.809996: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291596105088 } } }
  191. 2019-04-08 17:36:26.810004: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node scale}} = Cast[DstT=DT_INT64, SrcT=DT_INT64, Truncate=false](two)
  192. 2019-04-08 17:36:26.810016: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node scale}} = Cast[DstT=DT_INT64, SrcT=DT_INT64, Truncate=false](two)
  193. 2019-04-08 17:36:26.810043: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node _send_scale_0}} = _Send[T=DT_INT64, client_terminated=true, recv_device="/device:CPU:0", send_device="/device:CPU:0", send_device_incarnation=6825650455684557361, tensor_name="scale:0"](scale)
  194. 2019-04-08 17:36:26.810059: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node _send_scale_0}} = _Send[T=DT_INT64, client_terminated=true, recv_device="/device:CPU:0", send_device="/device:CPU:0", send_device_incarnation=-1884755580717387479, tensor_name="scale:0"](scale)
  195. 2019-04-08 17:36:26.810113: I tensorflow/core/common_runtime/executor.cc:826] node scale is the source of an RPC out
  196. 2019-04-08 17:36:26.810115: I tensorflow/core/common_runtime/executor.cc:826] node scale is the source of an RPC out
  197. 2019-04-08 17:36:26.810157: I tensorflow/core/common_runtime/executor.cc:1704] Process node: 0 step -1 {{node _SOURCE}} = NoOp[]() device: /device:CPU:0
  198. 2019-04-08 17:36:26.810157: I tensorflow/core/common_runtime/executor.cc:1704] Process node: 0 step -1 {{node _SOURCE}} = NoOp[]() device: /device:CPU:0
  199. 2019-04-08 17:36:26.810179: I tensorflow/core/common_runtime/executor.cc:1859] Synchronous kernel done: 0 step -1 {{node _SOURCE}} = NoOp[]() device: /device:CPU:0
  200. 2019-04-08 17:36:26.810189: I tensorflow/core/common_runtime/executor.cc:1859] Synchronous kernel done: 0 step -1 {{node _SOURCE}} = NoOp[]() device: /device:CPU:0
  201. 2019-04-08 17:36:26.810217: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291630792000 } } }
  202. 2019-04-08 17:36:26.810226: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291596096128 } } }
  203. 2019-04-08 17:36:26.810239: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  204. 2019-04-08 17:36:26.810255: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  205. 2019-04-08 17:36:26.810268: I tensorflow/core/common_runtime/executor.cc:1704] Process node: 2 step -1 {{node two}} = Const[dtype=DT_INT64, value=Tensor<type: int64 shape: [] values: 2>]() device: /device:CPU:0
  206. 2019-04-08 17:36:26.810282: I tensorflow/core/common_runtime/executor.cc:1704] Process node: 2 step -1 {{node two}} = Const[dtype=DT_INT64, value=Tensor<type: int64 shape: [] values: 2>]() device: /device:CPU:0
  207. 2019-04-08 17:36:26.810320: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorOutput { step_id: -1 kernel_name: "two" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291630797376 } } }
  208. 2019-04-08 17:36:26.810328: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorOutput { step_id: -1 kernel_name: "two" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291596105088 } } }
  209. 2019-04-08 17:36:26.810344: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291630803072 } } }
  210. 2019-04-08 17:36:26.810360: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291596096192 } } }
  211. 2019-04-08 17:36:26.810370: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  212. 2019-04-08 17:36:26.810385: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  213. 2019-04-08 17:36:26.810398: I tensorflow/core/common_runtime/executor.cc:1859] Synchronous kernel done: 2 step -1 {{node two}} = Const[dtype=DT_INT64, value=Tensor<type: int64 shape: [] values: 2>]() device: /device:CPU:0
  214. 2019-04-08 17:36:26.810412: I tensorflow/core/common_runtime/executor.cc:1859] Synchronous kernel done: 2 step -1 {{node two}} = Const[dtype=DT_INT64, value=Tensor<type: int64 shape: [] values: 2>]() device: /device:CPU:0
  215. 2019-04-08 17:36:26.810432: I tensorflow/core/common_runtime/executor.cc:1704] Process node: 3 step -1 {{node scale}} = Cast[DstT=DT_INT64, SrcT=DT_INT64, Truncate=false](two) device: /device:CPU:0
  216. 2019-04-08 17:36:26.810440: I tensorflow/core/common_runtime/executor.cc:1704] Process node: 3 step -1 {{node scale}} = Cast[DstT=DT_INT64, SrcT=DT_INT64, Truncate=false](two) device: /device:CPU:0
  217. 2019-04-08 17:36:26.810454: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorOutput { step_id: -1 kernel_name: "scale" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291630797376 } } }
  218. 2019-04-08 17:36:26.810466: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorOutput { step_id: -1 kernel_name: "scale" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291596105088 } } }
  219. 2019-04-08 17:36:26.810481: I tensorflow/core/common_runtime/executor.cc:1859] Synchronous kernel done: 3 step -1 {{node scale}} = Cast[DstT=DT_INT64, SrcT=DT_INT64, Truncate=false](two) device: /device:CPU:0
  220. 2019-04-08 17:36:26.810494: I tensorflow/core/common_runtime/executor.cc:1859] Synchronous kernel done: 3 step -1 {{node scale}} = Cast[DstT=DT_INT64, SrcT=DT_INT64, Truncate=false](two) device: /device:CPU:0
  221. 2019-04-08 17:36:26.810511: I tensorflow/core/common_runtime/executor.cc:1704] Process node: 4 step -1 {{node _send_scale_0}} = _Send[T=DT_INT64, client_terminated=true, recv_device="/device:CPU:0", send_device="/device:CPU:0", send_device_incarnation=6825650455684557361, tensor_name="scale:0"](scale) device: /device:CPU:0
  222. 2019-04-08 17:36:26.810525: I tensorflow/core/common_runtime/executor.cc:1704] Process node: 4 step -1 {{node _send_scale_0}} = _Send[T=DT_INT64, client_terminated=true, recv_device="/device:CPU:0", send_device="/device:CPU:0", send_device_incarnation=-1884755580717387479, tensor_name="scale:0"](scale) device: /device:CPU:0
  223. 2019-04-08 17:36:26.810537: I tensorflow/core/kernels/sendrecv_ops.cc:93] Send /device:CPU:0;5eb994ecf40faa31;/device:CPU:0;scale:0;0:0
  224. 2019-04-08 17:36:26.810566: I tensorflow/core/kernels/sendrecv_ops.cc:93] Send /device:CPU:0;e5d800c902e7b129;/device:CPU:0;scale:0;0:0
  225. 2019-04-08 17:36:26.810587: I tensorflow/core/common_runtime/executor.cc:1859] Synchronous kernel done: 4 step -1 {{node _send_scale_0}} = _Send[T=DT_INT64, client_terminated=true, recv_device="/device:CPU:0", send_device="/device:CPU:0", send_device_incarnation=6825650455684557361, tensor_name="scale:0"](scale) device: /device:CPU:0
  226. 2019-04-08 17:36:26.810597: I tensorflow/core/common_runtime/executor.cc:1859] Synchronous kernel done: 4 step -1 {{node _send_scale_0}} = _Send[T=DT_INT64, client_terminated=true, recv_device="/device:CPU:0", send_device="/device:CPU:0", send_device_incarnation=-1884755580717387479, tensor_name="scale:0"](scale) device: /device:CPU:0
  227. 2019-04-08 17:36:26.810601: I tensorflow/core/common_runtime/executor.cc:2643] Delete frame
  228. 2019-04-08 17:36:26.810612: I tensorflow/core/common_runtime/executor.cc:2643] Delete frame
  229. 2019-04-08 17:36:26.810643: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291630801920 } } }
  230. 2019-04-08 17:36:26.810647: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291596109184 } } }
  231. 2019-04-08 17:36:26.810679: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  232. 2019-04-08 17:36:26.810690: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  233. 2019-04-08 17:36:26.810710: I tensorflow/core/common_runtime/constant_folding.cc:538] Replacing scale :: 0 with a constant
  234. 2019-04-08 17:36:26.810717: I tensorflow/core/common_runtime/constant_folding.cc:538] Replacing scale :: 0 with a constant
  235. 2019-04-08 17:36:26.810740: I tensorflow/core/common_runtime/function.cc:822] Graph After #nodes 8 #edges 10
  236. 2019-04-08 17:36:26.810752: I tensorflow/core/common_runtime/function.cc:822] Graph After #nodes 8 #edges 10
  237. 2019-04-08 17:36:26.810772: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291630789760 } } }
  238. 2019-04-08 17:36:26.810786: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291596102976 } } }
  239. 2019-04-08 17:36:26.810787: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  240. 2019-04-08 17:36:26.810804: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  241. 2019-04-08 17:36:26.810826: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291630789760 } } }
  242. 2019-04-08 17:36:26.810838: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291596102912 } } }
  243. 2019-04-08 17:36:26.810841: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  244. 2019-04-08 17:36:26.810855: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  245. 2019-04-08 17:36:26.810901: I tensorflow/core/common_runtime/function.cc:826] ||
  246. 2019-04-08 17:36:26.810912: I tensorflow/core/common_runtime/function.cc:826] ||
  247. 2019-04-08 17:36:26.810913: I tensorflow/core/common_runtime/function.cc:826] || (n2:int64) -> (n5:int64) {
  248. 2019-04-08 17:36:26.810926: I tensorflow/core/common_runtime/function.cc:826] || (n2:int64) -> (n5:int64) {
  249. 2019-04-08 17:36:26.810940: I tensorflow/core/common_runtime/function.cc:826] || n3 = Const[dtype=int64, value=Tensor<type: int64 shape: [] values: 2>]()
  250. 2019-04-08 17:36:26.810953: I tensorflow/core/common_runtime/function.cc:826] || n3 = Const[dtype=int64, value=Tensor<type: int64 shape: [] values: 2>]()
  251. 2019-04-08 17:36:26.810967: I tensorflow/core/common_runtime/function.cc:826] || n4 = Cast[DstT=int64, SrcT=int64, Truncate=false](n3)
  252. 2019-04-08 17:36:26.810981: I tensorflow/core/common_runtime/function.cc:826] || n4 = Cast[DstT=int64, SrcT=int64, Truncate=false](n3)
  253. 2019-04-08 17:36:26.811020: I tensorflow/core/common_runtime/function.cc:826] || n7 = Const[dtype=int64, value=Tensor<type: int64 shape: [] values: 2>, device=CPU:0]()
  254. 2019-04-08 17:36:26.811038: I tensorflow/core/common_runtime/function.cc:826] || n7 = Const[dtype=int64, value=Tensor<type: int64 shape: [] values: 2>, device=CPU:0]()
  255. 2019-04-08 17:36:26.811074: I tensorflow/core/common_runtime/function.cc:826] || n5 = Mul[T=int64](n2, n7)
  256. 2019-04-08 17:36:26.811084: I tensorflow/core/common_runtime/function.cc:826] || n5 = Mul[T=int64](n2, n7)
  257. 2019-04-08 17:36:26.811101: I tensorflow/core/common_runtime/function.cc:826] || }
  258. 2019-04-08 17:36:26.811114: I tensorflow/core/common_runtime/function.cc:826] || }
  259. 2019-04-08 17:36:26.811128: I tensorflow/core/common_runtime/function.cc:826] ||
  260. 2019-04-08 17:36:26.811141: I tensorflow/core/common_runtime/function.cc:826] ||
  261. 2019-04-08 17:36:26.811160: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  262. 2019-04-08 17:36:26.811171: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  263. 2019-04-08 17:36:26.811191: I tensorflow/core/common_runtime/function.cc:1266] Removing dead nodes
  264. 2019-04-08 17:36:26.811201: I tensorflow/core/common_runtime/function.cc:1266] Removing dead nodes
  265. 2019-04-08 17:36:26.811206: I tensorflow/core/graph/algorithm.cc:216] Reverse reach init: y_RetVal
  266. 2019-04-08 17:36:26.811216: I tensorflow/core/graph/algorithm.cc:216] Reverse reach init: y_RetVal
  267. 2019-04-08 17:36:26.811229: I tensorflow/core/graph/algorithm.cc:216] Reverse reach init: x
  268. 2019-04-08 17:36:26.811247: I tensorflow/core/graph/algorithm.cc:216] Reverse reach init: _SINK
  269. 2019-04-08 17:36:26.811256: I tensorflow/core/graph/algorithm.cc:216] Reverse reach init: _SINK
  270. 2019-04-08 17:36:26.811269: I tensorflow/core/graph/algorithm.cc:216] Reverse reach init: x
  271. 2019-04-08 17:36:26.811283: I tensorflow/core/graph/algorithm.cc:216] Reverse reach init: _SOURCE
  272. 2019-04-08 17:36:26.811296: I tensorflow/core/graph/algorithm.cc:216] Reverse reach init: _SOURCE
  273. 2019-04-08 17:36:26.811310: I tensorflow/core/graph/algorithm.cc:225] Reverse reach : y_RetVal from y
  274. 2019-04-08 17:36:26.811323: I tensorflow/core/graph/algorithm.cc:225] Reverse reach : y_RetVal from y
  275. 2019-04-08 17:36:26.811351: I tensorflow/core/graph/algorithm.cc:225] Reverse reach : y from scale/_0__cf__0
  276. 2019-04-08 17:36:26.811363: I tensorflow/core/graph/algorithm.cc:225] Reverse reach : y from scale/_0__cf__1
  277. 2019-04-08 17:36:26.811381: I tensorflow/core/common_runtime/function.cc:822] Graph ConstFolding #nodes 6 #edges 8
  278. 2019-04-08 17:36:26.811393: I tensorflow/core/common_runtime/function.cc:822] Graph ConstFolding #nodes 6 #edges 8
  279. 2019-04-08 17:36:26.811423: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291629685440 } } }
  280. 2019-04-08 17:36:26.811431: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291596098048 } } }
  281. 2019-04-08 17:36:26.811460: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  282. 2019-04-08 17:36:26.811473: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  283. 2019-04-08 17:36:26.811499: I tensorflow/core/common_runtime/function.cc:826] ||
  284. 2019-04-08 17:36:26.811509: I tensorflow/core/common_runtime/function.cc:826] ||
  285. 2019-04-08 17:36:26.811511: I tensorflow/core/common_runtime/function.cc:826] || (n2:int64) -> (n5:int64) {
  286. 2019-04-08 17:36:26.811522: I tensorflow/core/common_runtime/function.cc:826] || (n2:int64) -> (n5:int64) {
  287. 2019-04-08 17:36:26.811536: I tensorflow/core/common_runtime/function.cc:826] || n7 = Const[dtype=int64, value=Tensor<type: int64 shape: [] values: 2>, device=CPU:0]()
  288. 2019-04-08 17:36:26.811548: I tensorflow/core/common_runtime/function.cc:826] || n7 = Const[dtype=int64, value=Tensor<type: int64 shape: [] values: 2>, device=CPU:0]()
  289. 2019-04-08 17:36:26.811561: I tensorflow/core/common_runtime/function.cc:826] || n5 = Mul[T=int64](n2, n7)
  290. 2019-04-08 17:36:26.811574: I tensorflow/core/common_runtime/function.cc:826] || n5 = Mul[T=int64](n2, n7)
  291. 2019-04-08 17:36:26.811587: I tensorflow/core/common_runtime/function.cc:826] || }
  292. 2019-04-08 17:36:26.811600: I tensorflow/core/common_runtime/function.cc:826] || }
  293. 2019-04-08 17:36:26.811613: I tensorflow/core/common_runtime/function.cc:826] ||
  294. 2019-04-08 17:36:26.811626: I tensorflow/core/common_runtime/function.cc:826] ||
  295. 2019-04-08 17:36:26.811653: I tensorflow/core/common_runtime/function.cc:1342] Removing list array converter
  296. 2019-04-08 17:36:26.811659: I tensorflow/core/common_runtime/function.cc:1342] Removing list array converter
  297. 2019-04-08 17:36:26.811670: I tensorflow/core/common_runtime/function.cc:822] Graph Before #nodes 6 #edges 8
  298. 2019-04-08 17:36:26.811683: I tensorflow/core/common_runtime/function.cc:822] Graph Before #nodes 6 #edges 8
  299. 2019-04-08 17:36:26.811710: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291629685440 } } }
  300. 2019-04-08 17:36:26.811720: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291596096960 } } }
  301. 2019-04-08 17:36:26.811726: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  302. 2019-04-08 17:36:26.811738: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  303. 2019-04-08 17:36:26.811761: I tensorflow/core/common_runtime/function.cc:826] ||
  304. 2019-04-08 17:36:26.811773: I tensorflow/core/common_runtime/function.cc:826] ||
  305. 2019-04-08 17:36:26.811773: I tensorflow/core/common_runtime/function.cc:826] || (n2:int64) -> (n5:int64) {
  306. 2019-04-08 17:36:26.811824: I tensorflow/core/common_runtime/function.cc:826] || (n2:int64) -> (n5:int64) {
  307. 2019-04-08 17:36:26.811838: I tensorflow/core/common_runtime/function.cc:826] || n7 = Const[dtype=int64, value=Tensor<type: int64 shape: [] values: 2>, device=CPU:0]()
  308. 2019-04-08 17:36:26.811870: I tensorflow/core/common_runtime/function.cc:826] || n7 = Const[dtype=int64, value=Tensor<type: int64 shape: [] values: 2>, device=CPU:0]()
  309. 2019-04-08 17:36:26.811884: I tensorflow/core/common_runtime/function.cc:826] || n5 = Mul[T=int64](n2, n7)
  310. 2019-04-08 17:36:26.811918: I tensorflow/core/common_runtime/function.cc:826] || n5 = Mul[T=int64](n2, n7)
  311. 2019-04-08 17:36:26.811933: I tensorflow/core/common_runtime/function.cc:826] || }
  312. 2019-04-08 17:36:26.811946: I tensorflow/core/common_runtime/function.cc:826] || }
  313. 2019-04-08 17:36:26.811959: I tensorflow/core/common_runtime/function.cc:826] ||
  314. 2019-04-08 17:36:26.811972: I tensorflow/core/common_runtime/function.cc:826] ||
  315. 2019-04-08 17:36:26.811993: I tensorflow/core/common_runtime/constant_folding.cc:587] No constant foldable nodes found
  316. 2019-04-08 17:36:26.812003: I tensorflow/core/common_runtime/constant_folding.cc:587] No constant foldable nodes found
  317. 2019-04-08 17:36:26.812027: I tensorflow/core/common_runtime/function.cc:822] Graph ReCopy #nodes 6 #edges 9
  318. 2019-04-08 17:36:26.812036: I tensorflow/core/common_runtime/function.cc:822] Graph ReCopy #nodes 6 #edges 9
  319. 2019-04-08 17:36:26.812060: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291630787072 } } }
  320. 2019-04-08 17:36:26.812074: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291596097920 } } }
  321. 2019-04-08 17:36:26.812076: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  322. 2019-04-08 17:36:26.812092: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  323. 2019-04-08 17:36:26.812117: I tensorflow/core/common_runtime/function.cc:826] ||
  324. 2019-04-08 17:36:26.812128: I tensorflow/core/common_runtime/function.cc:826] ||
  325. 2019-04-08 17:36:26.812129: I tensorflow/core/common_runtime/function.cc:826] || (n2:int64) -> (n3:int64) {
  326. 2019-04-08 17:36:26.812141: I tensorflow/core/common_runtime/function.cc:826] || (n2:int64) -> (n3:int64) {
  327. 2019-04-08 17:36:26.812155: I tensorflow/core/common_runtime/function.cc:826] || n5 = Const[dtype=int64, value=Tensor<type: int64 shape: [] values: 2>, device=CPU:0]()
  328. 2019-04-08 17:36:26.812167: I tensorflow/core/common_runtime/function.cc:826] || n5 = Const[dtype=int64, value=Tensor<type: int64 shape: [] values: 2>, device=CPU:0]()
  329. 2019-04-08 17:36:26.812181: I tensorflow/core/common_runtime/function.cc:826] || n3 = Mul[T=int64](n2, n5)
  330. 2019-04-08 17:36:26.812193: I tensorflow/core/common_runtime/function.cc:826] || n3 = Mul[T=int64](n2, n5)
  331. 2019-04-08 17:36:26.812206: I tensorflow/core/common_runtime/function.cc:826] || }
  332. 2019-04-08 17:36:26.812219: I tensorflow/core/common_runtime/function.cc:826] || }
  333. 2019-04-08 17:36:26.812231: I tensorflow/core/common_runtime/function.cc:826] ||
  334. 2019-04-08 17:36:26.812250: I tensorflow/core/common_runtime/function.cc:826] ||
  335. 2019-04-08 17:36:26.812285: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node _SOURCE}} = NoOp[]()
  336. 2019-04-08 17:36:26.812296: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node _SOURCE}} = NoOp[]()
  337. 2019-04-08 17:36:26.812305: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node _SINK}} = NoOp[]()
  338. 2019-04-08 17:36:26.812321: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node _SINK}} = NoOp[]()
  339. 2019-04-08 17:36:26.812332: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node x}} = _Arg[T=DT_INT64, index=0]()
  340. 2019-04-08 17:36:26.812340: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node x}} = _Arg[T=DT_INT64, index=0]()
  341. 2019-04-08 17:36:26.812359: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node y}} = Mul[T=DT_INT64](x, scale)
  342. 2019-04-08 17:36:26.812371: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node y}} = Mul[T=DT_INT64](x, scale)
  343. 2019-04-08 17:36:26.812411: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node y_RetVal}} = _Retval[T=DT_INT64, index=0](y)
  344. 2019-04-08 17:36:26.812414: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node y_RetVal}} = _Retval[T=DT_INT64, index=0](y)
  345. 2019-04-08 17:36:26.812443: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291630791872 } } }
  346. 2019-04-08 17:36:26.812455: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocator_name: "cpu" ptr: 140291629687424 } } }
  347. 2019-04-08 17:36:26.812459: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  348. 2019-04-08 17:36:26.812474: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocator_name: "cpu" }
  349. 2019-04-08 17:36:26.812486: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node scale/_0__cf__0}} = Const[dtype=DT_INT64, value=Tensor<type: int64 shape: [] values: 2>, _device="/job:localhost/replica:0/task:0/device:CPU:0"]()
  350. 2019-04-08 17:36:26.812500: I tensorflow/core/framework/op_kernel.cc:1269] Instantiating kernel for node: {{node scale/_0__cf__1}} = Const[dtype=DT_INT64, value=Tensor<type: int64 shape: [] values: 2>, _device="/job:localhost/replica:0/task:0/device:CPU:0"]()
  351. 2019-04-08 17:36:26.812528: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocated_bytes: 8 allocator_name: "cpu" allocation_id: 6 has_single_reference: true ptr: 140291630793216 } } }
  352. 2019-04-08 17:36:26.812539: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorAllocation { step_id: -6 kernel_name: "Unknown (from Proto)" tensor { dtype: DT_INT64 shape { } allocation_description { requested_bytes: 8 allocated_bytes: 8 allocator_name: "cpu" allocation_id: 7 has_single_reference: true ptr: 140291629688704 } } }
  353. 2019-04-08 17:36:26.812563: I tensorflow/core/framework/log_memory.cc:35] __LOG_MEMORY__ MemoryLogTensorDeallocation { allocation_id: 7 allocator_name: "cpu" }
  354. Terminated: 15
  355. -- Test timed out at 2019-04-08 17:37:26 UTC --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement