Home
last modified time | relevance | path

Searched full:applications (Results 1 – 25 of 3120) sorted by relevance

12345678910>>...125

/external/tensorflow/tensorflow/python/keras/applications/
Dapplications_test.py15 """Integration tests for Keras applications."""
23 from tensorflow.python.keras import applications
28 (applications.ResNet50, 2048),
29 (applications.VGG16, 512),
30 (applications.VGG19, 512),
31 (applications.Xception, 2048),
32 (applications.InceptionV3, 2048),
33 (applications.InceptionResNetV2, 1536),
34 (applications.MobileNet, 1024),
35 (applications.MobileNetV2, 1280),
[all …]
D__init__.py15 """Keras Applications are canned architectures with pre-trained weights."""
60 modules required by the Applications.
74 from tensorflow.python.keras.applications.densenet import DenseNet121
75 from tensorflow.python.keras.applications.densenet import DenseNet169
76 from tensorflow.python.keras.applications.densenet import DenseNet201
77 from tensorflow.python.keras.applications.inception_resnet_v2 import InceptionResNetV2
78 from tensorflow.python.keras.applications.inception_v3 import InceptionV3
79 from tensorflow.python.keras.applications.mobilenet import MobileNet
80 from tensorflow.python.keras.applications.mobilenet_v2 import MobileNetV2
81 from tensorflow.python.keras.applications.nasnet import NASNetLarge
[all …]
Ddensenet.py24 from tensorflow.python.keras.applications import keras_modules_injection
28 @keras_export('keras.applications.densenet.DenseNet121',
29 'keras.applications.DenseNet121')
35 @keras_export('keras.applications.densenet.DenseNet169',
36 'keras.applications.DenseNet169')
42 @keras_export('keras.applications.densenet.DenseNet201',
43 'keras.applications.DenseNet201')
49 @keras_export('keras.applications.densenet.decode_predictions')
55 @keras_export('keras.applications.densenet.preprocess_input')
Dnasnet.py24 from tensorflow.python.keras.applications import keras_modules_injection
28 @keras_export('keras.applications.nasnet.NASNetMobile',
29 'keras.applications.NASNetMobile')
35 @keras_export('keras.applications.nasnet.NASNetLarge',
36 'keras.applications.NASNetLarge')
42 @keras_export('keras.applications.nasnet.decode_predictions')
48 @keras_export('keras.applications.nasnet.preprocess_input')
Dxception.py24 from tensorflow.python.keras.applications import keras_modules_injection
28 @keras_export('keras.applications.xception.Xception',
29 'keras.applications.Xception')
35 @keras_export('keras.applications.xception.decode_predictions')
41 @keras_export('keras.applications.xception.preprocess_input')
Dvgg19.py24 from tensorflow.python.keras.applications import keras_modules_injection
28 @keras_export('keras.applications.vgg19.VGG19',
29 'keras.applications.VGG19')
35 @keras_export('keras.applications.vgg19.decode_predictions')
41 @keras_export('keras.applications.vgg19.preprocess_input')
Dresnet50.py24 from tensorflow.python.keras.applications import keras_modules_injection
28 @keras_export('keras.applications.resnet50.ResNet50',
29 'keras.applications.ResNet50')
35 @keras_export('keras.applications.resnet50.decode_predictions')
41 @keras_export('keras.applications.resnet50.preprocess_input')
Dinception_resnet_v2.py24 from tensorflow.python.keras.applications import keras_modules_injection
28 @keras_export('keras.applications.inception_resnet_v2.InceptionResNetV2',
29 'keras.applications.InceptionResNetV2')
35 @keras_export('keras.applications.inception_resnet_v2.decode_predictions')
41 @keras_export('keras.applications.inception_resnet_v2.preprocess_input')
Dvgg16.py24 from tensorflow.python.keras.applications import keras_modules_injection
28 @keras_export('keras.applications.vgg16.VGG16',
29 'keras.applications.VGG16')
35 @keras_export('keras.applications.vgg16.decode_predictions')
41 @keras_export('keras.applications.vgg16.preprocess_input')
Dmobilenet.py24 from tensorflow.python.keras.applications import keras_modules_injection
28 @keras_export('keras.applications.mobilenet.MobileNet',
29 'keras.applications.MobileNet')
35 @keras_export('keras.applications.mobilenet.decode_predictions')
41 @keras_export('keras.applications.mobilenet.preprocess_input')
Dmobilenet_v2.py24 from tensorflow.python.keras.applications import keras_modules_injection
28 @keras_export('keras.applications.mobilenet_v2.MobileNetV2',
29 'keras.applications.MobileNetV2')
35 @keras_export('keras.applications.mobilenet_v2.decode_predictions')
41 @keras_export('keras.applications.mobilenet_v2.preprocess_input')
Dinception_v3.py24 from tensorflow.python.keras.applications import keras_modules_injection
28 @keras_export('keras.applications.inception_v3.InceptionV3',
29 'keras.applications.InceptionV3')
35 @keras_export('keras.applications.inception_v3.decode_predictions')
41 @keras_export('keras.applications.inception_v3.preprocess_input')
/external/tensorflow/tensorflow/contrib/keras/api/keras/applications/
D__init__.py15 """Keras Applications are canned architectures with pre-trained weights."""
21 from tensorflow.contrib.keras.api.keras.applications import inception_v3
22 from tensorflow.contrib.keras.api.keras.applications import mobilenet
23 from tensorflow.contrib.keras.api.keras.applications import resnet50
24 from tensorflow.contrib.keras.api.keras.applications import vgg16
25 from tensorflow.contrib.keras.api.keras.applications import vgg19
26 from tensorflow.contrib.keras.api.keras.applications import xception
27 from tensorflow.contrib.keras.api.keras.applications.inception_v3 import InceptionV3
28 from tensorflow.contrib.keras.api.keras.applications.mobilenet import MobileNet
29 from tensorflow.contrib.keras.api.keras.applications.resnet50 import ResNet50
[all …]
/external/tensorflow/tensorflow/python/tools/api/generator/
Dapi_init_files.bzl67 "keras/applications/__init__.py",
68 "keras/applications/densenet/__init__.py",
69 "keras/applications/inception_resnet_v2/__init__.py",
70 "keras/applications/inception_v3/__init__.py",
71 "keras/applications/mobilenet/__init__.py",
72 "keras/applications/mobilenet_v2/__init__.py",
73 "keras/applications/nasnet/__init__.py",
74 "keras/applications/resnet50/__init__.py",
75 "keras/applications/vgg16/__init__.py",
76 "keras/applications/vgg19/__init__.py",
[all …]
Dapi_init_files_v1.bzl92 "keras/applications/__init__.py",
93 "keras/applications/densenet/__init__.py",
94 "keras/applications/inception_resnet_v2/__init__.py",
95 "keras/applications/inception_v3/__init__.py",
96 "keras/applications/mobilenet/__init__.py",
97 "keras/applications/mobilenet_v2/__init__.py",
98 "keras/applications/nasnet/__init__.py",
99 "keras/applications/resnet50/__init__.py",
100 "keras/applications/vgg16/__init__.py",
101 "keras/applications/vgg19/__init__.py",
[all …]
/external/tensorflow/tensorflow/contrib/keras/
DBUILD18 "api/keras/applications/__init__.py",
19 "api/keras/applications/inception_v3/__init__.py",
20 "api/keras/applications/mobilenet/__init__.py",
21 "api/keras/applications/resnet50/__init__.py",
22 "api/keras/applications/vgg16/__init__.py",
23 "api/keras/applications/vgg19/__init__.py",
24 "api/keras/applications/xception/__init__.py",
/external/curl/docs/libcurl/
Dlibcurl-security.335 Many applications are used in closed networks where users and servers can
38 some risks in the ways in which applications commonly use libcurl and
40 shows classes of attacks that robust applications should consider. The Common
61 For applications that enable .netrc use, a user who manage to set the right
102 default. Applications are encouraged to restrict that set further.
129 Applications can mitigate against this by disabling
140 server behind a firewall, such as 127.0.0.1 or 10.1.2.3. Applications can
148 display the result. Applications can mitigate against this with the
154 behind a firewall. Applications can mitigate against this by using the
181 overwritten. Applications must not allow any unsanitized URL to be passed in
[all …]
/external/python/google-api-python-client/docs/dyn/
Dadmin_datatransfer_v1.applications.html75 …Admin Data Transfer API</a> . <a href="admin_datatransfer_v1.applications.html">applications</a></…
82 <p class="firstline">Lists the applications available for data transfer for a customer.</p>
115 <pre>Lists the applications available for data transfer for a customer.
125 { # Template for a collection of Applications.
127 …"applications": [ # List of applications that support data transfer and are also installed for the…
143 …: "admin#datatransfer#applicationsList", # Identifies the resource as a collection of Applications.
/external/libpcap/doc/
DREADME.linux.md11 from applications using libpcap.
19 The Packet protocol is used by applications which communicate
35 The Packet protocol is used by applications which communicate
76 will probably be used by other applications in the future) won't work
85 can replace that older version without breaking applications built with
87 procedure for applications whose configure script doesn't use the
89 procedure for applications whose configure scripts use the pcap-config
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
Dx1859.htm89 applications, for example video images, raw or sliced VBI data, RDS
93 reopening a device, applications should always negotiate a data format
97 applications can also just query the current selection.</P
146 multiple panel applications can access the same device concurrently to
166 >When applications omit the
211 applications must support the <CODE
252 by all drivers exchanging image data with applications.</P
263 conversion routine or library for integration into applications.</P
295 enumerate) seems useless, but there are applications serving as proxy
296 between drivers and the actual video applications for which this is
Dr11680.htm167 captured or output, applications can request frame skipping or
190 >To get and set the streaming parameters applications call
385 >Set by drivers and applications, see <A
408 >Applications store here the desired frame
420 reset manually applications can just set this field to
444 unused, applications and drivers must set this field to zero.
445 Applications using this field should check the driver name and
460 >Applications set this field to the desired number
485 applications must set the array to zero.</TD
538 >Set by drivers and applications, see <A
[all …]
Dx294.htm80 >When multiple applications share a device it may be
83 could for example block other applications from changing video
85 permit low priority applications working in background, which can be
86 preempted by user controlled applications and automatically regain
106 Applications requiring a different priority will usually call
130 An event mechanism to notify applications about asynchronous property
/external/libcxx/docs/
DUsingLibcxx.rst234 backporting applications of ``[[nodiscard]]`` from newer dialects and
235 additional extended applications at the discretion of the library. All
236 additional applications of ``[[nodiscard]]`` are disabled by default.
237 See :ref:`Extended Applications of [[nodiscard]] <nodiscard extension>` for
242 purely as an extension. See :ref:`Extended Applications of [[nodiscard]] <nodiscard extension>`
268 …``[[nodiscard]]`` in dialects after C++17. See :ref:`Extended Applications of [[nodiscard]] <nodi…
280 Extended applications of ``[[nodiscard]]``
292 applications of ``[[nodiscard]]`` takes two forms:
297 2. Extended applications of ``[[nodiscard]]``, at the libraries discretion,
300 Users may also opt-out of additional applications ``[[nodiscard]]`` using
[all …]
/external/ImageMagick/
DImageMagick.spec.in9 Group: Applications/Multimedia
36 …ou may use, copy, modify, and distribute in both open and proprietary applications. It is distribu…
53 need to develop ImageMagick applications. ImageMagick is an image
56 If you want to create applications that will use ImageMagick code or
63 Group: Applications/Multimedia
66 This packages contains a shared libraries to use within other applications.
70 Group: Applications/Multimedia
75 save and load DjvU files from ImageMagick and libMagickCore using applications.
112 Install ImageMagick-c++ if you want to use any applications that use Magick++.
123 need to develop ImageMagick applications using the Magick++ C++ bindings.
[all …]
/external/python/cpython3/Doc/faq/
Dgui.rst65 if you want to write proprietary applications. PySide is free for all applications.
74 for Python allow you to write GTK+ 3 applications. There is also a
118 How do I freeze Tkinter applications?
121 Freeze is a tool to create stand-alone applications. When freezing Tkinter
122 applications, the applications will not be truly stand-alone, as the application
129 To get truly stand-alone applications, the Tcl scripts that form the library

12345678910>>...125