/external/grpc-grpc/src/cpp/server/health/ |
D | default_health_check_service.cc | 125 const grpc::string& service_name, bool serving) { in SetServingStatus() argument 127 services_map_[service_name] = serving; in SetServingStatus() 130 void DefaultHealthCheckService::SetServingStatus(bool serving) { in SetServingStatus() argument 133 iter->second = serving; in SetServingStatus()
|
D | default_health_check_service.h | 49 bool serving) override; 50 void SetServingStatus(bool serving) override;
|
/external/grpc-grpc/include/grpcpp/ |
D | health_check_service_interface.h | 37 bool serving) = 0; 39 virtual void SetServingStatus(bool serving) = 0;
|
/external/tensorflow/tensorflow/contrib/session_bundle/ |
D | manifest.proto | 3 package tensorflow.serving; 32 // are deployed for serving. 66 // serving, analysis or debugging time. The recommended name for this signature
|
D | signature.cc | 34 namespace serving { namespace 245 const protobuf::Map<string, serving::TensorBinding>& bindings = in BindGenericInputs() 262 const protobuf::Map<string, serving::TensorBinding>& bindings = in BindGenericNames()
|
D | test_util.h | 26 namespace serving {
|
D | test_util.cc | 23 namespace serving { namespace
|
D | session_bundle.h | 33 namespace serving {
|
D | bundle_shim.h | 32 namespace serving {
|
D | signature.h | 34 namespace serving {
|
/external/grpc-grpc/test/cpp/end2end/ |
D | health_service_end2end_test.cc | 95 bool serving) override { in SetServingStatus() argument 96 impl_->SetStatus(service_name, serving ? HealthCheckResponse::SERVING in SetServingStatus() 100 void SetServingStatus(bool serving) override { in SetServingStatus() argument 101 impl_->SetAll(serving ? HealthCheckResponse::SERVING in SetServingStatus()
|
/external/syzkaller/docs/ |
D | setup.md | 12 2017/06/14 16:39:05 serving http on http://127.0.0.1:56741 13 2017/06/14 16:39:05 serving rpc on tcp://127.0.0.1:34918
|
/external/python/cpython2/Doc/library/ |
D | 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
|
D | simplehttpserver.rst | 93 to set up a very basic web server serving files relative to the current 105 print "serving at port", PORT
|
/external/tensorflow/tensorflow/core/kernels/batching_util/ |
D | fake_clock_env.h | 32 namespace serving {
|
D | periodic_function.h | 69 namespace serving {
|
D | fake_clock_env.cc | 21 namespace serving { namespace
|
D | periodic_function.cc | 24 namespace serving { namespace
|
D | basic_batch_scheduler_test.cc | 27 namespace serving { namespace
|
D | basic_batch_scheduler_benchmark_test.cc | 28 namespace serving { namespace 429 tensorflow::serving::RunLatencyBenchmarks(); in main()
|
/external/nanohttpd/ |
D | Android.bp | 11 // such as serving files from a specified location, resume of downloads, etc.
|
/external/webrtc/webrtc/tools/loopback_test/ |
D | README | 8 ./run-server.sh (to start python serving the tests)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/ |
D | pdb-minimal-construct.test | 2 ; serving as an example for how to construct a minimal PDB for other
|
/external/autotest/server/site_tests/network_WiFi_RateControl/ |
D | control | 13 This test associates a DUT with several APs serving an open HT40 network. The
|
/external/tensorflow/tensorflow/core/kernels/ |
D | batch_kernels.cc | 282 struct BatchTask : public serving::BatchTask { 294 using Batcher = serving::SharedBatchScheduler<BatchTask>; 295 using BatcherQueue = serving::BatchScheduler<BatchTask>; 296 using Batch = serving::Batch<BatchTask>; 870 timeout_enforcer_(new serving::PeriodicFunction( in UnbatchResource() 1049 std::unique_ptr<serving::PeriodicFunction> timeout_enforcer_;
|