Home
last modified time | relevance | path

Searched refs:TFLiteLSTMCell (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/examples/lstm/
Dunidirectional_sequence_lstm_test.py58 tf.lite.experimental.nn.TFLiteLSTMCell(
60 tf.lite.experimental.nn.TFLiteLSTMCell(
62 tf.lite.experimental.nn.TFLiteLSTMCell(
68 tf.lite.experimental.nn.TFLiteLSTMCell(
Dbidirectional_sequence_lstm_test.py59 tf.lite.experimental.nn.TFLiteLSTMCell(
61 tf.lite.experimental.nn.TFLiteLSTMCell(
63 tf.lite.experimental.nn.TFLiteLSTMCell(
69 tf.lite.experimental.nn.TFLiteLSTMCell(
Drnn_cell.py160 class TFLiteLSTMCell(rnn_cell_impl.LayerRNNCell): class
241 super(TFLiteLSTMCell, self).__init__(_reuse=reuse, name=name, dtype=dtype)
527 base_config = super(TFLiteLSTMCell, self).get_config()
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/g3doc/
DREADME.md38 `tf.lite.experimental.nn.TFLiteLSTMCell` in training phase, and replacing
42 Both `tf.lite.experimental.nn.TFLiteLSTMCell` &
73 # Note here, we use `tf.lite.experimental.nn.TFLiteLSTMCell`.
75 + tf.lite.experimental.nn.TFLiteLSTMCell(
185 # Note here, we use `tf.lite.experimental.nn.TFLiteLSTMCell`
187 tf.lite.experimental.nn.TFLiteLSTMCell(
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.lite.experimental.nn.pbtxt4 name: "TFLiteLSTMCell"
Dtensorflow.lite.experimental.nn.-t-f-lite-l-s-t-m-cell.pbtxt1 path: "tensorflow.lite.experimental.nn.TFLiteLSTMCell"
3 is_instance: "<class \'tensorflow.lite.experimental.examples.lstm.rnn_cell.TFLiteLSTMCell\'>"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.lite.experimental.nn.pbtxt4 name: "TFLiteLSTMCell"
Dtensorflow.lite.experimental.nn.-t-f-lite-l-s-t-m-cell.pbtxt1 path: "tensorflow.lite.experimental.nn.TFLiteLSTMCell"
3 is_instance: "<class \'tensorflow.lite.experimental.examples.lstm.rnn_cell.TFLiteLSTMCell\'>"
/external/tensorflow/tensorflow/lite/python/
Dlite.py28 from tensorflow.lite.experimental.examples.lstm.rnn_cell import TFLiteLSTMCell # pylint: disable=u…
/external/tensorflow/tensorflow/lite/testing/
Dgenerate_examples.py4385 lstm_cell = tf.lite.experimental.nn.TFLiteLSTMCell(
4397 lstm_cell = tf.lite.experimental.nn.TFLiteLSTMCell(