Home
last modified time | relevance | path

Searched refs:ServiceOptions (Results 1 – 25 of 30) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/
Dservice.h50 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_;
Dcompile_only_service.cc41 ServiceOptions default_options; in NewService()
47 CompileOnlyService::NewService(const ServiceOptions& options) { in NewService()
60 CompileOnlyService::CompileOnlyService(const ServiceOptions& options, in CompileOnlyService()
Dlocal_service.h42 const ServiceOptions& options);
72 explicit LocalService(const ServiceOptions& options,
Dservice.cc99 ServiceOptions& ServiceOptions::set_platform(se::Platform* platform) { in set_platform()
104 se::Platform* ServiceOptions::platform() const { return platform_; } in platform()
106 ServiceOptions& ServiceOptions::set_number_of_replicas(int number_of_replicas) { in set_number_of_replicas()
111 int ServiceOptions::number_of_replicas() const { return number_of_replicas_; } in number_of_replicas()
113 ServiceOptions& ServiceOptions::set_intra_op_parallelism_threads( in set_intra_op_parallelism_threads()
119 int ServiceOptions::intra_op_parallelism_threads() const { in intra_op_parallelism_threads()
123 ServiceOptions& ServiceOptions::set_allowed_devices( in set_allowed_devices()
129 const absl::optional<std::set<int>>& ServiceOptions::allowed_devices() const { in allowed_devices()
135 ServiceOptions default_options; in NewService()
141 const ServiceOptions& options) { in NewService()
[all …]
Dcompile_only_service.h39 const ServiceOptions& options);
91 explicit CompileOnlyService(const ServiceOptions& options,
Dlocal_service.cc48 const ServiceOptions& options) { in NewService()
67 LocalService::LocalService(const ServiceOptions& options, in LocalService()
/external/opencensus-java/exporters/trace/stackdriver/src/main/java/io/opencensus/exporter/trace/stackdriver/
DStackdriverExporter.java21 import com.google.cloud.ServiceOptions;
112 .setProjectId(ServiceOptions.getDefaultProjectId()) in createAndRegister()
DStackdriverTraceExporter.java23 import com.google.cloud.ServiceOptions;
81 projectId = projectId != null ? projectId : ServiceOptions.getDefaultProjectId(); in createAndRegister()
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1165 …Options *ServiceOptions `protobuf:"bytes,3,opt,name=options" json:"options,o…
1210 func (m *ServiceDescriptorProto) GetOptions() *ServiceOptions {
2058 type ServiceOptions struct { struct
2072 func (m *ServiceOptions) Reset() { *m = ServiceOptions{} } argument
2073 func (m *ServiceOptions) String() string { return proto.CompactTextString(m) } argument
2074 func (*ServiceOptions) ProtoMessage() {} argument
2075 func (*ServiceOptions) Descriptor() ([]byte, []int) { argument
2083 func (*ServiceOptions) ExtensionRangeArray() []proto.ExtensionRange { argument
2087 func (m *ServiceOptions) XXX_Unmarshal(b []byte) error { argument
2090 func (m *ServiceOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
[all …]
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1128 …Options *ServiceOptions `protobuf:"bytes,3,opt,name=options" json:"options,o…
1172 func (m *ServiceDescriptorProto) GetOptions() *ServiceOptions {
1991 type ServiceOptions struct { struct
2005 func (m *ServiceOptions) Reset() { *m = ServiceOptions{} } argument
2006 func (m *ServiceOptions) String() string { return proto.CompactTextString(m) } argument
2007 func (*ServiceOptions) ProtoMessage() {} argument
2008 func (*ServiceOptions) Descriptor() ([]byte, []int) { argument
2016 func (*ServiceOptions) ExtensionRangeArray() []proto.ExtensionRange { argument
2019 func (m *ServiceOptions) XXX_Unmarshal(b []byte) error { argument
2022 func (m *ServiceOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
[all …]
Ddescriptor.proto264 optional ServiceOptions options = 3;
632 message ServiceOptions { message
/external/opencensus-java/contrib/log_correlation/stackdriver/src/main/java/io/opencensus/contrib/logcorrelation/stackdriver/
DOpenCensusTraceLoggingEnhancer.java19 import com.google.cloud.ServiceOptions;
131 ? ServiceOptions.getDefaultProjectId() in lookUpProjectId()
/external/opencensus-java/exporters/stats/stackdriver/src/main/java/io/opencensus/exporter/stats/stackdriver/
DStackdriverStatsExporter.java27 import com.google.cloud.ServiceOptions;
307 projectId = projectId == null ? ServiceOptions.getDefaultProjectId() : projectId; in createInternal()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc428 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceOptions, deprecated_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
429 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceOptions, uninterpreted_option_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
434 ServiceOptions::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
436 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceOptions, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
438 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceOptions, _extensions_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
439 sizeof(ServiceOptions), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
440 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceOptions, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
607 ServiceOptions_descriptor_, &ServiceOptions::default_instance()); in protobuf_RegisterTypes()
659 delete ServiceOptions::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto()
831 ServiceOptions::default_instance_ = new ServiceOptions(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto()
[all …]
Ddescriptor.pb.h60 class ServiceOptions; variable
1646 const ::google::protobuf::ServiceOptions& options() const;
1647 ::google::protobuf::ServiceOptions* mutable_options();
1648 ::google::protobuf::ServiceOptions* release_options();
1649 void set_allocated_options(::google::protobuf::ServiceOptions* options);
1663 ::google::protobuf::ServiceOptions* options_;
2683 class LIBPROTOBUF_EXPORT ServiceOptions : public ::google::protobuf::Message {
2685 ServiceOptions();
2686 virtual ~ServiceOptions();
2688 ServiceOptions(const ServiceOptions& from);
[all …]
Ddescriptor.h100 class ServiceOptions; variable
1011 const ServiceOptions& options() const;
1039 typedef ServiceOptions OptionsType;
1054 const ServiceOptions* options_;
1734 PROTOBUF_DEFINE_OPTIONS_ACCESSOR(ServiceDescriptor, ServiceOptions) in PROTOBUF_DEFINE_STRING_ACCESSOR()
Dunittest_custom_options.proto80 extend google.protobuf.ServiceOptions {
337 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; }
Ddescriptor.proto229 optional ServiceOptions options = 3;
574 message ServiceOptions { message
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs159 …(typeof(global::Google.Protobuf.Reflection.ServiceOptions), global::Google.Protobuf.Reflection.Ser… in DescriptorReflection()
2169 private global::Google.Protobuf.Reflection.ServiceOptions options_;
2170 public global::Google.Protobuf.Reflection.ServiceOptions Options {
2240 options_ = new global::Google.Protobuf.Reflection.ServiceOptions(); in MergeFrom()
2263 options_ = new global::Google.Protobuf.Reflection.ServiceOptions(); in MergeFrom()
4018 internal sealed partial class ServiceOptions : pb::IMessage<ServiceOptions> { class
4019 …atic readonly pb::MessageParser<ServiceOptions> _parser = new pb::MessageParser<ServiceOptions>(()…
4020 public static pb::MessageParser<ServiceOptions> Parser { get { return _parser; } }
4030 public ServiceOptions() { in ServiceOptions() method in Google.Protobuf.Reflection.ServiceOptions
4036 public ServiceOptions(ServiceOptions other) : this() { in ServiceOptions() method in Google.Protobuf.Reflection.ServiceOptions
[all …]
/external/nos/host/generic/nugget/proto/nugget/protobuf/
Doptions.proto23 extend google.protobuf.ServiceOptions {
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient_library.cc106 ServiceOptions service_options; in GetOrCreateLocalClient()
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto210 optional ServiceOptions options = 3;
525 message ServiceOptions { message
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_test.py136 descriptor_pb2.ServiceOptions())
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto233 optional ServiceOptions options = 3;
591 message ServiceOptions { message
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto264 optional ServiceOptions options = 3;
632 message ServiceOptions { message

12