Searched refs:_cell_clip (Results 1 – 11 of 11) sorted by relevance
/external/ComputeLibrary/arm_compute/runtime/common/ |
D | LSTMParams.h | 53 _cell_clip(0.f), in LSTMParams() 147 _cell_clip = cell_clip; in set_cell_clip_params() 257 return _cell_clip; in cell_clip() 328 float _cell_clip; variable
|
/external/tensorflow/tensorflow/python/keras/layers/legacy_rnn/ |
D | rnn_cell_impl.py | 940 self._cell_clip = cell_clip 1072 if self._cell_clip is not None: 1074 c = clip_ops.clip_by_value(c, -self._cell_clip, self._cell_clip) 1098 "cell_clip": self._cell_clip,
|
/external/ComputeLibrary/arm_compute/runtime/NEON/functions/ |
D | NELSTMLayer.h | 184 NEActivationLayer _cell_clip; variable
|
D | NEQLSTMLayer.h | 310 NEActivationLayer _cell_clip; variable
|
/external/ComputeLibrary/arm_compute/runtime/CL/functions/ |
D | CLLSTMLayer.h | 247 CLActivationLayer _cell_clip; variable
|
D | CLQLSTMLayer.h | 353 CLActivationLayer _cell_clip{};
|
/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NELSTMLayer.cpp | 44 …cell_state2(), _pixelwise_mul_cell_state1(), _activation_cell_state(), _cell_clip(), _pixelwise_mu… in NELSTMLayer() 266 …_cell_clip.configure(&_cell_state_out1, nullptr, ActivationLayerInfo(ActivationLayerInfo::Activati… in configure() 676 _cell_clip.run(); in run()
|
D | NEQLSTMLayer.cpp | 164 _cell_clip(), in NEQLSTMLayer() 529 …_cell_clip.configure(cell_state_out, nullptr, ActivationLayerInfo(ActivationLayerInfo::ActivationF… in configure() 1147 _cell_clip.run(); in run()
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLLSTMLayer.cpp | 45 …ate1(), _accum_cell_state2(), _pixelwise_mul_cell_state1(), _activation_cell_state(), _cell_clip(), in CLLSTMLayer() 289 …_cell_clip.configure(compile_context, &_cell_state_out1, nullptr, ActivationLayerInfo(ActivationLa… in configure() 700 _cell_clip.run(); in run()
|
D | CLQLSTMLayer.cpp | 454 …_cell_clip.configure(compile_context, cell_state_out, nullptr, ActivationLayerInfo(ActivationLayer… in configure() 1046 _cell_clip.run(); in run()
|
/external/tensorflow/tensorflow/lite/schema/ |
D | schema_generated.h | 14245 auto _cell_clip = _o->cell_clip; 14252 _cell_clip, 14283 auto _cell_clip = _o->cell_clip; 14290 _cell_clip, 14322 auto _cell_clip = _o->cell_clip; 14330 _cell_clip,
|