Home
last modified time | relevance | path

Searched refs:LSTMBlockCell (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/rnn/
Dlstm_ops.h104 struct LSTMBlockCell { struct
105 LSTMBlockCell(const int batch_size, const int input_size, const int cell_size) in LSTMBlockCell() argument
163 struct LSTMBlockCellFprop : public LSTMBlockCell { argument
166 : LSTMBlockCell(batch_size, input_size, cell_size) {} in LSTMBlockCellFprop()
188 struct LSTMBlockCellBprop : public LSTMBlockCell {
191 : LSTMBlockCell(batch_size, input_size, cell_size) {} in LSTMBlockCellBprop()
213 struct BlockLSTMBprop : public LSTMBlockCell {
216 : LSTMBlockCell(batch_size, input_size, cell_size) {} in BlockLSTMBprop()
Dlstm_ops.cc46 const LSTMBlockCell& cell, OpKernelContext* ctx, const CPUDevice& d, in LSTMBlockCellFpropWithEigen()
131 const LSTMBlockCell& cell, OpKernelContext* ctx, const Device& d, in LSTMBlockCellBpropWithEigen()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BlockLSTMV2.pbtxt115 This is equivalent to applying LSTMBlockCell in a loop, like so:
132 Note that unlike LSTMBlockCell (and BlockLSTM) which uses ICFO gate layout,
Dapi_def_LSTMBlockCell.pbtxt2 graph_op_name: "LSTMBlockCell"
Dapi_def_LSTMBlockCellGrad.pbtxt138 This implementation is to be used in conjunction of LSTMBlockCell.
Dapi_def_BlockLSTM.pbtxt121 This is equivalent to applying LSTMBlockCell in a loop, like so:
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DLSTMBlockCell.pbtxt2 name: "LSTMBlockCell"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DLSTMBlockCell.pbtxt2 name: "LSTMBlockCell"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt2080 name: "LSTMBlockCell"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt2080 name: "LSTMBlockCell"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go43922 func LSTMBlockCell(scope *Scope, x tf.Output, cs_prev tf.Output, h_prev tf.Output, w tf.Output, wci… func
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt20711 name: "LSTMBlockCell"