/external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
D | lstm_ops.py | 51 wco=None, argument 124 wco = wci 134 wco=wco, 151 wco=None, argument 210 wco = wci 221 wco=wco, 241 (x, cs_prev, h_prev, w, wci, wcf, wco, b) = op.inputs 263 wco, 301 seq_len_max, x, cs_prev, h_prev, w, wci, wcf, wco, b = op.inputs 316 wco, [all …]
|
/external/tensorflow/tensorflow/contrib/rnn/kernels/ |
D | lstm_ops_gpu.cu.cc | 87 const T* wci, const T* wcf, const T* wco, T* o, T* h, in lstm_gates() argument 183 cs_local * wco[act_id]); in lstm_gates() 228 typename TTypes<T>::ConstVec wco, typename TTypes<T>::ConstVec b, in LSTMBlockCellFpropWithCUDA() argument 268 wco.data(), o.data(), h.data(), ci.data(), cs.data(), co.data(), in LSTMBlockCellFpropWithCUDA() 274 wco.data(), o.data(), h.data(), ci.data(), cs.data(), co.data(), in LSTMBlockCellFpropWithCUDA() 286 const T* wco, // [cell_size] in lstm_gates_bprop() argument 329 dcs_local += do_local * wco[act_id]; in lstm_gates_bprop() 362 typename TTypes<T>::ConstVec wco, typename TTypes<T>::ConstVec b, in LSTMBlockCellBpropWithCUDA() argument 383 wco.data(), b.data(), i.data(), cs.data(), f.data(), o.data(), ci.data(), in LSTMBlockCellBpropWithCUDA() 417 typename TTypes<T>::ConstVec wcf, typename TTypes<T>::ConstVec wco, \ [all …]
|
D | lstm_ops.h | 164 typename TTypes<T>::ConstVec wco, 187 typename TTypes<T>::ConstVec wco, typename TTypes<T>::ConstVec b, 212 typename TTypes<T>::ConstVec wco, typename TTypes<T>::ConstVec b, in operator() 237 dcs + do_ * wco.reshape(p_shape).broadcast(p_broadcast_shape); in operator()
|
D | lstm_ops.cc | 51 typename TTypes<T>::ConstVec wco, typename TTypes<T>::ConstVec b, in LSTMBlockCellFpropWithEigen() argument 112 auto o_peep = cs * wco.reshape(p_shape).broadcast(p_broadcast_shape); in LSTMBlockCellFpropWithEigen() 132 typename TTypes<T>::ConstVec wco, typename TTypes<T>::ConstVec b, in LSTMBlockCellBpropWithEigen() argument 153 dcs + do_ * wco.reshape(p_shape).broadcast(p_broadcast_shape); in LSTMBlockCellBpropWithEigen() 190 typename TTypes<T>::ConstVec wcf, typename TTypes<T>::ConstVec wco, \ 198 h_prev, w, wci, wcf, wco, b, xh, i, cs, f, o, ci, co, icfo, h); \ 207 typename TTypes<T>::ConstVec wcf, typename TTypes<T>::ConstVec wco, \ 221 *this, ctx, d, use_peephole, x, cs_prev, h_prev, w, wci, wcf, wco, b, \ 392 typename TTypes<T>::ConstVec wcf, typename TTypes<T>::ConstVec wco, \ 678 typename TTypes<T>::ConstVec wcf, typename TTypes<T>::ConstVec wco, \ [all …]
|
/external/tensorflow/tensorflow/contrib/rnn/ops/ |
D | lstm_ops.cc | 293 ShapeHandle x, cs_prev, h_prev, w, wci, wco, wcf, b; in __anon4050c6010402() local 299 TF_RETURN_IF_ERROR(c->WithRank(c->input(6), 1, &wco)); in __anon4050c6010402() 308 c->set_output(5, wco); in __anon4050c6010402()
|
/external/icu/icu4c/source/data/translit/ |
D | Latin_InterIndic.txt | 29 $wco=\uE011; # LETTER CANDRA O 220 o\u0306→$wco; 345 $virama''o\u0306→$wco; 364 ''o\u0306→$wco;
|
D | InterIndic_Latin.txt | 28 $wco=\uE011; # LETTER CANDRA O 403 $wco} $x → o\u0306\u0314; 424 $vowels{$wco → ''o\u0306; 444 $wco → o\u0306;
|
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/ |
D | lstm_ops_test.py | 130 wco = variable_scope.get_variable( 161 wco=wco, 185 xs += [wci, wcf, wco] 194 xs += [wci, wcf, wco]
|