/external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
D | lstm_ops.py | 53 cell_clip=None, argument 153 cell_clip=None, argument 351 cell_clip=None, argument 603 cell_clip=None, argument
|
D | rnn_cell.py | 340 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/ |
D | lstm_ops_test.py | 107 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/ |
D | rnn_cells.py | 183 cell_clip=None, argument
|
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/ |
D | rnn_cell.py | 193 cell_clip=None, argument
|
/external/tensorflow/tensorflow/contrib/rnn/kernels/ |
D | lstm_ops_gpu.cu.cc | 89 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()
|
D | lstm_ops.cc | 47 const float forget_bias, const float cell_clip, bool use_peephole, in LSTMBlockCellFpropWithEigen()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_test.cc | 39 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()
|
D | optional_tensor_test.cc | 35 bool use_projection_bias, float cell_clip, float proj_clip, in LSTMOpModel()
|
D | unidirectional_sequence_lstm_test.cc | 37 bool use_projection_bias, float cell_clip, in UnidirectionalLSTMOpModel() 245 bool use_projection_weights, bool use_projection_bias, float cell_clip, in HybridUnidirectionalLSTMOpModel()
|
D | bidirectional_sequence_lstm_test.cc | 41 bool use_aux_input, float cell_clip, float proj_clip, in BidirectionalLSTMOpModel()
|
/external/tensorflow/tensorflow/lite/c/ |
D | builtin_op_data.h | 198 float cell_clip; member 209 float cell_clip; member 220 float cell_clip; member
|
/external/tensorflow/tensorflow/python/ops/ |
D | rnn_cell_impl.py | 832 use_peepholes=False, cell_clip=None, argument
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate_test.cc | 2261 bool use_projection_bias, float cell_clip, float proj_clip, in LSTMOpModel()
|