Home
last modified time | relevance | path

Searched refs:z_lv (Results 1 – 5 of 5) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/src/atmo/
H A Dcs_intprf.c200 int *z_lv, in cs_intprz() argument
231 if (z_lv != NULL) { in cs_intprz()
232 z_lv[0] = iz0; in cs_intprz()
233 z_lv[1] = iz1; in cs_intprz()
H A Dcs_intprf.h92 int *z_lv,
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/vae-gan/
H A Dvaegan_mxnet.py82 z_lv = mx.sym.FullyConnected(eact4, num_hidden=z_dim, name="enc_lv")
84 …z = z_mu + mx.symbol.broadcast_mul(mx.symbol.exp(0.5*z_lv),mx.symbol.random_normal(loc=0, scale=1,…
86 return z_mu, z_lv, z
293 z_mu, z_lv, z = encoder(nef, Z, batch_size)
294 symE = mx.sym.Group([z_mu, z_lv, z])
619 z_mu, z_lv, z = encoder(nef, Z, batch_size)
620 symE = mx.sym.Group([z_mu, z_lv, z])
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/vae-gan/
H A Dvaegan_mxnet.py82 z_lv = mx.sym.FullyConnected(eact4, num_hidden=z_dim, name="enc_lv")
84 …z = z_mu + mx.symbol.broadcast_mul(mx.symbol.exp(0.5*z_lv),mx.symbol.random_normal(loc=0, scale=1,…
86 return z_mu, z_lv, z
293 z_mu, z_lv, z = encoder(nef, Z, batch_size)
294 symE = mx.sym.Group([z_mu, z_lv, z])
619 z_mu, z_lv, z = encoder(nef, Z, batch_size)
620 symE = mx.sym.Group([z_mu, z_lv, z])
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_c_bindings.f90355 subroutine cs_intprz(nprofz, profz, profv, xz, z_lv, var) &
362 integer(c_int), dimension(2), intent(out) :: z_lv local
3463 integer(c_int), dimension(2) :: z_lv local
3465 call cs_intprz(nprofz, profz, profv, xz, z_lv, var)
3466 iz1 = z_lv(1) + 1
3467 iz2 = z_lv(2) + 1