81%
04.11.2011
.data = new uchar[out.height * out.width];
32
33 // Iterate over all pixels of the output image
34 for(size_t y = 0; y < out.height; ++y)
35 {
36 for(size_t x = 0; x < out.width; ++x)
37 ...
We take a close look at how to integrate graphics processors into your parallel programs with OpenCL.
81%
18.07.2013
-Code of the IOPS Tests
01 Make Secure Erase
02 Workload Ind. Preconditioning
03 While not steady state
04 For workloads [100, 95, 65, 50, 35, 5, 0]
05 For block sizes ['1024k', '128k', '64k', '32k
81%
22.12.2017
to it, you can begin to appreciate what compilers and linkers do for users today.
Listing 1
Show Linked Libraries (ldd)
$ pgf90 test1.f90 -o test1
$ ldd test1
linux-vdso.so.1 => (0x
81%
01.08.2019
/12
private-address: 192.168.0.0/16
private-address: 169.254.0.0/16
ratelimit: 1000
tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
unwanted-reply-threshold: 10000
use
81%
12.09.2013
;
05
06 print "Status: 200\nContent-Type: text/plain\n\n";
07 $|=1; $|=0; # flush
08
09 my $dbh=DBI->connect('dbi:Pg:dbname=r2', 'ipp', undef, {RaiseError=>1});
10
11 my $sth
81%
12.03.2013
; it can't give you information about how the filesystem or virtual filesystem (VFS) is affecting application I/O; however, it does you give some insight into how your devices are behaving.
Many times
81%
25.10.2011
1
05 set remote-gw 192.168.1.31
06 set psksecret
ENC kB+sdP4e109vAROdm9TRn9YIzA47T3JHPK4xVOzYu/8nc3wmqBknMZBzfHU7VRuWBF2gncDuHY1ubeCk9DU3zasHi61Izu0m6cg1cdERjgNmKKcO
07 set keepalive ... how well they fit.
81%
16.05.2013
dial:
Logon time: 0
Logoff time: 9223372036854775807 seconds since the Epoch
Kickoff time: 9223372036854775807 seconds since the Epoch
Password last set: Sat, 05 Jan 2013 13 ... Samba can act as a PDC or BDC on a Windows NT4-style domain. Compared with a Windows-only solution, Samba saves money on licensing, and users can log in from Linux or OS X.
81%
03.12.2024
convolutional layer.
Convolutional filters number 64 instead of 32.
The dropout rate has been increased to 0.5 (50%).
Listing 4: Second Block
model.add(layers.Conv2D(64, (3,3), padding
81%
26.01.2025
.add(layers.Dropout(0.5))
Only one more small block of model layers remains. Recall that the model is processing 2D images, which doesn't work well when categorizing images: How do you map them? The Keras Flatten