Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/rnn/python/ops/
Dlstm_ops.py53 cell_clip=None, argument
153 cell_clip=None, argument
351 cell_clip=None, argument
603 cell_clip=None, argument
Drnn_cell.py340 cell_clip=None, argument
519 cell_clip=None, argument
979 cell_clip=None, argument
2501 cell_clip=None, argument
2847 cell_clip=None, argument
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
Dlstm_ops_test.py107 def blocks_match(sess, use_peephole, dtype=dtypes.float32, cell_clip=None): argument
406 cell_clip=None, argument
/external/tensorflow/tensorflow/contrib/model_pruning/python/layers/
Drnn_cells.py183 cell_clip=None, argument
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/
Drnn_cell.py193 cell_clip=None, argument
/external/tensorflow/tensorflow/contrib/rnn/kernels/
Dlstm_ops_gpu.cu.cc89 const float forget_bias, const float cell_clip, in lstm_gates()
224 const float cell_clip, bool use_peephole, typename TTypes<T>::ConstMatrix x, in LSTMBlockCellFpropWithCUDA()
Dlstm_ops.cc47 const float forget_bias, const float cell_clip, bool use_peephole, in LSTMBlockCellFpropWithEigen()
/external/tensorflow/tensorflow/lite/kernels/
Dlstm_test.cc39 bool use_projection_bias, float cell_clip, float proj_clip, in LSTMOpModel()
274 float cell_clip, float proj_clip, in HybridLSTMOpModel()
1636 float cell_clip, float proj_clip, in LayerNormLSTMOpModel()
1650 bool use_projection_bias, float cell_clip, in HybridLayerNormLSTMOpModel()
Doptional_tensor_test.cc35 bool use_projection_bias, float cell_clip, float proj_clip, in LSTMOpModel()
Dunidirectional_sequence_lstm_test.cc37 bool use_projection_bias, float cell_clip, in UnidirectionalLSTMOpModel()
245 bool use_projection_weights, bool use_projection_bias, float cell_clip, in HybridUnidirectionalLSTMOpModel()
Dbidirectional_sequence_lstm_test.cc41 bool use_aux_input, float cell_clip, float proj_clip, in BidirectionalLSTMOpModel()
/external/tensorflow/tensorflow/lite/c/
Dbuiltin_op_data.h198 float cell_clip; member
209 float cell_clip; member
220 float cell_clip; member
/external/tensorflow/tensorflow/python/ops/
Drnn_cell_impl.py832 use_peepholes=False, cell_clip=None, argument
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc2261 bool use_projection_bias, float cell_clip, float proj_clip, in LSTMOpModel()