Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/layers/
H A Drecurrent.py3028 def _caching_device(rnn_cell): argument
3077 def _config_for_enable_caching_device(rnn_cell): argument
/aosp_15_r20/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp1079 RNN rnn_cell(operation, operands); in executeOperation() local
/aosp_15_r20/external/pytorch/torch/_decomp/
H A Ddecompositions.py3044 def rnn_cell(nonlinearity): function