Home
last modified time | relevance | path

Searched refs:fc3 (Results 151 – 175 of 1030) sorted by relevance

12345678910>>...42

/dports/science/py-phono3py/phono3py-1.22.3/test/sscha/
H A Dtest_sscha.py127 fc3 = ThirdOrderFC(ph.displacements, ph.forces, supercell_phonon)
128 fc3.run(T=300)
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/dsd/
H A Dmlp.py32 fc3 = mx.symbol.FullyConnected(act2, name='fc3', num_hidden=10)
33 softmax = mx.symbol.SoftmaxOutput(fc3, name='sm')
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/scala-package/spark/src/test/scala/org/apache/mxnet/spark/
H A DSharedSparkContext.scala49 val fc3 = Symbol.FullyConnected(name = "fc3")()(Map("data" -> act2, "num_hidden" -> 10)) constant
50 val mlp = Symbol.SoftmaxOutput(name = "softmax")()(Map("data" -> fc3))
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/train/
H A Dtest_mlp.py33 fc3 = mx.symbol.FullyConnected(act2, name='fc3', num_hidden=10) variable
34 softmax = mx.symbol.SoftmaxOutput(fc3, name = 'sm')
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/dsd/
H A Dmlp.py32 fc3 = mx.symbol.FullyConnected(act2, name='fc3', num_hidden=10)
33 softmax = mx.symbol.SoftmaxOutput(fc3, name='sm')
/dports/misc/mxnet/incubator-mxnet-1.9.0/scala-package/spark/src/test/scala/org/apache/mxnet/spark/
H A DSharedSparkContext.scala49 val fc3 = Symbol.FullyConnected(name = "fc3")()(Map("data" -> act2, "num_hidden" -> 10)) constant
50 val mlp = Symbol.SoftmaxOutput(name = "softmax")()(Map("data" -> fc3))
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/train/
H A Dtest_mlp.py33 fc3 = mx.symbol.FullyConnected(act2, name='fc3', num_hidden=10) variable
34 softmax = mx.symbol.SoftmaxOutput(fc3, name = 'sm')
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dcallfuncs.c85 float _Complex fc3 = 3.0F + 3.0iF; variable
464 TYPE _Complex expected = fc1 + fc2 + fc3 + fc4 + fc1 + fc2 + fc3 + fc4 \
465 + fc1 + fc2 + fc3 + fc4 + fc1 + fc2 + fc3 + fc4; \
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.base/
H A Dcallfuncs.c85 float _Complex fc3 = 3.0F + 3.0iF; variable
472 TYPE _Complex expected = fc1 + fc2 + fc3 + fc4 + fc1 + fc2 + fc3 + fc4 \
473 + fc1 + fc2 + fc3 + fc4 + fc1 + fc2 + fc3 + fc4; \
/dports/science/py-phono3py/phono3py-1.22.3/c/
H A Dreal_to_reciprocal.h43 const double *fc3,
/dports/misc/mxnet/incubator-mxnet-1.9.0/docs/static_site/src/pages/api/scala/docs/tutorials/
H A Dmnist.md51 val fc3 = Symbol.api.FullyConnected(Some(act2), num_hidden = 10, name = "fc3")
52 val mlp = Symbol.api.SoftmaxOutput(Some(fc3), name = "sm")
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/docs/static_site/src/pages/api/scala/docs/tutorials/
H A Dmnist.md51 val fc3 = Symbol.api.FullyConnected(Some(act2), num_hidden = 10, name = "fc3")
52 val mlp = Symbol.api.SoftmaxOutput(Some(fc3), name = "sm")
/dports/science/py-phono3py/phono3py-1.22.3/example/Si-PBEsol/
H A DREADME3 To create fc3.hdf5 and fc2.hdf5,
9 …="2 2 2" --pa="0 1/2 1/2 1/2 0 1/2 1/2 1/2 0" -c POSCAR-unitcell --mesh="11 11 11" --fc3 --fc2 --br
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/numpy-ops/
H A Dcustom_softmax_rtc.py153 fc3 = mx.symbol.FullyConnected(data=act2, name='fc3', num_hidden=10) variable
155 mlp = mx.symbol.Custom(data=fc3, name='softmax', op_type='softmax')
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/numpy-ops/
H A Dcustom_softmax_rtc.py153 fc3 = mx.symbol.FullyConnected(data=act2, name='fc3', num_hidden=10) variable
155 mlp = mx.symbol.Custom(data=fc3, name='softmax', op_type='softmax')
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-complex-err-1.c17 _Complex float fc3 = __builtin_complex (1.0f, 1.0); /* { dg-error "different types" } */ variable
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A Dbuiltin-complex-err-1.c17 _Complex float fc3 = __builtin_complex (1.0f, 1.0); /* { dg-error "different types" } */ variable
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-complex-err-1.c17 _Complex float fc3 = __builtin_complex (1.0f, 1.0); /* { dg-error "different types" } */ variable
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-complex-err-1.c17 _Complex float fc3 = __builtin_complex (1.0f, 1.0); /* { dg-error "different types" } */ variable
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/
H A Dbuiltin-complex-err-1.c17 _Complex float fc3 = __builtin_complex (1.0f, 1.0); /* { dg-error "different types" } */ variable
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-complex-err-1.c17 _Complex float fc3 = __builtin_complex (1.0f, 1.0); /* { dg-error "different types" } */ variable
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-complex-err-1.c17 _Complex float fc3 = __builtin_complex (1.0f, 1.0); /* { dg-error "different types" } */ variable
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-complex-err-1.c17 _Complex float fc3 = __builtin_complex (1.0f, 1.0); /* { dg-error "different types" } */ variable
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-complex-err-1.c17 _Complex float fc3 = __builtin_complex (1.0f, 1.0); /* { dg-error "different types" } */ variable
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-complex-err-1.c17 _Complex float fc3 = __builtin_complex (1.0f, 1.0); /* { dg-error "different types" } */ variable

12345678910>>...42