Home
last modified time | relevance | path

Searched refs:wco (Results 1 – 25 of 30) sorted by relevance

12

/external/tensorflow/tensorflow/python/ops/
Drnn_grad.py26 seq_len_max, x, cs_prev, h_prev, w, wci, wcf, wco, b = op.inputs
38 wco=wco,
Drnn_grad_test.py94 wco=w_peephole,
107 wco=w_peephole,
133 wco=w_peephole,
/external/tensorflow/tensorflow/core/kernels/rnn/
Dlstm_ops_gpu.cu.cc86 const T* wci, const T* wcf, const T* wco, T* o, T* h, in lstm_gates() argument
187 b[3 * cell_size + act_id] + cs_local * wco[act_id]); in lstm_gates()
233 typename TTypes<T>::ConstVec wco, typename TTypes<T>::ConstVec b, in LSTMBlockCellFpropWithCUDA() argument
273 wcf.data(), wco.data(), o.data(), h.data(), ci.data(), cs.data(), in LSTMBlockCellFpropWithCUDA()
280 wcf.data(), wco.data(), o.data(), h.data(), ci.data(), cs.data(), in LSTMBlockCellFpropWithCUDA()
293 const T* wco, // [cell_size] in lstm_gates_bprop() argument
336 dcs_local += do_local * wco[act_id]; in lstm_gates_bprop()
369 typename TTypes<T>::ConstVec wco, typename TTypes<T>::ConstVec b, in LSTMBlockCellBpropWithCUDA() argument
390 wco.data(), b.data(), i.data(), cs.data(), f.data(), o.data(), ci.data(), in LSTMBlockCellBpropWithCUDA()
419 typename TTypes<T>::ConstVec wcf, typename TTypes<T>::ConstVec wco, \
[all …]
Dlstm_ops.h176 typename TTypes<T>::ConstVec wco,
199 typename TTypes<T>::ConstVec wco, typename TTypes<T>::ConstVec b,
224 typename TTypes<T>::ConstVec wco, typename TTypes<T>::ConstVec b, in operator()
250 dcs + do_ * wco.reshape(p_shape).broadcast(p_broadcast_shape); in operator()
Dlstm_ops.cc51 typename TTypes<T>::ConstVec wco, typename TTypes<T>::ConstVec b, in LSTMBlockCellFpropWithEigen() argument
116 auto o_peep = cs * wco.reshape(p_shape).broadcast(p_broadcast_shape); in LSTMBlockCellFpropWithEigen()
136 typename TTypes<T>::ConstVec wco, typename TTypes<T>::ConstVec b, in LSTMBlockCellBpropWithEigen() argument
157 dcs + do_ * wco.reshape(p_shape).broadcast(p_broadcast_shape); in LSTMBlockCellBpropWithEigen()
197 typename TTypes<T>::ConstVec wcf, typename TTypes<T>::ConstVec wco, \
205 h_prev, w, wci, wcf, wco, b, xh, i, cs, f, o, ci, co, gates, h); \
215 typename TTypes<T>::ConstVec wcf, typename TTypes<T>::ConstVec wco, \
229 *this, ctx, d, use_peephole, x, cs_prev, h_prev, w, wci, wcf, wco, b, \
257 typename TTypes<T>::ConstVec wcf, typename TTypes<T>::ConstVec wco, \
270 typename TTypes<T>::ConstVec wcf, typename TTypes<T>::ConstVec wco, \
[all …]
/external/tensorflow/tensorflow/core/ops/
Drnn_ops.cc271 ShapeHandle x, cs_prev, h_prev, w, wci, wco, wcf, b; in __anon652ace880702() local
277 TF_RETURN_IF_ERROR(c->WithRank(c->input(6), 1, &wco)); in __anon652ace880702()
286 c->set_output(5, wco); in __anon652ace880702()
323 ShapeHandle x, cs_prev, h_prev, w, wci, wco, wcf, b; in __anon652ace880802() local
329 TF_RETURN_IF_ERROR(c->WithRank(c->input(6), 1, &wco)); in __anon652ace880802()
338 c->set_output(5, wco); in __anon652ace880802()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_LSTMBlockCell.pbtxt41 name: "wco"
125 wci = wcf = wco = 0
134 o = sigmoid(cs * wco + o)
Dapi_def_LSTMBlockCellGrad.pbtxt41 name: "wco"
127 The gradient for wco to be back-propped.
Dapi_def_BlockLSTM.pbtxt48 name: "wco"
126 x1, cs_prev, h_prev, w, wci, wcf, wco, b)
Dapi_def_BlockLSTMGradV2.pbtxt48 name: "wco"
152 The gradient for wco to be back-propped.
Dapi_def_BlockLSTMGrad.pbtxt48 name: "wco"
152 The gradient for wco to be back-propped.
Dapi_def_BlockLSTMV2.pbtxt48 name: "wco"
120 x1, cs_prev, h_prev, w, wci, wcf, wco, b)
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DLSTMBlockCell.pbtxt28 name: "wco"
DBlockLSTMV2.pbtxt32 name: "wco"
DBlockLSTM.pbtxt32 name: "wco"
DLSTMBlockCellGrad.pbtxt28 name: "wco"
DBlockLSTMGrad.pbtxt32 name: "wco"
DBlockLSTMGradV2.pbtxt32 name: "wco"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DLSTMBlockCell.pbtxt28 name: "wco"
DBlockLSTMV2.pbtxt32 name: "wco"
DBlockLSTM.pbtxt32 name: "wco"
DLSTMBlockCellGrad.pbtxt28 name: "wco"
DBlockLSTMGrad.pbtxt32 name: "wco"
DBlockLSTMGradV2.pbtxt32 name: "wco"
/external/icu/icu4c/source/data/translit/
DLatin_InterIndic.txt30 $wco=\uE011; # LETTER CANDRA O
221 o\u0306→$wco;
346 $virama''o\u0306→$wco;
365 ''o\u0306→$wco;

12