Home
last modified time | relevance | path

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

/external/ComputeLibrary/arm_compute/runtime/common/
DLSTMParams.h145 LSTMParams &set_cell_clip_params(float cell_clip) in set_cell_clip_params()
255 float cell_clip() const in cell_clip() function
/external/tensorflow/tensorflow/core/kernels/rnn/
Dlstm_ops_gpu.cu.cc88 const float forget_bias, const float cell_clip, in lstm_gates()
229 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/ComputeLibrary/examples/
Dgraph_deepspeech_v0_4_1.cpp77 const float cell_clip = 20.f; in do_setup() local
/external/tensorflow/tensorflow/lite/kernels/
Doptional_tensor_test.cc33 bool use_projection_bias, float cell_clip, float proj_clip, in LSTMOpModel()
Dunidirectional_sequence_lstm_test.cc38 bool use_projection_weights, bool use_projection_bias, float cell_clip, in HybridUnidirectionalLSTMOpModel()
2220 bool use_projection_weights, bool use_projection_bias, float cell_clip, in LayerNormUnidirectionalLSTMOpModel()
Dlstm.cc147 const float cell_clip = params->cell_clip; in PopulateQuantizedLstmParams8x8_16() local
809 const float cell_clip = params->cell_clip; in PopulateQuantizedLstmParams8x8_8() local
Dunidirectional_sequence_lstm.cc55 const float cell_clip = params->cell_clip; in PopulateQuantizedLstmParams8x8_16() local
Dbidirectional_sequence_lstm_test.cc36 bool use_aux_input, float cell_clip, float proj_clip, in BidirectionalLSTMOpModel()
Dlstm_test.cc2132 float cell_clip, float proj_clip, in HybridSparseLSTMOpModel()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dlstm_parser.cc276 Value* cell_gate, float cell_clip, in BuildCellStateUpdate()
/external/tensorflow/tensorflow/lite/c/
Dbuiltin_op_data.h267 float cell_clip; member
281 float cell_clip; member
295 float cell_clip; member
/external/tensorflow/tensorflow/python/keras/layers/legacy_rnn/
Drnn_cell_impl.py861 cell_clip=None, argument
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/
Dlstm.json221 "cell_clip": 50.0 number
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc3171 bool use_projection_bias, float cell_clip, float proj_clip, in LSTMOpModel()