MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Compute

Method Compute

tensorflow/contrib/recurrent/python/ops/recurrent.py:601–606  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

599 return math_ops.reduce_max(array_ops.shape(nest.flatten(inputs)[0])[0])
600
601 def Compute(self):
602 return _Pack(
603 self._forward(*_Flatten([
604 self._theta, self._state, self._inputs, self._max_input_length,
605 self._extras
606 ])), [self._state, self._state, self._extras])[:2]
607
608
609def _GetCellGrad(cell_fn, cell_grad):

Callers 1

RecurrentFunction · 0.45

Calls 3

_PackFunction · 0.85
_FlattenFunction · 0.70
_forwardMethod · 0.45

Tested by

no test coverage detected