Home
last modified time | relevance | path

Searched refs:rly (Results 1 – 25 of 149) sorted by relevance

123456

/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/relay/
H A Dtest_pass_simplify_inference.py17 from tvm import relay as rly unknown
24 scale = rly.multiply(rly.const(1, dtype) /
25 rly.sqrt(moving_var + rly.const(epsilon, dtype)), gamma)
26 shift = rly.add(
27 rly.multiply(rly.negative(moving_mean), scale), beta)
38 x = rly.var("x", ttype1)
39 beta = rly.var("beta", ttype2)
40 gamma = rly.var("gamma", ttype2)
46 y1, _, _ = rly.nn.batch_norm(y1 + rly.const(1, dtype),
48 y1 = rly.nn.dropout(y1)
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/relay/
H A Dtest_pass_simplify_inference.py17 from tvm import relay as rly unknown
24 scale = rly.multiply(rly.const(1, dtype) /
25 rly.sqrt(moving_var + rly.const(epsilon, dtype)), gamma)
26 shift = rly.add(
27 rly.multiply(rly.negative(moving_mean), scale), beta)
38 x = rly.var("x", ttype1)
39 beta = rly.var("beta", ttype2)
40 gamma = rly.var("gamma", ttype2)
46 y1, _, _ = rly.nn.batch_norm(y1 + rly.const(1, dtype),
48 y1 = rly.nn.dropout(y1)
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/relay/
H A Dtest_pass_simplify_inference.py18 from tvm import relay as rly unknown
25 scale = rly.multiply(
26 rly.const(1, dtype) / rly.sqrt(moving_var + rly.const(epsilon, dtype)), gamma
28 shift = rly.add(rly.multiply(rly.negative(moving_mean), scale), beta)
39 x = rly.var("x", ttype1)
40 beta = rly.var("beta", ttype2)
41 gamma = rly.var("gamma", ttype2)
47 y1, _, _ = rly.nn.batch_norm(
48 y1 + rly.const(1, dtype),
56 y1 = rly.nn.dropout(y1)
[all …]
/dports/mail/p5-Mail-DeliveryStatus-BounceParser/Mail-DeliveryStatus-BounceParser-1.543/t/corpus/
H A Daol.unknown.msg5 Received: from rly-yi03.mx.aol.com (rly-yi03.mail.aol.com [172.18.180.131]) by omr-m07.mx.aol.com …
7 by rly-yi03.mx.aol.com (8.8.8/8.8.8/AOL-5.0.0)
12 Message-Id: <200606062153.RAH23964@rly-yi03.mx.aol.com>
16 boundary="RAH23964.1149630818/rly-yi03.mx.aol.com"
24 --RAH23964.1149630818/rly-yi03.mx.aol.com
59 --RAH23964.1149630818/rly-yi03.mx.aol.com
62 Reporting-MTA: dns; rly-yi03.mx.aol.com
72 --RAH23964.1149630818/rly-yi03.mx.aol.com
76 Received: from somehost.example.com (somehost.example.com [10.0.0.98]) by rly-yi03.mx.aol.com (v10…
97 --RAH23964.1149630818/rly-yi03.mx.aol.com--
/dports/net/openmpi/openmpi-4.1.1/orte/mca/grpcomm/direct/
H A Dgrpcomm_direct.c288 rly = OBJ_NEW(opal_buffer_t); in xcast_recv()
301 OBJ_RELEASE(rly); in xcast_recv()
312 OBJ_RELEASE(rly); in xcast_recv()
322 OBJ_RELEASE(rly); in xcast_recv()
335 OBJ_RELEASE(rly); in xcast_recv()
358 OBJ_RELEASE(rly); in xcast_recv()
370 OBJ_RELEASE(rly); in xcast_recv()
565 OBJ_RETAIN(rly); in xcast_recv()
575 OBJ_RELEASE(rly); in xcast_recv()
588 OBJ_RELEASE(rly); in xcast_recv()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/orte/mca/grpcomm/direct/
H A Dgrpcomm_direct.c288 rly = OBJ_NEW(opal_buffer_t); in xcast_recv()
301 OBJ_RELEASE(rly); in xcast_recv()
312 OBJ_RELEASE(rly); in xcast_recv()
322 OBJ_RELEASE(rly); in xcast_recv()
335 OBJ_RELEASE(rly); in xcast_recv()
358 OBJ_RELEASE(rly); in xcast_recv()
370 OBJ_RELEASE(rly); in xcast_recv()
565 OBJ_RETAIN(rly); in xcast_recv()
575 OBJ_RELEASE(rly); in xcast_recv()
588 OBJ_RELEASE(rly); in xcast_recv()
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dextralev.c12 xchar rlx, rly; member
65 fromy = r[x][y].rly;
70 fromy = r[x][y].rly + r[x][y].dy;
87 toy = r[x][y].rly;
92 toy = r[x][y].rly - 1;
107 fromy = r[x][y].rly;
112 fromy = r[x][y].rly + rn2(r[x][y].dy);
129 toy = r[x][y].rly;
134 toy = r[x][y].rly + rn2(r[x][y].dy);
239 here.rly = rn1((y == 2) ? 4 : 3, 2); in makeroguerooms()
[all …]
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dextralev.c14 xchar rlx, rly; member
72 fromx = r[x][y].rlx; fromy = r[x][y].rly;
76 fromy = r[x][y].rly + r[x][y].dy;
92 tox = r[x][y].rlx; toy = r[x][y].rly;
96 toy = r[x][y].rly - 1;
113 fromy = r[x][y].rly + rn2(r[x][y].dy);
129 tox = r[x][y].rlx; toy = r[x][y].rly;
133 toy = r[x][y].rly + rn2(r[x][y].dy);
229 here.rly = rn1((y==2)?4:3, 2); in makeroguerooms()
252 lowy = 7*y + here.rly; in makeroguerooms()
[all …]
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dextralev.c12 xchar rlx, rly; member
65 fromy = r[x][y].rly;
70 fromy = r[x][y].rly + r[x][y].dy;
87 toy = r[x][y].rly;
92 toy = r[x][y].rly - 1;
107 fromy = r[x][y].rly;
112 fromy = r[x][y].rly + rn2(r[x][y].dy);
129 toy = r[x][y].rly;
134 toy = r[x][y].rly + rn2(r[x][y].dy);
239 here.rly = rn1((y == 2) ? 4 : 3, 2); in makeroguerooms()
[all …]
/dports/games/nethack34/nethack-3.4.3/src/
H A Dextralev.c14 xchar rlx, rly; member
72 fromx = r[x][y].rlx; fromy = r[x][y].rly;
76 fromy = r[x][y].rly + r[x][y].dy;
92 tox = r[x][y].rlx; toy = r[x][y].rly;
96 toy = r[x][y].rly - 1;
113 fromy = r[x][y].rly + rn2(r[x][y].dy);
129 tox = r[x][y].rlx; toy = r[x][y].rly;
133 toy = r[x][y].rly + rn2(r[x][y].dy);
229 here.rly = rn1((y==2)?4:3, 2); in makeroguerooms()
252 lowy = 7*y + here.rly; in makeroguerooms()
[all …]
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dextralev.c14 xchar rlx, rly; member
72 fromx = r[x][y].rlx; fromy = r[x][y].rly;
76 fromy = r[x][y].rly + r[x][y].dy;
92 tox = r[x][y].rlx; toy = r[x][y].rly;
96 toy = r[x][y].rly - 1;
113 fromy = r[x][y].rly + rn2(r[x][y].dy);
129 tox = r[x][y].rlx; toy = r[x][y].rly;
133 toy = r[x][y].rly + rn2(r[x][y].dy);
229 here.rly = rn1((y==2)?4:3, 2); in makeroguerooms()
252 lowy = 7*y + here.rly; in makeroguerooms()
[all …]
/dports/games/nethack33/nethack-3.3.1/src/
H A Dextralev.c14 xchar rlx, rly; member
72 fromx = r[x][y].rlx; fromy = r[x][y].rly;
76 fromy = r[x][y].rly + r[x][y].dy;
92 tox = r[x][y].rlx; toy = r[x][y].rly;
96 toy = r[x][y].rly - 1;
113 fromy = r[x][y].rly + rn2(r[x][y].dy);
129 tox = r[x][y].rlx; toy = r[x][y].rly;
133 toy = r[x][y].rly + rn2(r[x][y].dy);
229 here.rly = rn1((y==2)?4:3, 2); in makeroguerooms()
252 lowy = 7*y + here.rly; in makeroguerooms()
[all …]
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dextralev.c14 xchar rlx, rly; member
72 fromx = r[x][y].rlx; fromy = r[x][y].rly;
76 fromy = r[x][y].rly + r[x][y].dy;
92 tox = r[x][y].rlx; toy = r[x][y].rly;
96 toy = r[x][y].rly - 1;
113 fromy = r[x][y].rly + rn2(r[x][y].dy);
129 tox = r[x][y].rlx; toy = r[x][y].rly;
133 toy = r[x][y].rly + rn2(r[x][y].dy);
229 here.rly = rn1((y==2)?4:3, 2); in makeroguerooms()
252 lowy = 7*y + here.rly; in makeroguerooms()
[all …]
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dextralev.c14 xchar rlx, rly; member
72 fromx = r[x][y].rlx; fromy = r[x][y].rly;
76 fromy = r[x][y].rly + r[x][y].dy;
92 tox = r[x][y].rlx; toy = r[x][y].rly;
96 toy = r[x][y].rly - 1;
113 fromy = r[x][y].rly + rn2(r[x][y].dy);
129 tox = r[x][y].rlx; toy = r[x][y].rly;
133 toy = r[x][y].rly + rn2(r[x][y].dy);
229 here.rly = rn1((y==2)?4:3, 2); in makeroguerooms()
252 lowy = 7*y + here.rly; in makeroguerooms()
[all …]
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dextralev.c14 xchar rlx, rly; member
72 fromx = r[x][y].rlx; fromy = r[x][y].rly;
76 fromy = r[x][y].rly + r[x][y].dy;
92 tox = r[x][y].rlx; toy = r[x][y].rly;
96 toy = r[x][y].rly - 1;
113 fromy = r[x][y].rly + rn2(r[x][y].dy);
129 tox = r[x][y].rlx; toy = r[x][y].rly;
133 toy = r[x][y].rly + rn2(r[x][y].dy);
229 here.rly = rn1((y==2)?4:3, 2); in makeroguerooms()
252 lowy = 7*y + here.rly; in makeroguerooms()
[all …]
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dextralev.c14 xchar rlx, rly; member
72 fromx = r[x][y].rlx; fromy = r[x][y].rly;
76 fromy = r[x][y].rly + r[x][y].dy;
92 tox = r[x][y].rlx; toy = r[x][y].rly;
96 toy = r[x][y].rly - 1;
113 fromy = r[x][y].rly + rn2(r[x][y].dy);
129 tox = r[x][y].rlx; toy = r[x][y].rly;
133 toy = r[x][y].rly + rn2(r[x][y].dy);
229 here.rly = rn1((y==2)?4:3, 2); in makeroguerooms()
252 lowy = 7*y + here.rly; in makeroguerooms()
[all …]
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dextralev.c14 xchar rlx, rly; member
72 fromx = r[x][y].rlx; fromy = r[x][y].rly;
76 fromy = r[x][y].rly + r[x][y].dy;
92 tox = r[x][y].rlx; toy = r[x][y].rly;
96 toy = r[x][y].rly - 1;
113 fromy = r[x][y].rly + rn2(r[x][y].dy);
129 tox = r[x][y].rlx; toy = r[x][y].rly;
133 toy = r[x][y].rly + rn2(r[x][y].dy);
229 here.rly = rn1((y==2)?4:3, 2); in makeroguerooms()
252 lowy = 7*y + here.rly; in makeroguerooms()
[all …]
/dports/mail/spamassassin-devel/spamassassin-1ea352210/lib/Mail/SpamAssassin/Message/
H A DMetadata.pm90 { my($rly, $tag) = @$tuple;
97 } @$rly if $rly;
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/lib/Mail/SpamAssassin/Message/
H A DMetadata.pm90 { my($rly, $tag) = @$tuple;
97 } @$rly if $rly;
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/lib/Mail/SpamAssassin/Plugin/
H A DTxRep.pm1261 foreach my $rly ( @{$pms->{relays_trusted}}, @{$pms->{relays_untrusted}} ) {
1264 if (defined $rly->{helo} &&
1265 $rly->{helo} !~ /^\[?\Q$rly->{ip}\E\]?$/ &&
1266 $rly->{helo} !~ /^\Q$domain\E$/i &&
1267 $rly->{helo} !~ /^\Q$from\E$/i ) {
1268 $helo = $rly->{helo};
1273 …if ((--$trusteds >= 0 || $msgscore<2) && !$msg_id && $rly->{id}) {$msg_id = $rly->{id}…
1274 …if (($trusteds >= -1 || $msgscore<2) && !$rly->{ip_private} && $rly->{ip}) {$origip = $rly->{ip}…
1275 …if ( $trusteds >= 0 && !$origip && $rly->{ip_private} && $rly->{ip}) {$origip = '127.0.0.1…
/dports/mail/spamassassin-devel/spamassassin-1ea352210/lib/Mail/SpamAssassin/Plugin/
H A DTxRep.pm1259 foreach my $rly ( @{$pms->{relays_trusted}}, @{$pms->{relays_untrusted}} ) {
1262 if (defined $rly->{helo} &&
1263 $rly->{helo} !~ /^\[?\Q$rly->{ip}\E\]?$/ &&
1264 $rly->{helo} !~ /^\Q$domain\E$/i &&
1265 $rly->{helo} !~ /^\Q$from\E$/i ) {
1266 $helo = $rly->{helo};
1271 …if ((--$trusteds >= 0 || $msgscore<2) && !$msg_id && $rly->{id}) {$msg_id = $rly->{id}…
1272 …if (($trusteds >= -1 || $msgscore<2) && !$rly->{ip_private} && $rly->{ip}) {$origip = $rly->{ip}…
1273 …if ( $trusteds >= 0 && !$origip && $rly->{ip_private} && $rly->{ip}) {$origip = '127.0.0.1…
/dports/mail/p5-Mail-ListDetector/Mail-ListDetector-1.04/t/
H A D35_lyris.t21 Received: from rly-xi03.mx.aol.example.com (rly-xi03.mail.aol.example.com
25 by rly-xi03.mx.aol.example.com (v89.10) with ESMTP id
H A D24_autoshare.t21 Received: from rly-zb03.mx.example.com (rly-zb03.mail.example.com [172.31.41.3]) by
25 by rly-zb03.mx.example.com (8.8.5/8.8.5/AOL-4.0.0)
H A D36_lyris.t30 Received: from rly-zc05.mx.example.com (rly-zc05.mail.example.com [172.3.3.35]) by
33 by rly-zc05.mx.example.com (8.8.8/8.8.5/AOL-4.0.0)
/dports/science/siesta/siesta-4.1.5/Src/
H A Datmfuncs.f618 real(dp) rly(max_ilm), grly(3,max_ilm)
655 call rlylm( l, r, rly, grly )
656 phi = phir * rly(ilm)
657 grphi(1)=dphidr*rly(ilm)*r(1)/rmod+phir*grly(1,ilm)
658 grphi(2)=dphidr*rly(ilm)*r(2)/rmod+phir*grly(2,ilm)
659 grphi(3)=dphidr*rly(ilm)*r(3)/rmod+phir*grly(3,ilm)
775 real(dp) rly(max_ilm), grly(3,max_ilm)
825 call rlylm(lmax,r,rly,grly)
843 phi(i) = phir * rly(jlm)
845 . grphi(:,i) = dphidr * rly(jlm) * r(:) / rmod +

123456