Searched refs:h_depth (Results 1 – 3 of 3) sorted by relevance
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/tf_lstm_ops/xsmm_lstm/ |
H A D | __init__.py | 337 h_depth = self._num_units 338 C = input_depth + h_depth 344 shape=[input_depth + h_depth, 4 * self._num_units]) 359 BK = 64 if h_depth % 64 == 0 else h_depth 360 W, R = tf.split(self._kernel, [input_depth, h_depth], 0) 362 R, RT = block_transpose(R, h_depth, BK, K, BK)
|
/dports/databases/sqsh/sqsh-2.5/src/ |
H A D | sqsh_sig.c | 59 int h_depth; /* Depth in save/restore stack */ member 105 sg_sigs[signo].s_hndl->h_depth == sg_depth) /* At current depth */ 134 h->h_depth = sg_depth; 250 while (h != NULL && h->h_depth == sg_depth) in sig_restore()
|
/dports/www/yaws/yaws-2.0.6/src/ |
H A D | yaws_appmod_dav.erl | 234 Depth = h_depth(A), 411 case h_depth(A) of 923 h_depth(A) -> function
|