Home
last modified time | relevance | path

Searched refs:serving (Results 1 – 25 of 84) sorted by relevance

1234

/external/grpc-grpc/src/cpp/server/health/
Ddefault_health_check_service.cc125 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()
Ddefault_health_check_service.h49 bool serving) override;
50 void SetServingStatus(bool serving) override;
/external/grpc-grpc/include/grpcpp/
Dhealth_check_service_interface.h37 bool serving) = 0;
39 virtual void SetServingStatus(bool serving) = 0;
/external/tensorflow/tensorflow/contrib/session_bundle/
Dmanifest.proto3 package tensorflow.serving;
32 // are deployed for serving.
66 // serving, analysis or debugging time. The recommended name for this signature
Dsignature.cc34 namespace serving { namespace
245 const protobuf::Map<string, serving::TensorBinding>& bindings = in BindGenericInputs()
262 const protobuf::Map<string, serving::TensorBinding>& bindings = in BindGenericNames()
Dtest_util.h26 namespace serving {
Dtest_util.cc23 namespace serving { namespace
Dsession_bundle.h33 namespace serving {
Dbundle_shim.h32 namespace serving {
Dsignature.h34 namespace serving {
/external/grpc-grpc/test/cpp/end2end/
Dhealth_service_end2end_test.cc95 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/
Dsetup.md12 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/
Dcgihttpserver.rst40 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
Dsimplehttpserver.rst93 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/
Dfake_clock_env.h32 namespace serving {
Dperiodic_function.h69 namespace serving {
Dfake_clock_env.cc21 namespace serving { namespace
Dperiodic_function.cc24 namespace serving { namespace
Dbasic_batch_scheduler_test.cc27 namespace serving { namespace
Dbasic_batch_scheduler_benchmark_test.cc28 namespace serving { namespace
429 tensorflow::serving::RunLatencyBenchmarks(); in main()
/external/nanohttpd/
DAndroid.bp11 // such as serving files from a specified location, resume of downloads, etc.
/external/webrtc/webrtc/tools/loopback_test/
DREADME8 ./run-server.sh (to start python serving the tests)
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dpdb-minimal-construct.test2 ; serving as an example for how to construct a minimal PDB for other
/external/autotest/server/site_tests/network_WiFi_RateControl/
Dcontrol13 This test associates a DUT with several APs serving an open HT40 network. The
/external/tensorflow/tensorflow/core/kernels/
Dbatch_kernels.cc282 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_;

1234