Home
last modified time | relevance | path

Searched refs:ServiceOptions (Results 1 – 25 of 44) 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);
218 Service(const ServiceOptions& options,
284 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.h43 const ServiceOptions& options);
73 explicit LocalService(const ServiceOptions& options,
Dservice.cc100 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 …]
Dcompile_only_service.h39 const ServiceOptions& options);
91 explicit CompileOnlyService(const ServiceOptions& options,
Dlocal_service.cc49 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/
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/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/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/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/php/src/Google/Protobuf/Internal/
DServiceOptions.php16 class ServiceOptions extends \Google\Protobuf\Internal\Message class
DServiceDescriptorProto.php124 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\ServiceOptions::class);
/external/nos/host/generic/nugget/proto/nugget/protobuf/
Doptions.proto23 extend google.protobuf.ServiceOptions {
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h125 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 …]
Ddescriptor.pb.cc122 ::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 …]
Ddescriptor.h108 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()
Dunittest_custom_options.proto84 extend google.protobuf.ServiceOptions {
346 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; }
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs181 …(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/
Dclient_library.cc106 ServiceOptions service_options; in GetOrCreateLocalClient()
/external/protobuf/csharp/protos/
Dunittest_custom_options_proto3.proto83 extend google.protobuf.ServiceOptions {
295 extend google.protobuf.ServiceOptions { Aggregate serviceopt = 15497145; }
/external/rust/crates/protobuf/src/
Ddescriptor.rs3983 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/
Dunittest_custom_options.proto79 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/
Dunittest_custom_options.proto79 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/
Dunittest_custom_options.proto79 extend google.protobuf.ServiceOptions {
330 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; }

12