/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); 218 Service(const ServiceOptions& options, 284 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 | 43 const ServiceOptions& options); 73 explicit LocalService(const ServiceOptions& options,
|
D | service.cc | 100 ServiceOptions& ServiceOptions::set_platform(se::Platform* platform) { in set_platform() 105 se::Platform* ServiceOptions::platform() const { return platform_; } in platform() 107 ServiceOptions& ServiceOptions::set_number_of_replicas(int number_of_replicas) { in set_number_of_replicas() 112 int ServiceOptions::number_of_replicas() const { return number_of_replicas_; } in number_of_replicas() 114 ServiceOptions& ServiceOptions::set_intra_op_parallelism_threads( in set_intra_op_parallelism_threads() 120 int ServiceOptions::intra_op_parallelism_threads() const { in intra_op_parallelism_threads() 124 ServiceOptions& ServiceOptions::set_allowed_devices( in set_allowed_devices() 130 const absl::optional<std::set<int>>& ServiceOptions::allowed_devices() const { in allowed_devices() 136 ServiceOptions default_options; in NewService() 142 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 | 49 const ServiceOptions& options) { in NewService() 68 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/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/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/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/php/src/Google/Protobuf/Internal/ |
D | ServiceOptions.php | 16 class ServiceOptions extends \Google\Protobuf\Internal\Message class
|
D | ServiceDescriptorProto.php | 124 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\ServiceOptions::class);
|
/external/nos/host/generic/nugget/proto/nugget/protobuf/ |
D | options.proto | 23 extend google.protobuf.ServiceOptions {
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.h | 125 class ServiceOptions; variable 164 …OTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::ServiceOptions* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_… 3065 const PROTOBUF_NAMESPACE_ID::ServiceOptions& options() const; 3066 PROTOBUF_NAMESPACE_ID::ServiceOptions* release_options(); 3067 PROTOBUF_NAMESPACE_ID::ServiceOptions* mutable_options(); 3068 void set_allocated_options(PROTOBUF_NAMESPACE_ID::ServiceOptions* options); 3070 PROTOBUF_NAMESPACE_ID::ServiceOptions* options); 3071 PROTOBUF_NAMESPACE_ID::ServiceOptions* unsafe_arena_release_options(); 3085 PROTOBUF_NAMESPACE_ID::ServiceOptions* options_; 4879 class PROTOBUF_EXPORT ServiceOptions : [all …]
|
D | descriptor.pb.cc | 122 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<ServiceOptions> _instance; 498 new (ptr) PROTOBUF_NAMESPACE_ID::ServiceOptions(); in InitDefaultsscc_info_ServiceOptions_google_2fprotobuf_2fdescriptor_2eproto() 501 PROTOBUF_NAMESPACE_ID::ServiceOptions::InitAsDefaultInstance(); in InitDefaultsscc_info_ServiceOptions_google_2fprotobuf_2fdescriptor_2eproto() 864 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::ServiceOptions, _has_bits_), 865 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::ServiceOptions, _internal_metadata_), 866 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::ServiceOptions, _extensions_), 869 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::ServiceOptions, deprecated_), 870 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::ServiceOptions, uninterpreted_option_), 975 { 293, 300, sizeof(PROTOBUF_NAMESPACE_ID::ServiceOptions)}, 7168 …_instance_._instance.get_mutable()->options_ = const_cast< PROTOBUF_NAMESPACE_ID::ServiceOptions*>( in InitAsDefaultInstance() [all …]
|
D | descriptor.h | 108 class ServiceOptions; variable 1170 const ServiceOptions& options() const; 1197 typedef ServiceOptions OptionsType; 1214 const ServiceOptions* options_; 1975 PROTOBUF_DEFINE_OPTIONS_ACCESSOR(ServiceDescriptor, ServiceOptions) in PROTOBUF_DEFINE_STRING_ACCESSOR()
|
D | unittest_custom_options.proto | 84 extend google.protobuf.ServiceOptions { 346 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; }
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 181 …(typeof(global::Google.Protobuf.Reflection.ServiceOptions), global::Google.Protobuf.Reflection.Ser… in DescriptorReflection() 3322 private global::Google.Protobuf.Reflection.ServiceOptions options_; 3324 public global::Google.Protobuf.Reflection.ServiceOptions Options { 3420 Options = new global::Google.Protobuf.Reflection.ServiceOptions(); in MergeFrom() 3445 Options = new global::Google.Protobuf.Reflection.ServiceOptions(); in MergeFrom() 6436 internal sealed partial class ServiceOptions : pb::IExtendableMessage<ServiceOptions> { class 6437 …atic readonly pb::MessageParser<ServiceOptions> _parser = new pb::MessageParser<ServiceOptions>(()… 6439 internal pb::ExtensionSet<ServiceOptions> _extensions; 6442 public static pb::MessageParser<ServiceOptions> Parser { get { return _parser; } } 6455 public ServiceOptions() { in ServiceOptions() method in Google.Protobuf.Reflection.ServiceOptions [all …]
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | client_library.cc | 106 ServiceOptions service_options; in GetOrCreateLocalClient()
|
/external/protobuf/csharp/protos/ |
D | unittest_custom_options_proto3.proto | 83 extend google.protobuf.ServiceOptions { 295 extend google.protobuf.ServiceOptions { Aggregate serviceopt = 15497145; }
|
/external/rust/crates/protobuf/src/ |
D | descriptor.rs | 3983 pub options: crate::SingularPtrField<ServiceOptions>, 4066 pub fn get_options(&self) -> &ServiceOptions { in get_options() argument 4067 … self.options.as_ref().unwrap_or_else(|| <ServiceOptions as crate::Message>::default_instance()) in get_options() 4078 pub fn set_options(&mut self, v: ServiceOptions) { in set_options() argument 4084 pub fn mut_options(&mut self) -> &mut ServiceOptions { in mut_options() argument 4092 pub fn take_options(&mut self) -> ServiceOptions { in take_options() argument 4093 self.options.take().unwrap_or_else(|| ServiceOptions::new()) in take_options() 4215 …accessor::make_singular_ptr_field_accessor::<_, crate::types::ProtobufTypeMessage<ServiceOptions>>( in descriptor_static() 7250 pub struct ServiceOptions { struct 7261 impl<'a> ::std::default::Default for &'a ServiceOptions { argument [all …]
|
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 79 extend google.protobuf.ServiceOptions { 330 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; }
|
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 79 extend google.protobuf.ServiceOptions { 330 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; }
|
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 79 extend google.protobuf.ServiceOptions { 330 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; }
|