HomeSort by relevance Sort by last modified time
    Searched refs:r_t (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Index/
get-cursor.c 13 } r_t; typedef in typeref:union:__anon17494
16 r_t reg;
annotate-tokens.c 64 } r_t; typedef in typeref:union:__anon17487
67 r_t reg;
  /external/tensorflow/tensorflow/contrib/cudnn_rnn/python/ops/
cudnn_rnn_ops.py 92 $$r_t = \sigma(x_t * W_r + h_t-1 * R_h + b_{Wr} + b_{Rr})$$
96 $$h'_t = tanh(x_t * W_h + r_t .* (h_t-1 * R_h + b_{Rh}) + b_{Wh})$$
103 \\(h'_t = tanh(x_t * W_h + (r_t .* h_t-1) * R_h + b_{Wh})\\)
    [all...]

Completed in 1744 milliseconds