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

Method _cell

tensorflow/python/kernel_tests/rnn_cell_test.py:525–530  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

523 })
524
525 def _cell(i):
526 return rnn_cell.LSTMCell(
527 num_units + i,
528 use_peepholes=False,
529 initializer=initializer,
530 state_is_tuple=True)
531
532 # This creates a state tuple which has 4 sub-tuples of length 2 each.
533 cell = rnn_cell.MultiRNNCell(

Callers 13

stepMethod · 0.80
callMethod · 0.80
stepMethod · 0.80
callMethod · 0.80
callMethod · 0.80
callMethod · 0.80
callMethod · 0.80
__call__Method · 0.80
__call__Method · 0.80
__call__Method · 0.80
callMethod · 0.80
callMethod · 0.80

Calls 1

LSTMCellMethod · 0.80

Tested by

no test coverage detected