Home
last modified time | relevance | path

Searched refs:_AssertIsCompatible (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/recurrent/python/ops/
Drecurrent.py61 def _AssertIsCompatible(a, b): function
343 _AssertIsCompatible(state1, self._state)
344 _AssertIsCompatible(extras, self._extras)
467 _AssertIsCompatible(dtheta, self._theta)
468 _AssertIsCompatible(dstate0, self._state)
469 _AssertIsCompatible(dinputs, self._inputs)
730 _AssertIsCompatible(extras, actual)