Searched refs:r_h (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/ops/ |
D | cudnn_rnn_ops.py | 592 w_i, w_r, w_h, r_i, r_r, r_h = cu_weights 599 array_ops.transpose(w_h), array_ops.transpose(r_h)) 612 W_ir, w_h, r_h = tf_weights 615 r_h = array_ops.transpose(r_h) 621 return w_i, w_r, w_h, r_i, r_r, r_h 649 W_ir, w_h, r_h = self._cudnn_to_tf_weights(*weights) 653 tf_weights.extend([W_ir, w_h, r_h])
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 47 img->r_h = yv12->render_height; in yuvconfig2image() 90 yv12->render_height = img->r_h; in image2yuvconfig()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_image.h | 104 unsigned int r_h; /**< Intended rendering image height */ member
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 210 img->d_h = img->r_h = yv12->y_height; in yuvconfig2image()
|