Home
last modified time | relevance | path

Searched +refs:forward +refs:symbol (Results 1 – 25 of 19811) sorted by relevance

12345678910>>...793

/dports/lang/nickle/nickle-2.90/
H A Dsymbol.c71 s->symbol.next = 0; in NewSymbolType()
75 s->symbol.forward = False; in NewSymbolType()
86 s->symbol.next = 0; in NewSymbolException()
90 s->symbol.forward = False; in NewSymbolException()
106 s->symbol.forward = False; in NewSymbolConst()
122 s->symbol.forward = False; in NewSymbolGlobal()
138 s->symbol.forward = False; in NewSymbolGlobalValue()
154 s->symbol.forward = False; in NewSymbolArg()
170 s->symbol.forward = False; in NewSymbolAuto()
186 s->symbol.forward = False; in NewSymbolStatic()
[all …]
/dports/lang/maude/maude-2.7.1/src/CUI_Theory/
H A DCUI_LhsCompiler.cc32 NatSet forward(boundUniquely); in betterToReverseOrder() local
33 t0->analyseConstraintPropagation(forward); in betterToReverseOrder()
34 t1->analyseConstraintPropagation(forward); in betterToReverseOrder()
38 if (reverse.cardinality() > forward.cardinality()) in betterToReverseOrder()
43 boundUniquely = forward; // deep copy in betterToReverseOrder()
64 else if (!(symbol()->comm()) || t0->matchIndependent(t1)) in analyseConstraintPropagation()
82 bool comm = symbol()->comm(); in compileLhs2()
132 if (!comm || (t0->stable() && t1->stable() && t0->symbol() != t1->symbol())) in compileLhs2()
137 if (symbol()->idem()) in compileLhs2()
169 new CUI_LhsAutomaton(symbol(), in compileLhs2()
/dports/devel/cscope/cscope-15.9/src/
H A Demacs.e35 (extern symbol-character)
38 (cond ((not symbol-character)
43 (cond ((not symbol-character) forward-word back-word))
45 / get the current symbol (leave cursor at beginning of symbol) /
46 (while symbol-character forward) / go past last symbol character /
50 (cond ((not symbol-character) forward)) / forward if not at BOF /
51 pickup-region / get the symbol /
52 (local-string symbol)
53 symbol=
60 (format symbol "2 Find symbol %l")
[all …]
/dports/devel/cppurses/CPPurses-0.3-5-g342a389/include/cppurses/painter/
H A Dglyph_string.hpp41 Glyph_string(wchar_t symbol, Attributes&&... attrs);
79 Glyph_string& append(const Glyph& symbol, Attributes&&... attrs);
173 this->append(symbols, std::forward<Attributes>(attrs)...); in Glyph_string()
178 this->append(symbols, std::forward<Attributes>(attrs)...); in Glyph_string()
182 Glyph_string::Glyph_string(wchar_t symbol, Attributes&&... attrs) { in Glyph_string() argument
183 this->append(Glyph{symbol, std::forward<Attributes>(attrs)...}); in Glyph_string()
188 this->append(symbols, std::forward<Attributes>(attrs)...); in Glyph_string()
199 this->append(glyph, std::forward<Attributes>(attrs)...); in Glyph_string()
207 this->append(g, std::forward<Attributes>(attrs)...); in Glyph_string()
212 Glyph_string& Glyph_string::append(const Glyph& symbol, Attributes&&... attrs) { in append() argument
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_subgraph.py34 a = mx.symbol.Variable(name='a', stype=stype)
35 b = mx.symbol.Variable(name='b', stype=stype)
39 a1 = mx.symbol.Variable(name='a', stype=stype)
125 e1.forward(is_train=True)
126 e2.forward(is_train=True)
142 def forward(self, is_train, req, in_data, out_data, aux): member in test_subgraph_with_customOp.MyAdd
185 a = mx.symbol.Variable('a')
187 b = mx.symbol.Custom(data=a, op_type='MyAdd1')
188 c = mx.symbol.Custom(data=a, op_type='MyAdd2')
189 b.bind(mx.cpu(), {'a': inp}).forward()
[all …]
H A Dtest_executor.py27 lhs = mx.symbol.Variable('lhs')
28 rhs = mx.symbol.Variable('rhs')
54 executor.forward()
55 exec3.forward()
56 exec4.forward()
100 sf=mx.symbol.maximum)
104 sf=mx.symbol.minimum)
120 sf = mx.symbol.dot)
128 sf = mx.symbol.dot)
142 new_exe.forward(is_train=False)
[all …]
H A Dtest_module.py169 mod.forward(mx.io.DataBatch(data=[mx.nd.ones(dshape)],
334 mod.forward(batch)
339 mod.forward(batch)
787 mod.forward(data_batch)
799 mod.forward(data_batch)
810 mod.forward(data_batch)
822 mod.forward(data_batch)
833 mod.forward(data_batch)
871 mod.forward(Batch(data1))
874 mod.forward(Batch(data2))
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_subgraph.py34 a = mx.symbol.Variable(name='a', stype=stype)
35 b = mx.symbol.Variable(name='b', stype=stype)
39 a1 = mx.symbol.Variable(name='a', stype=stype)
125 e1.forward(is_train=True)
126 e2.forward(is_train=True)
142 def forward(self, is_train, req, in_data, out_data, aux): member in test_subgraph_with_customOp.MyAdd
185 a = mx.symbol.Variable('a')
187 b = mx.symbol.Custom(data=a, op_type='MyAdd1')
188 c = mx.symbol.Custom(data=a, op_type='MyAdd2')
189 b.bind(mx.cpu(), {'a': inp}).forward()
[all …]
H A Dtest_executor.py27 lhs = mx.symbol.Variable('lhs')
28 rhs = mx.symbol.Variable('rhs')
54 executor.forward()
55 exec3.forward()
56 exec4.forward()
100 sf=mx.symbol.maximum)
104 sf=mx.symbol.minimum)
120 sf = mx.symbol.dot)
128 sf = mx.symbol.dot)
142 new_exe.forward(is_train=False)
[all …]
H A Dtest_module.py169 mod.forward(mx.io.DataBatch(data=[mx.nd.ones(dshape)],
334 mod.forward(batch)
339 mod.forward(batch)
787 mod.forward(data_batch)
799 mod.forward(data_batch)
810 mod.forward(data_batch)
822 mod.forward(data_batch)
833 mod.forward(data_batch)
871 mod.forward(Batch(data1))
874 mod.forward(Batch(data2))
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/matlab/+mxnet/
H A Dmodel.m19 %MODEL MXNet model, supports load and forward
22 % The symbol definition, in json format
23 symbol
74 % read symbol
75 obj.symbol = fileread([model_prefix, '-symbol.json']);
85 json = parse_json(obj.symbol);
90 %FORWARD perform forward
101 % out = model.forward(img)
105 % out = model.forward(img, 'gpu', 0)
109 % out = model.forward(imgs, 'gpu', [0,1])
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/matlab/+mxnet/
H A Dmodel.m19 %MODEL MXNet model, supports load and forward
22 % The symbol definition, in json format
23 symbol
74 % read symbol
75 obj.symbol = fileread([model_prefix, '-symbol.json']);
85 json = parse_json(obj.symbol);
90 %FORWARD perform forward
101 % out = model.forward(img)
105 % out = model.forward(img, 'gpu', 0)
109 % out = model.forward(imgs, 'gpu', [0,1])
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/mkl/
H A Dtest_mkldnn.py56 exe.forward(is_train=True)
253 p = exe.forward(is_train=False)
331 exe.forward(is_train=True)
339 exe_fuse.forward(is_train=True)
361 def forward(self, x): member in test_batchnorm_relu_fusion.check_batchnorm_relu_fusion_gluon.BNNet
372 fuse_outputs = fused_net.forward(in_data)
540 exec1.forward()[0].wait_to_read()
592 exec1.forward()[0].wait_to_read()
660 mod.forward(batch, is_train=False)
715 return ex.forward()[0].asnumpy()
[all …]
H A Dtest_subgraph.py102 mod.forward(batch, is_train=False)
112 mod.forward(batch, is_train=False)
286 exe.forward()
289 exe_sg.forward()
930 ex.forward()
954 qex.forward()
996 ex.forward()
1017 ex.forward()
1040 qex.forward()
1061 ex.forward()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/mkl/
H A Dtest_mkldnn.py56 exe.forward(is_train=True)
253 p = exe.forward(is_train=False)
331 exe.forward(is_train=True)
339 exe_fuse.forward(is_train=True)
361 def forward(self, x): member in test_batchnorm_relu_fusion.check_batchnorm_relu_fusion_gluon.BNNet
372 fuse_outputs = fused_net.forward(in_data)
540 exec1.forward()[0].wait_to_read()
592 exec1.forward()[0].wait_to_read()
660 mod.forward(batch, is_train=False)
715 return ex.forward()[0].asnumpy()
[all …]
H A Dtest_subgraph.py102 mod.forward(batch, is_train=False)
112 mod.forward(batch, is_train=False)
286 exe.forward()
289 exe_sg.forward()
930 ex.forward()
954 qex.forward()
996 ex.forward()
1017 ex.forward()
1040 qex.forward()
1061 ex.forward()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/vae-gan/
H A Dvaegan_mxnet.py84 …z = z_mu + mx.symbol.broadcast_mul(mx.symbol.exp(0.5*z_lv),mx.symbol.random_normal(loc=0, scale=1,…
165 c = mx.symbol.log(c)
190 dloss = mx.symbol.MakeLoss(mx.symbol.mean(output),name='lloss')
207 (lv2 - lv1) + mx.symbol.broadcast_div(v1, v2) + mx.symbol.broadcast_div(mu_diff_sq, v2) - 1.)
208 KL = mx.symbol.sum(dimwise_kld, axis=1)
210 KLloss = mx.symbol.MakeLoss(mx.symbol.mean(KL),name='KLloss')
445 modG.forward(rbatch, is_train=True)
460 modE.forward(batch, is_train=True)
479 modD.forward(batch, is_train=True)
646 modE.forward(batch, is_train=False)
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/vae-gan/
H A Dvaegan_mxnet.py84 …z = z_mu + mx.symbol.broadcast_mul(mx.symbol.exp(0.5*z_lv),mx.symbol.random_normal(loc=0, scale=1,…
165 c = mx.symbol.log(c)
190 dloss = mx.symbol.MakeLoss(mx.symbol.mean(output),name='lloss')
207 (lv2 - lv1) + mx.symbol.broadcast_div(v1, v2) + mx.symbol.broadcast_div(mu_diff_sq, v2) - 1.)
208 KL = mx.symbol.sum(dimwise_kld, axis=1)
210 KLloss = mx.symbol.MakeLoss(mx.symbol.mean(KL),name='KLloss')
445 modG.forward(rbatch, is_train=True)
460 modE.forward(batch, is_train=True)
479 modD.forward(batch, is_train=True)
646 modE.forward(batch, is_train=False)
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/
H A Dscript_asm.pl234 $symbol = '';
238 $symbol = $1;
243 $symbol = $1;
248 if ($symbol ne '') {
257 $forward{$symbol} = "line $lineno : $_";
391 delete $forward{$1}; # an array of longs
409 delete $forward{$id};
431 delete $forward{$external};
781 @undefined = keys %forward;
785 print STDERR "$undef in $forward{$undef}\n";
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/
H A Dscript_asm.pl234 $symbol = '';
238 $symbol = $1;
243 $symbol = $1;
248 if ($symbol ne '') {
257 $forward{$symbol} = "line $lineno : $_";
391 delete $forward{$1}; # an array of longs
409 delete $forward{$id};
431 delete $forward{$external};
781 @undefined = keys %forward;
785 print STDERR "$undef in $forward{$undef}\n";
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/
H A Dscript_asm.pl234 $symbol = '';
238 $symbol = $1;
243 $symbol = $1;
248 if ($symbol ne '') {
257 $forward{$symbol} = "line $lineno : $_";
391 delete $forward{$1}; # an array of longs
409 delete $forward{$id};
431 delete $forward{$external};
781 @undefined = keys %forward;
785 print STDERR "$undef in $forward{$undef}\n";
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/reinforcement-learning/ddpg/
H A Dqfuncs.py48 self.obs = mx.symbol.Variable("obs")
49 self.act = mx.symbol.Variable("act")
51 self.yval = mx.symbol.Variable("yval")
64 self.loss = mx.symbol.MakeLoss(loss_exp, name="qfunc_loss")
65 self.loss = mx.symbol.Group([self.loss, mx.symbol.BlockGrad(self.qval)])
88 self.exe.forward(is_train=True)
99 self.exe.forward(is_train=False)
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/reinforcement-learning/ddpg/
H A Dqfuncs.py48 self.obs = mx.symbol.Variable("obs")
49 self.act = mx.symbol.Variable("act")
51 self.yval = mx.symbol.Variable("yval")
64 self.loss = mx.symbol.MakeLoss(loss_exp, name="qfunc_loss")
65 self.loss = mx.symbol.Group([self.loss, mx.symbol.BlockGrad(self.qval)])
88 self.exe.forward(is_train=True)
99 self.exe.forward(is_train=False)
/dports/math/boolector/boolector-3.2.2/src/
H A Dbtormc.c460 res = boolector_var (btor, sort, symbol); in btor_mc_input()
471 if (symbol) in btor_mc_input()
476 symbol, in btor_mc_input()
503 res = boolector_var (btor, sort, symbol); in btor_mc_state()
515 if (symbol) in btor_mc_state()
520 symbol); in btor_mc_state()
727 const char *symbol; in timed_symbol() local
731 if (!symbol) return 0; in timed_symbol()
733 symlen = strlen (symbol); in timed_symbol()
736 (void) strcpy (res, symbol); in timed_symbol()
[all …]
/dports/multimedia/libfame/libfame-0.9.1/src/
H A Dfame_syntax_mpeg4.c375 static void inline mpeg4_init_symbol(int *symbol) in mpeg4_init_symbol() argument
382 symbol[i] = 65536 - cae_intra_prob[i >> 1]; /* > 0 : LPS */ in mpeg4_init_symbol()
384 symbol[i] = -cae_intra_prob[i >> 1]; /* < 0 : MPS */ in mpeg4_init_symbol()
555 mpeg4_init_symbol(syntax_mpeg4->symbol); in mpeg4_init()
568 fame_free(syntax_mpeg4->symbol); in mpeg4_close()
1458 syntax_mpeg4->symbol[CIH]); in mpeg4_write_intra_bab()
1460 syntax_mpeg4->symbol[CIV]); in mpeg4_write_intra_bab()
1475 syntax_mpeg4->symbol[CIH]); in mpeg4_write_intra_bab()
1477 syntax_mpeg4->symbol[CIV]); in mpeg4_write_intra_bab()
1492 syntax_mpeg4->symbol[CIH]); in mpeg4_write_intra_bab()
[all …]

12345678910>>...793