Home
last modified time | relevance | path

Searched refs:_cell_clip (Results 1 – 11 of 11) sorted by relevance

/external/ComputeLibrary/arm_compute/runtime/common/
DLSTMParams.h53 _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/
Drnn_cell_impl.py940 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/
DNELSTMLayer.h184 NEActivationLayer _cell_clip; variable
DNEQLSTMLayer.h310 NEActivationLayer _cell_clip; variable
/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLLSTMLayer.h247 CLActivationLayer _cell_clip; variable
DCLQLSTMLayer.h353 CLActivationLayer _cell_clip{};
/external/ComputeLibrary/src/runtime/NEON/functions/
DNELSTMLayer.cpp44 …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()
DNEQLSTMLayer.cpp164 _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/
DCLLSTMLayer.cpp45 …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()
DCLQLSTMLayer.cpp454_cell_clip.configure(compile_context, cell_state_out, nullptr, ActivationLayerInfo(ActivationLayer… in configure()
1046 _cell_clip.run(); in run()
/external/tensorflow/tensorflow/lite/schema/
Dschema_generated.h14245 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,