HomeSort by relevance Sort by last modified time
    Searched refs:ServiceOptions (Results 1 - 23 of 23) sorted by null

  /external/nos/host/generic/nugget/proto/nugget/protobuf/
options.proto 23 extend google.protobuf.ServiceOptions {
  /external/tensorflow/tensorflow/compiler/xla/service/
local_service.h 42 const ServiceOptions& options);
72 explicit LocalService(const ServiceOptions& options,
compile_only_service.cc 41 ServiceOptions default_options;
47 CompileOnlyService::NewService(const ServiceOptions& options) {
60 CompileOnlyService::CompileOnlyService(const ServiceOptions& options,
compile_only_service.h 39 const ServiceOptions& options);
91 explicit CompileOnlyService(const ServiceOptions& options,
service.h 50 class ServiceOptions {
53 ServiceOptions& set_platform(se::Platform* platform);
58 ServiceOptions& set_number_of_replicas(int number_of_replicas);
62 ServiceOptions& set_intra_op_parallelism_threads(int num_threads);
67 ServiceOptions& set_allowed_devices(
88 const ServiceOptions& options);
209 Service(const ServiceOptions& options,
282 ServiceOptions options_;
service.cc 99 ServiceOptions& ServiceOptions::set_platform(se::Platform* platform) {
104 se::Platform* ServiceOptions::platform() const { return platform_; }
106 ServiceOptions& ServiceOptions::set_number_of_replicas(int number_of_replicas) {
111 int ServiceOptions::number_of_replicas() const { return number_of_replicas_; }
113 ServiceOptions& ServiceOptions::set_intra_op_parallelism_threads(
119 int ServiceOptions::intra_op_parallelism_threads() const {
123 ServiceOptions& ServiceOptions::set_allowed_devices
    [all...]
local_service.cc 48 const ServiceOptions& options) {
67 LocalService::LocalService(const ServiceOptions& options,
  /external/opencensus-java/exporters/trace/stackdriver/src/main/java/io/opencensus/exporter/trace/stackdriver/
StackdriverExporter.java 21 import com.google.cloud.ServiceOptions;
97 * <p>This uses the default project ID configured see {@link ServiceOptions#getDefaultProjectId}.
102 * StackdriverExporter.createAndRegisterWithProjectId(ServiceOptions.getDefaultProjectId());
112 .setProjectId(ServiceOptions.getDefaultProjectId())
StackdriverTraceExporter.java 23 import com.google.cloud.ServiceOptions;
69 * the exporter will use the default project ID. See {@link ServiceOptions#getDefaultProjectId}.
81 projectId = projectId != null ? projectId : ServiceOptions.getDefaultProjectId();
  /external/opencensus-java/contrib/log_correlation/stackdriver/src/main/java/io/opencensus/contrib/logcorrelation/stackdriver/
OpenCensusTraceLoggingEnhancer.java 19 import com.google.cloud.ServiceOptions;
44 * {@code com.google.cloud.ServiceOptions.getDefaultProjectId()}). The name is {@value}.
102 * com.google.cloud.ServiceOptions.getDefaultProjectId()}), unless the ID is overridden by the
131 ? ServiceOptions.getDefaultProjectId()
  /external/opencensus-java/exporters/stats/stackdriver/src/main/java/io/opencensus/exporter/stats/stackdriver/
StackdriverStatsExporter.java 27 import com.google.cloud.ServiceOptions;
157 * project ID configured. See {@link ServiceOptions#getDefaultProjectId}.
201 * ServiceOptions#getDefaultProjectId}.
224 * <p>This uses the default project ID configured see {@link ServiceOptions#getDefaultProjectId}.
229 * StackdriverStatsExporter.createWithProjectId(ServiceOptions.getDefaultProjectId());
283 * <p>This uses the default project ID configured see {@link ServiceOptions#getDefaultProjectId}.
307 projectId = projectId == null ? ServiceOptions.getDefaultProjectId() : projectId;
  /external/tensorflow/tensorflow/compiler/xla/client/
client_library.cc 106 ServiceOptions service_options;
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 60 class ServiceOptions;
    [all...]
descriptor.h 100 class ServiceOptions;
    [all...]
descriptor.pb.cc 428 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceOptions, deprecated_),
429 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceOptions, uninterpreted_option_),
434 ServiceOptions::default_instance_,
436 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceOptions, _has_bits_[0]),
438 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceOptions, _extensions_),
439 sizeof(ServiceOptions),
440 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceOptions, _internal_metadata_),
    [all...]
descriptor.cc 362 "EnumValueOptions", "ServiceOptions", "MethodOptions"};
    [all...]
  /external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go     [all...]
  /external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
descriptor.pb.go     [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs 159 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.ServiceOptions), global::Google.Protobuf.Reflection.ServiceOptions.Parser, new[]{ "Deprecated", "UninterpretedOption" }, null, null, null),
    [all...]
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 136 descriptor_pb2.ServiceOptions())
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Descriptors.java     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h     [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h     [all...]

Completed in 905 milliseconds