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

12 3 4 5 6 7 8 91011>>

  /external/autotest/site_utils/lxc/
unittest_http.py 34 # Copy the target file into a tmpdir for serving.
57 logging.debug('Serving %s as %s', file_path, url)
  /external/tensorflow/tensorflow/contrib/session_bundle/
bundle_shim.h 32 namespace serving { namespace in namespace:tensorflow
68 } // namespace serving
session_bundle.cc 43 namespace serving { namespace in namespace:tensorflow
178 // Use serving graph_def in MetaGraphDef collection_def.
181 "Expected exactly one serving GraphDef in : ", export_dir);
202 ParseAny(any_asset, &asset_file, "tensorflow.serving.AssetFile"));
217 "Expected exactly one serving init op in : ", export_dir));
273 } // namespace serving
session_bundle.h 33 namespace serving { namespace in namespace:tensorflow
82 } // namespace serving
  /external/tensorflow/tensorflow/core/kernels/batching_util/
fake_clock_env.cc 21 namespace serving { namespace in namespace:tensorflow
89 } // namespace serving
fake_clock_env.h 32 namespace serving { namespace in namespace:tensorflow
73 } // namespace serving
  /test/vts/tools/vts-tradefed/res/config/
plans.md 25 Serving plans contain experimental tests, and are for Android
27 name of a serving plan always starts with 'vts-staging-'.
vts-hal-auto.xml 16 <configuration description="VTS Serving Plan for HALs - Auto">
vts-hal-profiling-tv.xml 16 <configuration description="VTS Serving Plan for HAL Profiling - TV/x86">
vts-hal-tv.xml 16 <configuration description="VTS Serving Plan for HALs - TV/x86">
vts-staging-kernel.xml 16 <configuration description="VTS Serving Plan for Kernel Staging Tests">
vts-staging-selftest.xml 16 <configuration description="VTS Serving Plan for SelfTest (Staging)">
  /device/google/cuttlefish_common/host/libs/ivserver/
ivserver.h 26 // This class is responsible for orchestrating the setup and then serving
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
serve.py 31 print "Serving %s on port %s, control-C to stop" % (path, port)
  /external/autotest/client/cros/faft/
rpc_server.py 32 print '[%s] XMLRPC Server: Serving FAFT functions on port %s' % (
  /external/libmicrohttpd/doc/chapters/
introduction.inc 1 This tutorial is for developers who want to learn how they can add HTTP serving
  /external/python/cpython2/Tools/scripts/
serve.py 31 print "Serving %s on port %s, control-C to stop" % (path, port)
  /external/python/cpython3/Tools/scripts/
serve.py 31 print("Serving {} on port {}, control-C to stop".format(path, port))
  /external/tensorflow/tensorflow/cc/saved_model/
tag_constants.h 27 /// Tag for the `serving` graph.
  /external/tensorflow/tensorflow/contrib/saved_model/python/saved_model/
reader_test.py 80 builder.add_meta_graph([tag_constants.SERVING])
87 builder.add_meta_graph([tag_constants.SERVING, tag_constants.GPU])
91 # - multiple predefined tags for serving on TPU.
94 builder.add_meta_graph([tag_constants.SERVING, tag_constants.TPU])
  /external/tensorflow/tensorflow/contrib/timeseries/
README.md 24 can be exported for inference/serving in
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
audio_loop.h 24 // Class serving as an infinite source of audio, realized by looping an audio
  /test/vts/tools/vts-tradefed/res/config/reporters/
vts.xml 23 <option name="destination" value="vts-alert+serving@google.com" />
  /external/tensorflow/tensorflow/python/saved_model/
signature_def_utils_impl.py 62 This function produces signatures intended for use with the TensorFlow Serving
64 constrains the input and output types to those allowed by TensorFlow Serving.
104 This function produces signatures intended for use with the TensorFlow Serving
106 constrains the input and output types to those allowed by TensorFlow Serving.
157 This function produces signatures intended for use with the TensorFlow Serving
190 """Determine whether a SignatureDef can be served by TensorFlow Serving."""
  /external/python/cpython2/Doc/library/
cgihttpserver.rst 40 The class will however, run the CGI script, instead of serving it as a file, if
46 and serve the output, instead of serving files, if the request leads to

Completed in 217 milliseconds

12 3 4 5 6 7 8 91011>>