Searched refs:wrapped_cell (Results 1 – 4 of 4) sorted by relevance
99 name: "wrapped_cell"
108 name: "wrapped_cell"
2870 wrapped_cell = wrapper_type(cell, "/cpu:0")2871 (name, dep), = wrapped_cell._checkpoint_dependencies2872 wrapped_cell.get_config() # Should not throw an error2876 outputs, _ = wrapped_cell(x, m)2979 wrapped_cell = wrapper(rnn_cell_impl.BasicRNNCell(1))2980 self.assertFalse(wrapped_cell._keras_style)3107 self.assertEqual(wrapper.wrapped_cell, cell)
1336 def wrapped_cell(self): member in DropoutWrapperBase