Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/rnn/python/ops/
Dlstm_ops.py50 wcf=None, argument
123 wcf = wci
133 wcf=wcf,
150 wcf=None, argument
209 wcf = wci
220 wcf=wcf,
241 (x, cs_prev, h_prev, w, wci, wcf, wco, b) = op.inputs
262 wcf,
301 seq_len_max, x, cs_prev, h_prev, w, wci, wcf, wco, b = op.inputs
315 wcf,
[all …]
/external/tensorflow/tensorflow/contrib/rnn/kernels/
Dlstm_ops_gpu.cu.cc87 const T* wci, const T* wcf, const T* wco, T* o, T* h, in lstm_gates() argument
164 forget_bias_t + cs_prev[cid] * wcf[act_id]); in lstm_gates()
227 typename TTypes<T>::ConstVec wci, typename TTypes<T>::ConstVec wcf, in LSTMBlockCellFpropWithCUDA() argument
267 icfo.data(), b.data(), cs_prev.data(), wci.data(), wcf.data(), in LSTMBlockCellFpropWithCUDA()
273 icfo.data(), b.data(), cs_prev.data(), wci.data(), wcf.data(), in LSTMBlockCellFpropWithCUDA()
285 const T* wcf, // [cell_size] in lstm_gates_bprop() argument
352 cs_prev_grad[cid] += di_local * wci[act_id] + df_local * wcf[act_id]; in lstm_gates_bprop()
361 typename TTypes<T>::ConstVec wci, typename TTypes<T>::ConstVec wcf, in LSTMBlockCellBpropWithCUDA() argument
382 cs_prev.data(), h_prev.data(), w.data(), wci.data(), wcf.data(), in LSTMBlockCellBpropWithCUDA()
393 df * wcf.reshape(p_shape).broadcast(p_broadcast_shape); in LSTMBlockCellBpropWithCUDA()
[all …]
Dlstm_ops.h163 typename TTypes<T>::ConstVec wcf,
186 typename TTypes<T>::ConstVec wci, typename TTypes<T>::ConstVec wcf,
211 typename TTypes<T>::ConstVec wci, typename TTypes<T>::ConstVec wcf, in operator()
259 df * wcf.reshape(p_shape).broadcast(p_broadcast_shape); in operator()
Dlstm_ops.cc50 typename TTypes<T>::ConstVec wci, typename TTypes<T>::ConstVec wcf, in LSTMBlockCellFpropWithEigen() argument
89 auto f_peep = cs_prev * wcf.reshape(p_shape).broadcast(p_broadcast_shape); in LSTMBlockCellFpropWithEigen()
131 typename TTypes<T>::ConstVec wci, typename TTypes<T>::ConstVec wcf, in LSTMBlockCellBpropWithEigen() argument
174 df * wcf.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/icu/icu4c/source/test/intltest/
Dwinnmtst.cpp316 NumberFormat *wcf = NumberFormat::createCurrencyInstance(ulocale, status); in testLocales() local
319 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log); in testLocales()
327 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log); in testLocales()
334 delete wcf; in testLocales()
/external/tensorflow/tensorflow/contrib/rnn/ops/
Dlstm_ops.cc293 ShapeHandle x, cs_prev, h_prev, w, wci, wco, wcf, b; in __anon4050c6010402() local
300 TF_RETURN_IF_ERROR(c->WithRank(c->input(7), 1, &wcf)); in __anon4050c6010402()
309 c->set_output(6, wcf); in __anon4050c6010402()
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
Dlstm_ops_test.py128 wcf = variable_scope.get_variable(
160 wcf=wcf,
185 xs += [wci, wcf, wco]
194 xs += [wci, wcf, wco]
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D93732555e24226250c29e3d7667cccfb.0001b8c3.honggfuzz.cov205 …�h��m��-�yD��['�bV`f[�E�,��؋�����t���V%� �p�#�<���;s�K3%����}���Mq��wcf�ll�7c��W���&{���_�…
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D93732555e24226250c29e3d7667cccfb.0001b8c3.honggfuzz.cov205 …�h��m��-�yD��['�bV`f[�E�,��؋�����t���V%� �p�#�<���;s�K3%����}���Mq��wcf�ll�7c��W���&{���_�…
/external/sqlite/dist/orig/
Dsqlite3.c106979 u16 wcf = WHERE_ONEPASS_DESIRED|WHERE_DUPLICATES_OK|WHERE_SEEK_TABLE;
106981 wcf |= (bComplex ? 0 : WHERE_ONEPASS_MULTIROW);
107009 pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere, 0, 0, wcf, iTabCur+1);
/external/sqlite/dist/
Dsqlite3.c106995 u16 wcf = WHERE_ONEPASS_DESIRED|WHERE_DUPLICATES_OK|WHERE_SEEK_TABLE;
106997 wcf |= (bComplex ? 0 : WHERE_ONEPASS_MULTIROW);
107025 pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere, 0, 0, wcf, iTabCur+1);