HomeSort by relevance Sort by last modified time
    Searched full:serving (Results 276 - 300 of 455) sorted by null

<<111213141516171819

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
binhex.py 19 # (for servers serving macs).
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
binhex.py 19 # (for servers serving macs).
  /external/autotest/site_utils/deployment/
install.py 143 describes what version Omaha is currently serving for all boards
173 * The version Omaha is currently serving as the Beta channel
  /frameworks/support/compat/src/main/java/androidx/core/content/
FileProvider.java 80 * <li><a href="#ServeUri">Serving a Content URI to Another App</a></li>
306 * <h3 id="ServeUri">Serving a Content URI to Another App</h3>
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_events.py 907 # recv()/send() on the serving socket
    [all...]
  /external/tensorflow/tensorflow/python/estimator/
estimator_test.py     [all...]
estimator.py 557 signature will be served when a serving request does not specify one.
637 session, [tag_constants.SERVING],
    [all...]
  /external/scapy/scapy/contrib/
diameter.py     [all...]
  /development/samples/SearchableDictionary/res/raw/
definitions.txt 48 alternate - j. serving or used in place of another
49 alternative - j. serving or used in place of another
128 cardinal - j. serving as an essential component
207 cosmetic - j. serving an esthetic rather than a useful purpose
    [all...]
  /external/tensorflow/
RELEASE.md 314 * `Estimator.export_savedmodel()` now includes all valid serving signatures
315 that can be constructed from the Serving Input Receiver and all available
318 Building signatures from these allows TF Serving to honor requests using the
481 * Exported model signatures using the 'predict' method will no longer have their input and output keys silently ignored and rewritten to 'inputs' and 'outputs'. If a model was exported with different names before 1.2, and is now served with tensorflow/serving, it will accept requests using 'inputs' and 'outputs'. Starting at 1.2, such a model will accept the keys specified during export. Therefore, inference requests using 'inputs' and 'outputs' may start to fail. To fix this, either update any inference clients to send requests with the actual input and output keys used by the trainer code, or conversely, update the trainer code to name the input and output Tensors 'inputs' and 'outputs', respectively. Signatures using the 'classify' and 'regress' methods are not affected by this change; they will continue to standardize their input and output keys as before.
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
estimator.py     [all...]
  /external/tensorflow/tensorflow/examples/image_retraining/
retrain.py 100 To use with Tensorflow Serving:
    [all...]
  /external/libvncserver/rfb/
rfb.h 231 * each serving different clients. However, you have to call
324 * the frameBuffer has to be supplied by the serving process.
    [all...]
  /external/python/cpython3/Lib/test/
test_pydoc.py     [all...]
  /external/tensorflow/tensorflow/contrib/eager/python/g3doc/
guide.md 854 serving](https://www.tensorflow.org/serving/), and mobile applications), and
  /device/google/cuttlefish_common/host/commands/launch/
main.cc 206 // IVServerManager takes care of serving shared memory segments between
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
BaseHTTPServer.py 598 print "Serving HTTP on", sa[0], "port", sa[1], "..."
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
BaseHTTPServer.py 601 print "Serving HTTP on", sa[0], "port", sa[1], "..."
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_asyncore.py 664 # stop serving
  /external/ImageMagick/ImageMagick/script/
index.html 205 <p>The design of ImageMagick is an evolutionary process, with the design and implementation efforts serving to influence and guide further progress in the other. With <a href="../index.html">ImageMagick version 7</a>, we aim to improve the design based on lessons learned from the version 6 implementation. See the <a href="porting.php">porting</a> guide to track the progress of the version 7 development effort.</p>
  /external/autotest/server/cros/network/
netperf_runner.py 511 """Kills any existing netserv process on the serving host."""
  /external/autotest/site_utils/stable_images/
assign_stable_images.py 10 in the lab. For each board, if the version that Omaha is serving
  /external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
SimpleWebServer.java 161 System.out.print(" (serving index files: ");
  /external/python/cpython2/Lib/
BaseHTTPServer.py 609 print "Serving HTTP on", sa[0], "port", sa[1], "..."
  /external/python/cpython2/Lib/test/
test_asyncore.py 665 # stop serving

Completed in 1047 milliseconds

<<111213141516171819