コード例 #1
0
 def clone(self, cloned_inputs):
     arg = cloned_inputs[0]
     map_if_possible(arg)
     return _DebugNode(arg, self.debug_state, self._in,self._out, self._exit)
コード例 #2
0
ファイル: debug.py プロジェクト: OlegBoulanov/CNTK
 def clone(self, cloned_inputs):
     arg = cloned_inputs[0]
     map_if_possible(arg)
     return _DebugNode(arg, self.debug_state, self._in,self._out, self._exit)