Home
last modified time | relevance | path

Searched refs:npy (Results 1 – 25 of 589) sorted by relevance

12345678910>>...24

/dports/graphics/raster3d/Raster3D_3.0-7/
H A Dparse.f155 common /raster/ ntx,nty,npx,npy local
156 integer ntx,nty,npx,npy local
193 npy = modulus
194 nty = (nay+npy-1) / npy
198 npy = npy * 2
201 npy = npy * 3
204 npy = npy * 5
212 if (npy.gt.MAXNPY) then
213 npy = (MAXNPY/modulus) * modulus
214 nty = (nay + npy - 1) / npy
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/argos/
H A Dargos_space_nrnode.F18 if(npx*npy*npz.ne.np) then
19 if(npx+npy+npz.gt.0)
30 if(i+j+k.lt.npx+npy+npz) then
32 npy=j
39 npy=j
47 if(npx*npy*npz.ne.np) call md_abort('nrnode: code error',0)
53 do 5 iy=1,npy
55 if(me.eq.((iz-1)*npy+(iy-1))*npx+(ix-1)) then
H A Dargos_space_decomp.F28 ibownr(iby,2)=((iby-1)*npy)/nby
36 write(lfndbg,8003) nbx,nby,nbz,maxbox,npx,npy,npz
71 if(npy.gt.2.and.jy.lt.0) jy=jy+npy
72 if(npy.gt.2.and.jy.ge.npy) jy=jy-npy
74 if(jy.ge.0.and.jy.lt.npy) then
82 jnode=((jz*npy)+jy)*npx+jx
96 nrnod=(ibownr(ibz,3)*npy+ibownr(iby,2))*npx+ibownr(ibx,1)
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/argos/
H A Dargos_space_nrnode.F18 if(npx*npy*npz.ne.np) then
19 if(npx+npy+npz.gt.0)
30 if(i+j+k.lt.npx+npy+npz) then
32 npy=j
39 npy=j
47 if(npx*npy*npz.ne.np) call md_abort('nrnode: code error',0)
53 do 5 iy=1,npy
55 if(me.eq.((iz-1)*npy+(iy-1))*npx+(ix-1)) then
H A Dargos_space_decomp.F28 ibownr(iby,2)=((iby-1)*npy)/nby
36 write(lfndbg,8003) nbx,nby,nbz,maxbox,npx,npy,npz
71 if(npy.gt.2.and.jy.lt.0) jy=jy+npy
72 if(npy.gt.2.and.jy.ge.npy) jy=jy-npy
74 if(jy.ge.0.and.jy.lt.npy) then
82 jnode=((jz*npy)+jy)*npx+jx
96 nrnod=(ibownr(ibz,3)*npy+ibownr(iby,2))*npx+ibownr(ibx,1)
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_milkdrop_104/
H A DfiShbRaiN - planet x_Phat+EoS_inFlux_gravity well mix.milk88 wave_0_per_point12=npy=py;
93 wave_0_per_point17=py=npy;
102 wave_0_per_point26=py=npy;
111 wave_0_per_point35=py=npy;
196 wave_1_per_point14=npy=py;
201 wave_1_per_point19=py=npy;
210 wave_1_per_point28=py=npy;
219 wave_1_per_point37=py=npy;
227 wave_1_per_point45=npy=if(below(npz,0) , -npy , npy);
274 wave_2_per_point10=npy=py;
[all …]
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_tryptonaut/
H A Dshifter - spincycle(remix) - love at home - electroplasmic pissbowel roam3-.milk99 wave_0_per_point12=npy=py;
104 wave_0_per_point17=py=npy;
113 wave_0_per_point26=py=npy;
122 wave_0_per_point35=py=npy;
207 wave_1_per_point14=npy=py;
212 wave_1_per_point19=py=npy;
221 wave_1_per_point28=py=npy;
230 wave_1_per_point37=py=npy;
238 wave_1_per_point45=npy=if(below(npz,0) , -npy , npy);
285 wave_2_per_point10=npy=py;
[all …]
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/darknet/
H A DREADME.md49 IR weights are saved as [darknet_yolov3.npy].
55 … architecture file [*darknet_yolov3.pb*] and weights file [*darknet_yolov3.npy*] to Keras Python c…
58 $ mmtocode -f keras -n darknet_yolov3.pb -w darknet_yolov3.npy -d keras_yolov3_converted.py
69 …xamples.keras.imagenet_test -n keras_yolov3_converted.py -w darknet_yolov3.npy -i mmdnn/conversion…
75 …ult file is saved as [test.jpg], generated by [keras_yolov3_converted.py] and [darknet_yolov3.npy].
83 …e the final convolution layer output file [*finalconv_52.npy, finalconv_26.npy, finalconv_13.npy*]…
86 ….examples.cntk.imagenet_test -n cntk_yolov3_converted.py -w darknet_yolov3.npy -i mmdnn/conversion…
90 The output of CNTK model file is saved as [finalconv_52.npy].
91 The output of CNTK model file is saved as [finalconv_26.npy].
92 The output of CNTK model file is saved as [finalconv_13.npy].
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/examples/hello/skeleton/
H A DHelloSkeletonArgs.cpp60 npx = npy = ndx = ndy = steps = sleeptime = 0;
74 npy = convertToUint("M", argv[3]);
86 gndy = npy * ndy;
93 if (npx * npy != static_cast<size_t>(nproc))
115 ndy = gndy / npy; in DecomposeArray()
124 if (posy == npy - 1) in DecomposeArray()
127 ndy = gndy - ndy * (npy - 1); in DecomposeArray()
/dports/misc/adios2/ADIOS2-2.7.1/examples/hello/insituMPI/
H A DHelloInsituArgs.cpp58 npx = npy = ndx = ndy = steps = sleeptime = 0;
72 npy = convertToUint("M", argv[3]);
84 gndy = npy * ndy;
91 if (npx * npy != static_cast<size_t>(nproc))
113 ndy = gndy / npy; in DecomposeArray()
122 if (posy == npy - 1) in DecomposeArray()
125 ndy = gndy - ndy * (npy - 1); in DecomposeArray()
H A DhelloInsituArgs.F906 integer :: npx, npy ! # of processors in x-y direction variable
80 read (npy_str,'(i5)') npy
88 if (npx*npy /= nproc) then
108 ndy = gndy / npy;
116 if (posy == npy - 1) then
118 ndy = gndy - ndy * (npy - 1);
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/profiler/
H A Dprofiler_ndarray.py64 numpy_arg.append(npy)
105 npy = np.random.uniform(-10, 10, (2,3,4))
106 arr = mx.nd.array(npy)
107 assert reldiff(npy, arr.asnumpy()) < 1e-6
119 arr = mx.nd.array(npy)
130 arr = mx.nd.array(npy)
131 new_npy = npy.copy()
136 new_npy[:] = npy
145 arr = mx.nd.array(npy)
149 npy[:] = 0.0
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/profiler/
H A Dprofiler_ndarray.py64 numpy_arg.append(npy)
105 npy = np.random.uniform(-10, 10, (2,3,4))
106 arr = mx.nd.array(npy)
107 assert reldiff(npy, arr.asnumpy()) < 1e-6
119 arr = mx.nd.array(npy)
130 arr = mx.nd.array(npy)
131 new_npy = npy.copy()
136 new_npy[:] = npy
145 arr = mx.nd.array(npy)
149 npy[:] = 0.0
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/griffon/
H A Dcombat.cpp44 float npy = _player.py + 20; in attack() local
47 int ly = (int)npy / 16; in attack()
610 int ly = (int)npy / 16; in damageNPC()
625 int ly = (int)npy / 16; in damageNPC()
640 int ly = (int)npy / 16; in damageNPC()
670 int ly = (int)npy / 16; in damageNPC()
702 int ly = (int)npy / 16; in damageNPC()
971 npy = _player.py + 20; in damageNPC()
974 ly = (int)npy / 16; in damageNPC()
993 npy = _player.py + 20; in damageNPC()
[all …]
H A Dlogic.cpp150 float onpy = npy; in updateNPCs()
464 npy = onpy; in updateNPCs()
475 yp = (npy / 2 + 10); in updateNPCs()
496 if (npx < 40 || npx > 280 || npy < 36 || npy > 204) in updateNPCs()
502 npy = onpy; in updateNPCs()
506 _npcInfo[i].y = npy; in updateNPCs()
745 nnya = npy + 4; in updateNPCs()
747 nnyb = npy + 4; in updateNPCs()
750 nnya = npy + 4; in updateNPCs()
754 nnya = npy; in updateNPCs()
[all …]
/dports/science/siesta/siesta-4.1.5/Util/Denchar/Src/
H A Dplaned.f182 call popla(nplamax,npx,npy,npz,xmin,xmax,ymin,ymax,zmin,zmax,
185 call rotation(nplamax,npx,npy,npz,mrot,inmrot,origin,
196 subroutine popla(nplamax,npx,npy,npz,xmin,xmax,ymin,ymax, argument
209 integer npx,npy,npz,i,k,l,m,idimen
216 deltay=(ymax-ymin)/(npy - 1)
235 do l = 1,npy
244 do l = 1,npy
259 subroutine rotation(nplamax,npx,npy,npz,mrot,inmrot,origin, argument
271 integer npx,npy,npz,i,j
283 do i = 1, npx*npy*npz
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/caffe/
H A DREADME.md55 …nn], generated by [069867aa7f674b73aebaf9de34cf2507.py] and [069867aa7f674b73aebaf9de34cf2507.npy].
67 …e file [*caffe_resnet_IR.pb*], [*caffe_resnet_IR.json*] and IR weights file [*caffe_resnet_IR.npy*]
76 IR weights are saved as [caffe_resnet_IR.npy].
81 … [*caffe_resnet_IR.npy*] to Caffe Python code file[*caffe_converted.py*] and IR weights file suit …
84 …e -f caffe -n caffe_resnet_IR.pb -w caffe_resnet_IR.npy -d caffe_converted.py -dw caffe_converted.
88 Target weights are saved as [caffe_converted.npy].
93 …from python code [*caffe_converted.py*] and weights file [*caffe_converted.npy*] for further usage.
96 $ mmtomodel -f caffe -in caffe_converted.py -iw caffe_converted.npy -o caffe_target
98 …ototxt] and [caffe_target.caffemodel], generated by [caffe_converted.py] and [caffe_converted.npy].
/dports/misc/mmdnn/MMdnn-0.3.1/docs/
H A Dtf2pytorch.md57 …th], generated by [052eb72db9934edc90d8e1ffa48144d7.py] and [052eb72db9934edc90d8e1ffa48144d7.npy].
60 …2eb72db9934edc90d8e1ffa48144d7.py** and **052eb72db9934edc90d8e1ffa48144d7.npy** are temporal file…
75 IR weights are saved as [converted.npy].
78 …n** files *converted.json* for visualization, *converted.proto* and *converted.npy* for next steps.
83 … mmtocode -f pytorch -n converted.pb -w converted.npy -d converted_pytorch.py -dw converted_pytorc…
87 Target weights are saved as [converted_pytorch.npy].
90 …yTorch** codes to build the *ResNet V2 152* network and *converted_pytorch.npy* which is used to s…
92 …k building file *converted_pytorch.py* and weights file *converted_pytorch.npy*. You can use these…
97 $ mmtomodel -f pytorch -in converted_pytorch.py -iw converted_pytorch.npy -o converted_pytorch.pth
99 … saved as [converted_pytorch.pth], generated by [converted_pytorch.py] and [converted_pytorch.npy].
H A Dkeras2cntk.md52 …nn], generated by [2c33f7f278cb46be992f50226fcfdb5d.py] and [2c33f7f278cb46be992f50226fcfdb5d.npy].
55 …33f7f278cb46be992f50226fcfdb5d.py** and **2c33f7f278cb46be992f50226fcfdb5d.npy** are temporal file…
70 IR weights are saved as [converted.npy].
73 …tion** files *converted.json* for visualization, *converted.pb* and *converted.npy* for next steps.
78 $ mmtocode -f cntk -d converted_cntk.py -n converted.pb -w converted.npy
86 …models to CNTK network file *converted_cntk.py* and weight file *converted.npy*. You can use these…
91 $ mmtomodel -f cntk -in converted_cntk -iw converted.npy -o cntk_inception_v3.dnn
95 …del file is saved as [cntk_inception_v3.dnn], generated by [converted_cntk.py] and [converted.npy].
/dports/misc/adios2/ADIOS2-2.7.1/examples/heatTransfer/read/
H A DReadSettings.cpp49 npy = convertToUint("M", argv[5]);
51 if (npx * npy != static_cast<unsigned int>(this->nproc))
63 size_t ndy = gndy / npy; in DecomposeArray()
72 if (posy == npy - 1) in DecomposeArray()
75 ndy = gndy - ndy * (npy - 1); in DecomposeArray()
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/test/
H A Dtest_onnx_importer.cpp29 npy, enumerator
40 if (ext == npy) { in testONNXModels()
96 testONNXModels("instancenorm", npy); in TEST_P()
105 testONNXModels("maxpooling", npy, 0, 0, false, false); in TEST_P()
109 testONNXModels("two_maxpooling", npy, 0, 0, false, false); in TEST_P()
271 testONNXModels("clip", npy); in TEST_P()
333 testONNXModels("pow2", npy, 0, 0, false, false); in TEST_P()
387 testONNXModels("max_pool3d", npy, 0, 0, false, false); in TEST_P()
531 testONNXModels("padding", npy, 0, 0, false, false); in TEST_P()
659 testONNXModels("slice", npy, 0, 0, false, false); in TEST_P()
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/scala-package/examples/src/main/scala/org/apache/mxnetexamples/profiler/
H A DProfilerNDArray.scala139 val npy = rand.toArray constant
141 arr.set(npy)
142 require(reldiff(npy, arr.toArray) < 1e-6f)
144 require(reldiff(npy.map(_ * -1f), negativeArr.toArray) < 1e-6f)
148 require(reldiff(npy, arr.toArray) < 1e-6f)
195 var npy = (0 until shape.product).toArray.map(_.toFloat) variable
197 arr.set(npy)
201 npy = npy.map(i => 0f)
202 for (i <- 0 until indices.length) npy(i * shape(1) + indices(i)) = 1f
206 require(arr.toArray.zip(npy).map(x => x._1 - x._2).sum == 0f)
/dports/misc/mxnet/incubator-mxnet-1.9.0/scala-package/examples/src/main/scala/org/apache/mxnetexamples/profiler/
H A DProfilerNDArray.scala139 val npy = rand.toArray constant
141 arr.set(npy)
142 require(reldiff(npy, arr.toArray) < 1e-6f)
144 require(reldiff(npy.map(_ * -1f), negativeArr.toArray) < 1e-6f)
148 require(reldiff(npy, arr.toArray) < 1e-6f)
195 var npy = (0 until shape.product).toArray.map(_.toFloat) variable
197 arr.set(npy)
201 npy = npy.map(i => 0f)
202 for (i <- 0 until indices.length) npy(i * shape(1) + indices(i)) = 1f
206 require(arr.toArray.zip(npy).map(x => x._1 - x._2).sum == 0f)
/dports/misc/adios2/ADIOS2-2.7.1/examples/heatTransfer/write/
H A DSettings.cpp47 npy = convertToUint("M", argv[4]);
53 if (npx * npy != this->nproc)
60 gndy = npy * ndy;
82 if (posy == npy - 1)
/dports/devel/automake/automake-1.16.5/t/
H A Dinstdir-prog.sh41 nobase_pyexec_PROGRAMS = npy sub/npy
53 cp p.c npy.c
54 cp p.c sub/npy.c

12345678910>>...24