Home
last modified time | relevance | path

Searched defs:c_tm1 (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/layers/
H A Drecurrent.py2400 def _compute_carry_and_output(self, x, h_tm1, c_tm1): argument
2414 def _compute_carry_and_output_fused(self, z, c_tm1): argument
2621 def _compute_carry_and_output(self, x, h_tm1, c_tm1): argument
2637 def _compute_carry_and_output_fused(self, z, c_tm1): argument