/external/tensorflow/tensorflow/contrib/slim/python/slim/nets/ |
D | vgg.py | 104 net = layers_lib.repeat( 106 net = layers_lib.max_pool2d(net, [2, 2], scope='pool1') 107 net = layers_lib.repeat(net, 1, layers.conv2d, 128, [3, 3], scope='conv2') 108 net = layers_lib.max_pool2d(net, [2, 2], scope='pool2') 109 net = layers_lib.repeat(net, 2, layers.conv2d, 256, [3, 3], scope='conv3') 110 net = layers_lib.max_pool2d(net, [2, 2], scope='pool3') 111 net = layers_lib.repeat(net, 2, layers.conv2d, 512, [3, 3], scope='conv4') 112 net = layers_lib.max_pool2d(net, [2, 2], scope='pool4') 113 net = layers_lib.repeat(net, 2, layers.conv2d, 512, [3, 3], scope='conv5') 114 net = layers_lib.max_pool2d(net, [2, 2], scope='pool5') [all …]
|
D | inception_v1.py | 67 net = layers.conv2d(inputs, 64, [7, 7], stride=2, scope=end_point) 68 end_points[end_point] = net 70 return net, end_points 72 net = layers_lib.max_pool2d(net, [3, 3], stride=2, scope=end_point) 73 end_points[end_point] = net 75 return net, end_points 77 net = layers.conv2d(net, 64, [1, 1], scope=end_point) 78 end_points[end_point] = net 80 return net, end_points 82 net = layers.conv2d(net, 192, [3, 3], scope=end_point) [all …]
|
D | inception_v2.py | 103 net = layers.separable_conv2d( 110 end_points[end_point] = net 112 return net, end_points 115 net = layers_lib.max_pool2d(net, [3, 3], scope=end_point, stride=2) 116 end_points[end_point] = net 118 return net, end_points 121 net = layers.conv2d( 122 net, 126 end_points[end_point] = net 128 return net, end_points [all …]
|
D | inception_v3.py | 112 net = layers.conv2d(inputs, depth(32), [3, 3], stride=2, scope=end_point) 113 end_points[end_point] = net 115 return net, end_points 118 net = layers.conv2d(net, depth(32), [3, 3], scope=end_point) 119 end_points[end_point] = net 121 return net, end_points 124 net = layers.conv2d( 125 net, depth(64), [3, 3], padding='SAME', scope=end_point) 126 end_points[end_point] = net 128 return net, end_points [all …]
|
D | overfeat.py | 98 net = layers.conv2d( 100 net = layers_lib.max_pool2d(net, [2, 2], scope='pool1') 101 net = layers.conv2d(net, 256, [5, 5], padding='VALID', scope='conv2') 102 net = layers_lib.max_pool2d(net, [2, 2], scope='pool2') 103 net = layers.conv2d(net, 512, [3, 3], scope='conv3') 104 net = layers.conv2d(net, 1024, [3, 3], scope='conv4') 105 net = layers.conv2d(net, 1024, [3, 3], scope='conv5') 106 net = layers_lib.max_pool2d(net, [2, 2], scope='pool5') 112 net = layers.conv2d(net, 3072, [6, 6], padding='VALID', scope='fc6') 113 net = layers_lib.dropout( [all …]
|
D | alexnet.py | 101 net = layers.conv2d( 103 net = layers_lib.max_pool2d(net, [3, 3], 2, scope='pool1') 104 net = layers.conv2d(net, 192, [5, 5], scope='conv2') 105 net = layers_lib.max_pool2d(net, [3, 3], 2, scope='pool2') 106 net = layers.conv2d(net, 384, [3, 3], scope='conv3') 107 net = layers.conv2d(net, 384, [3, 3], scope='conv4') 108 net = layers.conv2d(net, 256, [3, 3], scope='conv5') 109 net = layers_lib.max_pool2d(net, [3, 3], 2, scope='pool5') 116 net = layers.conv2d(net, 4096, [5, 5], padding='VALID', scope='fc6') 117 net = layers_lib.dropout( [all …]
|
/external/tcpdump/tests/ |
D | dnssec-vv.out | 2 ….1.53: [bad udp cksum 0xfe49 -> 0xb5ef!] 20972+ [1au] SSHFP? monadic.cynic.net. ar: . OPT UDPsize=… 4 …net. 3/6/13 monadic.cynic.net. SSHFP, monadic.cynic.net. RRSIG, monadic.cynic.net. RRSIG ns: cynic… 6 ….0.0.1.53: [bad udp cksum 0xfe49 -> 0x28d8!] 48576+ [1au] A? monadic.cynic.net. ar: . OPT UDPsize=… 8 …net. 1/4/5 monadic.cynic.net. A 125.100.126.202 ns: cynic.net. NS ns4.cynic.net., cynic.net. NS ns… 10 ….1.53: [bad udp cksum 0xfe49 -> 0xf266!] 49432+ [1au] SSHFP? monadic.cynic.net. ar: . OPT UDPsize=… 12 …net. 1/4/5 monadic.cynic.net. SSHFP ns: cynic.net. NS ns4.cynic.net., cynic.net. NS ns1.cynic.net.…
|
/external/guava/guava-gwt/test/com/google/common/net/ |
D | MediaTypeTest_gwt.java | 16 package com.google.common.net; 22 com.google.common.net.MediaTypeTest testCase = new com.google.common.net.MediaTypeTest(); in testCreateApplicationType() 27 com.google.common.net.MediaTypeTest testCase = new com.google.common.net.MediaTypeTest(); in testCreateAudioType() 32 com.google.common.net.MediaTypeTest testCase = new com.google.common.net.MediaTypeTest(); in testCreateImageType() 37 com.google.common.net.MediaTypeTest testCase = new com.google.common.net.MediaTypeTest(); in testCreateTextType() 42 com.google.common.net.MediaTypeTest testCase = new com.google.common.net.MediaTypeTest(); in testCreateVideoType() 47 com.google.common.net.MediaTypeTest testCase = new com.google.common.net.MediaTypeTest(); in testCreate_invalidSubtype() 52 com.google.common.net.MediaTypeTest testCase = new com.google.common.net.MediaTypeTest(); in testCreate_invalidType() 57 com.google.common.net.MediaTypeTest testCase = new com.google.common.net.MediaTypeTest(); in testCreate_wildcardTypeDeclaredSubtype() 62 com.google.common.net.MediaTypeTest testCase = new com.google.common.net.MediaTypeTest(); in testEquals() [all …]
|
D | InternetDomainNameTest_gwt.java | 16 package com.google.common.net; 22 …com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNa… in testChild() 27 …com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNa… in testEquality() 32 …com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNa… in testExclusion() 37 …com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNa… in testInvalid() 42 …com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNa… in testInvalidTopPrivateDomain() 47 …com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNa… in testIsValid() 52 …com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNa… in testMultipleUnders() 57 …com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNa… in testParent() 62 …com.google.common.net.InternetDomainNameTest testCase = new com.google.common.net.InternetDomainNa… in testParentChild() [all …]
|
D | HostAndPortTest_gwt.java | 16 package com.google.common.net; 22 com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); in testFromHost() 27 com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); in testFromParts() 32 com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); in testFromStringBadDefaultPort() 37 com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); in testFromStringBadPort() 42 com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); in testFromStringParseableNonsense() 47 com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); in testFromStringUnparseableNonsense() 52 com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); in testFromStringUnusedDefaultPort() 57 com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); in testFromStringWellFormed() 62 com.google.common.net.HostAndPortTest testCase = new com.google.common.net.HostAndPortTest(); in testGetPortOrDefault() [all …]
|
D | PercentEscaperTest_gwt.java | 16 package com.google.common.net; 22 …com.google.common.net.PercentEscaperTest testCase = new com.google.common.net.PercentEscaperTest(); in testBadArguments_badchars() 27 …com.google.common.net.PercentEscaperTest testCase = new com.google.common.net.PercentEscaperTest(); in testBadArguments_null() 32 …com.google.common.net.PercentEscaperTest testCase = new com.google.common.net.PercentEscaperTest(); in testBadArguments_plusforspace() 37 …com.google.common.net.PercentEscaperTest testCase = new com.google.common.net.PercentEscaperTest(); in testCustomEscaper() 42 …com.google.common.net.PercentEscaperTest testCase = new com.google.common.net.PercentEscaperTest(); in testCustomEscaper_withpercent() 47 …com.google.common.net.PercentEscaperTest testCase = new com.google.common.net.PercentEscaperTest(); in testPlusForSpace() 52 …com.google.common.net.PercentEscaperTest testCase = new com.google.common.net.PercentEscaperTest(); in testSimpleEscaper()
|
/external/antlr/antlr-3.4/runtime/JavaScript/third/ |
D | antcontrib.properties | 1 antclipse=net.sf.antcontrib.antclipse.ClassPathTask 2 antserver=net.sf.antcontrib.antserver.server.ServerTask 3 remoteant=net.sf.antcontrib.antserver.client.ClientTask 4 verifydesign=net.sf.antcontrib.design.VerifyDesign 5 inifile=net.sf.antcontrib.inifile.IniFileTask 6 if=net.sf.antcontrib.logic.IfTask 7 foreach=net.sf.antcontrib.logic.ForEach 8 for=net.sf.antcontrib.logic.ForTask 9 throw=net.sf.antcontrib.logic.Throw 10 trycatch=net.sf.antcontrib.logic.TryCatchTask [all …]
|
/external/tensorflow/tensorflow/contrib/eager/python/ |
D | network_test.py | 67 def _save_modify_load_network_built(self, net, global_step=None): argument 70 network=net, save_path=checkpoint_directory, global_step=global_step) 72 original_output = self.evaluate(net(input_value)) 73 for var in net.variables: 76 self.evaluate(net(input_value)), 79 network.restore_network_checkpoint(net, save_path=checkpoint_directory) 82 self.evaluate(net(input_value))) 83 for var in net.variables: 85 network.restore_network_checkpoint(net, save_path=checkpoint_path) 88 self.evaluate(net(input_value))) [all …]
|
/external/libnl/etc/ |
D | pktloc | 6 ip.version u8 net+0 0xF0 4 7 ip.hdrlen u8 net+0 0x0F 8 ip.diffserv u8 net+1 9 ip.length u16 net+2 10 ip.id u16 net+4 11 ip.flag.res u8 net+6 0xff 7 12 ip.df u8 net+6 0x40 6 13 ip.mf u8 net+6 0x20 5 14 ip.offset u16 net+6 0x1FFF 15 ip.ttl u8 net+8 [all …]
|
/external/honggfuzz/examples/linux_kernel_ip/ |
D | linux-kernel-4.10.0.patch | 3 Subject: [PATCH] net: no_csums 8 diff --git a/drivers/net/tun.c b/drivers/net/tun.c 10 --- a/drivers/net/tun.c 11 +++ b/drivers/net/tun.c 22 diff --git a/net/core/datagram.c b/net/core/datagram.c 24 --- a/net/core/datagram.c 25 +++ b/net/core/datagram.c 35 diff --git a/net/core/dev.c b/net/core/dev.c 37 --- a/net/core/dev.c 38 +++ b/net/core/dev.c [all …]
|
/external/ltp/testcases/network/stress/multicast/grp-operation/ |
D | mcast-lib.sh | 37 SYSFS_IGMP_MAX_MEMBERSHIPS=$(sysctl -b net.ipv4.igmp_max_memberships) 38 SYSFS_IGMP_MAX_MSF=$(sysctl -b net.ipv4.igmp_max_msf) 39 SYSFS_FORCE_IGMP_VERSION=$(sysctl -b net.ipv4.conf.$(tst_iface).force_igmp_version) 40 SYSFS_ALL_FORCE_IGMP_VERSION=$(sysctl -b net.ipv4.conf.all.force_igmp_version) 45 ROD sysctl -qw net.ipv4.igmp_max_memberships=$igmp_max_memberships 46 ROD sysctl -qw net.ipv4.igmp_max_msf=10 47 ROD sysctl -qw net.ipv4.conf.$(tst_iface).force_igmp_version=0 48 ROD sysctl -qw net.ipv4.conf.all.force_igmp_version=0 56 SYSCTL_ALL_FORCE_MLD_VERSION=$(sysctl -b net.ipv6.conf.all.force_mld_version) 57 SYSCTL_FORCE_MLD_VERSION=$(sysctl -b net.ipv6.conf.$(tst_iface).force_mld_version) [all …]
|
/external/libopus/src/ |
D | mlp_train.c | 49 MLPTrain *net; in mlp_init() local 51 net = malloc(sizeof(*net)); in mlp_init() 52 net->topo = malloc(nbLayers*sizeof(net->topo[0])); in mlp_init() 54 net->topo[i] = topo[i]; in mlp_init() 57 net->in_rate = malloc((inDim+1)*sizeof(net->in_rate[0])); in mlp_init() 58 net->weights = malloc((nbLayers-1)*sizeof(net->weights)); in mlp_init() 59 net->best_weights = malloc((nbLayers-1)*sizeof(net->weights)); in mlp_init() 62 net->weights[i] = malloc((topo[i]+1)*topo[i+1]*sizeof(net->weights[0][0])); in mlp_init() 63 net->best_weights[i] = malloc((topo[i]+1)*topo[i+1]*sizeof(net->weights[0][0])); in mlp_init() 77 net->in_rate[1+j] = .5/(.0001+std); in mlp_init() [all …]
|
/external/autotest/server/cros/tradefed_test_unittest_data/ |
D | CtsHostsideNetworkTests.txt | 8 03-22 23:13:45 D/ModuleListener: ModuleListener.testRunStarted(com.android.cts.net.HostsideVpnTests… 10 03-22 23:13:45 D/DeviceTestCase: Running com.android.cts.net.HostsideVpnTests#testAppDisallowed() 11 03-22 23:13:45 D/ModuleListener: ModuleListener.testStarted(com.android.cts.net.HostsideVpnTests#te… 12 03-22 23:13:45 D/TestDevice: Uninstalling com.android.cts.net.hostside 17 03-22 23:13:48 D/TestDevice: Uninstalling com.android.cts.net.hostside.app2 22 …am instrument -w -r -e class com.android.cts.net.hostside.VpnTest#testAppDisallowed com.android.… 23 03-22 23:14:03 D/TestDevice: Uninstalling com.android.cts.net.hostside 24 03-22 23:14:04 D/TestDevice: Uninstalling com.android.cts.net.hostside.app2 25 03-22 23:14:05 D/ModuleListener: ModuleListener.testEnded(com.android.cts.net.HostsideVpnTests#test… 26 …x86 CtsHostsideNetworkTests chromeos2-row4-rack5-host4:22] com.android.cts.net.HostsideVpnTests#te… [all …]
|
/external/syslinux/core/fs/pxe/ |
D | core.c | 27 struct net_private_lwip *priv = &socket->net.lwip; in core_udp_open() 51 struct net_private_lwip *priv = &socket->net.lwip; in core_udp_close() 69 struct net_private_lwip *priv = &socket->net.lwip; in core_udp_connect() 84 struct net_private_lwip *priv = &socket->net.lwip; in core_udp_disconnect() 101 struct net_private_lwip *priv = &socket->net.lwip; in core_udp_recv() 137 struct netconn *conn = socket->net.lwip.conn; in core_udp_send() 178 struct netconn *conn = socket->net.lwip.conn; in core_udp_sendto() 251 socket->net.lwip.conn = netconn_new(NETCONN_TCP); in core_tcp_open() 252 if (!socket->net.lwip.conn) in core_tcp_open() 263 err = netconn_connect(socket->net.lwip.conn, &addr, port); in core_tcp_connect() [all …]
|
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/ |
D | ConscryptJava6Suite.java | 24 import org.conscrypt.javax.net.ssl.HttpsURLConnectionTest; 25 import org.conscrypt.javax.net.ssl.KeyManagerFactoryTest; 26 import org.conscrypt.javax.net.ssl.KeyStoreBuilderParametersTest; 27 import org.conscrypt.javax.net.ssl.SNIHostNameTest; 28 import org.conscrypt.javax.net.ssl.SSLContextTest; 29 import org.conscrypt.javax.net.ssl.SSLEngineTest; 30 import org.conscrypt.javax.net.ssl.SSLParametersTest; 31 import org.conscrypt.javax.net.ssl.SSLServerSocketFactoryTest; 32 import org.conscrypt.javax.net.ssl.SSLServerSocketTest; 33 import org.conscrypt.javax.net.ssl.SSLSessionContextTest; [all …]
|
D | ConscryptSuite.java | 25 import org.conscrypt.javax.net.ssl.HttpsURLConnectionTest; 26 import org.conscrypt.javax.net.ssl.KeyManagerFactoryTest; 27 import org.conscrypt.javax.net.ssl.KeyStoreBuilderParametersTest; 28 import org.conscrypt.javax.net.ssl.SNIHostNameTest; 29 import org.conscrypt.javax.net.ssl.SSLContextTest; 30 import org.conscrypt.javax.net.ssl.SSLEngineTest; 31 import org.conscrypt.javax.net.ssl.SSLParametersTest; 32 import org.conscrypt.javax.net.ssl.SSLServerSocketFactoryTest; 33 import org.conscrypt.javax.net.ssl.SSLServerSocketTest; 34 import org.conscrypt.javax.net.ssl.SSLSessionContextTest; [all …]
|
/external/libexif/ |
D | ChangeLog | 48 * Updated non-TP translations from launchpad.net's "precise" 51 * Added new translations from launchpad.net's "precise" translations: 88 https://bugs.launchpad.net/bugs/712115 reported by Daniel Thibault). 97 * Updated non-TP translations from launchpad.net: 99 * po/bs.po: Added Bosnian translation from launchpad.net 100 * po/tr.po: Added Turkish translation from launchpad.net 216 * Added a bunch of new translations from launchpad.net 321 2009-09-23 Jan Patera <patera@users.sourceforge.net> 370 2009-03-21 Lutz Mueller <lutz@users.sourceforge.net> 386 2009-03-16 Lutz Mueller <lutz@users.sourceforge.net> [all …]
|
/external/walt/hardware/kicad/ |
D | WALTsm.kicad_pcb | 100 (net 0 "") 101 (net 1 "Net-(C1-Pad1)") 102 (net 2 "Net-(C1-Pad2)") 103 (net 3 /DEBUG_LED2) 104 (net 4 /DEBUG_LED1) 105 (net 5 GND) 106 (net 6 /AUDIO_PIN) 107 (net 7 /SERIAL_CTS) 108 (net 8 /SERIAL_TX) 109 (net 9 /SERIAL_RX) [all …]
|
/external/tensorflow/tensorflow/examples/learn/ |
D | resnet.py | 58 net = tf.layers.conv2d( 63 net = tf.layers.batch_normalization(net) 66 net = tf.layers.max_pooling2d( 67 net, pool_size=3, strides=2, padding='same') 71 net = tf.layers.conv2d( 72 net, 86 net, 104 input_dim = net.get_shape()[-1].value 115 net = conv + net 121 net = tf.layers.conv2d( [all …]
|
/external/tcpdump/ |
D | CREDITS | 14 Aaron Campbell <aaron at arbor dot net> 15 A Costa <agcosta at gis dot net> 17 Alexandra Kossovsky <alexandra1975 at sourceforge dot net> 19 Ananth Suryanarayana <anantha at juniper dot net> 21 Andrew Brown <atatat at atatdot dot net> 22 Andrew Church <andrew at users dot sourceforge dot net> 24 Andrew Hintz <adhintz at users dot sourceforge dot net> 27 Andy Heffernan <ahh at juniper dot net> 28 Anton Bernal <anton at juniper dot net> 32 Arnaldo Carvalho de Melo <acme at ghostprotocols dot net> [all …]
|