Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/compiler/xla/service/
Dservice.h53 class ServiceOptions {
56 ServiceOptions& set_platform(perftools::gputools::Platform* platform);
61 ServiceOptions& set_number_of_replicas(int number_of_replicas);
65 ServiceOptions& set_intra_op_parallelism_threads(int num_threads);
84 const ServiceOptions& options);
262 Service(const ServiceOptions& options,
357 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.h41 const ServiceOptions& options);
61 explicit LocalService(const ServiceOptions& options,
Dcompile_only_service.h39 const ServiceOptions& options);
105 explicit CompileOnlyService(const ServiceOptions& options,
Dlocal_service.cc51 const ServiceOptions& options) { in NewService()
68 LocalService::LocalService(const ServiceOptions& options, in LocalService()
Dservice.cc98 ServiceOptions& ServiceOptions::set_platform( in set_platform()
104 perftools::gputools::Platform* ServiceOptions::platform() const { in platform()
108 ServiceOptions& ServiceOptions::set_number_of_replicas(int number_of_replicas) { in set_number_of_replicas()
113 int ServiceOptions::number_of_replicas() const { return number_of_replicas_; } in number_of_replicas()
115 ServiceOptions& ServiceOptions::set_intra_op_parallelism_threads( in set_intra_op_parallelism_threads()
121 int ServiceOptions::intra_op_parallelism_threads() const { in intra_op_parallelism_threads()
127 ServiceOptions default_options; in NewService()
133 const ServiceOptions& options) { in NewService()
148 Service::Service(const ServiceOptions& options, in Service()
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go834 …Options *ServiceOptions `protobuf:"bytes,3,opt,name=options" json:"options,omite…
857 func (m *ServiceDescriptorProto) GetOptions() *ServiceOptions {
1505 type ServiceOptions struct { struct
1517 func (m *ServiceOptions) Reset() { *m = ServiceOptions{} } argument
1518 func (m *ServiceOptions) String() string { return proto.CompactTextString(m) } argument
1519 func (*ServiceOptions) ProtoMessage() {} argument
1520 func (*ServiceOptions) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{15} } argument
1526 func (*ServiceOptions) ExtensionRangeArray() []proto.ExtensionRange { argument
1532 func (m *ServiceOptions) GetDeprecated() bool { argument
1539 func (m *ServiceOptions) GetUninterpretedOption() []*UninterpretedOption { argument
[all …]
/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
Ddescriptor.cc1929 if (&options() != &ServiceOptions::default_instance()) { in CopyTo()
5034 service->options_ = &ServiceOptions::default_instance(); in CrossLinkService()
/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.cc94 ServiceOptions service_options; in GetOrCreateLocalClient()
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto192 optional ServiceOptions options = 3;
443 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/google/protobuf/
Ddescriptor_pb2.py1309 class ServiceOptions(_message.Message): class
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1848 public ServiceOptions getOptions() { return proto.getOptions(); } in getOptions()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h7251 class ServiceOptions : public ::upb::reffed_ptr<const ::upb::MessageDef> {
7253 ServiceOptions(const ::upb::MessageDef* m, const void *ref_donor = NULL)
7258 static ServiceOptions get() {
7260 return ServiceOptions(m, &m);
/external/google-tv-pairing-protocol/java/jar/
Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/protobuf/php/ext/google/protobuf/
Dupb.h6962 namespace ServiceOptions {
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...

12