HomeSort by relevance Sort by last modified time
    Searched refs:ServiceOptions (Results 1 - 25 of 39) sorted by null

1 2

  /external/tensorflow/tensorflow/compiler/xla/service/
local_service.h 41 const ServiceOptions& options);
61 explicit LocalService(const ServiceOptions& options,
service.h 53 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_;
compile_only_service.cc 41 ServiceOptions default_options;
47 CompileOnlyService::NewService(const ServiceOptions& options) {
60 CompileOnlyService::CompileOnlyService(const ServiceOptions& options,
compile_only_service.h 39 const ServiceOptions& options);
105 explicit CompileOnlyService(const ServiceOptions& options,
local_service.cc 51 const ServiceOptions& options) {
68 LocalService::LocalService(const ServiceOptions& options,
service.cc 98 ServiceOptions& ServiceOptions::set_platform(
104 perftools::gputools::Platform* ServiceOptions::platform() const {
108 ServiceOptions& ServiceOptions::set_number_of_replicas(int number_of_replicas) {
113 int ServiceOptions::number_of_replicas() const { return number_of_replicas_; }
115 ServiceOptions& ServiceOptions::set_intra_op_parallelism_threads(
121 int ServiceOptions::intra_op_parallelism_threads() const {
127 ServiceOptions default_options
    [all...]
  /external/nos/host/generic/nugget/proto/nugget/protobuf/
options.proto 23 extend google.protobuf.ServiceOptions {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 92 class ServiceOptions;
762 // Allowed options are defined by ServiceOptions in
765 const ServiceOptions& options() const;
    [all...]
descriptor.pb.h 52 class ServiceOptions;
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 92 class ServiceOptions;
762 // Allowed options are defined by ServiceOptions in
765 const ServiceOptions& options() const;
    [all...]
descriptor.pb.h 52 class ServiceOptions;
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h 92 class ServiceOptions;
762 // Allowed options are defined by ServiceOptions in
765 const ServiceOptions& options() const;
    [all...]
descriptor.pb.h 52 class ServiceOptions;
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h 92 class ServiceOptions;
762 // Allowed options are defined by ServiceOptions in
765 const ServiceOptions& options() const;
    [all...]
descriptor.pb.h 52 class ServiceOptions;
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/client/
client_library.cc 94 ServiceOptions service_options;
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 60 class ServiceOptions;
    [all...]
descriptor.h 100 class ServiceOptions;
    [all...]
descriptor.pb.cc 428 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceOptions, deprecated_),
429 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceOptions, uninterpreted_option_),
434 ServiceOptions::default_instance_,
436 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceOptions, _has_bits_[0]),
438 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceOptions, _extensions_),
439 sizeof(ServiceOptions),
440 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceOptions, _internal_metadata_),
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 60 class ServiceOptions;
    [all...]
descriptor.h 100 class ServiceOptions;
    [all...]
  /external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go 26 ServiceOptions
834 Options *ServiceOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"`
857 func (m *ServiceDescriptorProto) GetOptions() *ServiceOptions {
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs 159 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.ServiceOptions), global::Google.Protobuf.Reflection.ServiceOptions.Parser, new[]{ "Deprecated", "UninterpretedOption" }, null, null, null),
    [all...]
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 136 descriptor_pb2.ServiceOptions())
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Descriptors.java     [all...]

Completed in 919 milliseconds

1 2