/external/tensorflow/tensorflow/compiler/xla/service/ |
D | 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_;
|
D | compile_only_service.cc | 41 ServiceOptions default_options; in NewService() 47 CompileOnlyService::NewService(const ServiceOptions& options) { in NewService() 60 CompileOnlyService::CompileOnlyService(const ServiceOptions& options, in CompileOnlyService()
|
D | local_service.h | 42 const ServiceOptions& options); 72 explicit LocalService(const ServiceOptions& options,
|
D | service.cc | 99 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 …]
|
D | compile_only_service.h | 39 const ServiceOptions& options); 91 explicit CompileOnlyService(const ServiceOptions& options,
|
D | local_service.cc | 48 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/ |
D | StackdriverExporter.java | 21 import com.google.cloud.ServiceOptions; 112 .setProjectId(ServiceOptions.getDefaultProjectId()) in createAndRegister()
|
D | StackdriverTraceExporter.java | 23 import com.google.cloud.ServiceOptions; 81 projectId = projectId != null ? projectId : ServiceOptions.getDefaultProjectId(); in createAndRegister()
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 1165 …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/ |
D | descriptor.pb.go | 1128 …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 …]
|
D | descriptor.proto | 264 optional ServiceOptions options = 3; 632 message ServiceOptions { message
|
/external/opencensus-java/contrib/log_correlation/stackdriver/src/main/java/io/opencensus/contrib/logcorrelation/stackdriver/ |
D | OpenCensusTraceLoggingEnhancer.java | 19 import com.google.cloud.ServiceOptions; 131 ? ServiceOptions.getDefaultProjectId() in lookUpProjectId()
|
/external/opencensus-java/exporters/stats/stackdriver/src/main/java/io/opencensus/exporter/stats/stackdriver/ |
D | StackdriverStatsExporter.java | 27 import com.google.cloud.ServiceOptions; 307 projectId = projectId == null ? ServiceOptions.getDefaultProjectId() : projectId; in createInternal()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.cc | 428 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 …]
|
D | descriptor.pb.h | 60 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 …]
|
D | descriptor.h | 100 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()
|
D | unittest_custom_options.proto | 80 extend google.protobuf.ServiceOptions { 337 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; }
|
D | descriptor.proto | 229 optional ServiceOptions options = 3; 574 message ServiceOptions { message
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 159 …(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/ |
D | options.proto | 23 extend google.protobuf.ServiceOptions {
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | client_library.cc | 106 ServiceOptions service_options; in GetOrCreateLocalClient()
|
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
D | descriptor.proto | 210 optional ServiceOptions options = 3; 525 message ServiceOptions { message
|
/external/protobuf/python/google/protobuf/internal/ |
D | descriptor_test.py | 136 descriptor_pb2.ServiceOptions())
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 233 optional ServiceOptions options = 3; 591 message ServiceOptions { message
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 264 optional ServiceOptions options = 3; 632 message ServiceOptions { message
|