All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.distruntime.ServerProtos Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/protobuf/tensorflow_server.proto

package org.tensorflow.distruntime;

public final class ServerProtos {
  private ServerProtos() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_ServerDef_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_ServerDef_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n0tensorflow/core/protobuf/tensorflow_se" +
      "rver.proto\022\ntensorflow\032%tensorflow/core/" +
      "protobuf/config.proto\032&tensorflow/core/p" +
      "rotobuf/cluster.proto\"\245\001\n\tServerDef\022\'\n\007c" +
      "luster\030\001 \001(\0132\026.tensorflow.ClusterDef\022\020\n\010" +
      "job_name\030\002 \001(\t\022\022\n\ntask_index\030\003 \001(\005\0227\n\026de" +
      "fault_session_config\030\004 \001(\0132\027.tensorflow." +
      "ConfigProto\022\020\n\010protocol\030\005 \001(\tB/\n\032org.ten" +
      "sorflow.distruntimeB\014ServerProtosP\001\370\001\001b\006" +
      "proto3"
    };
    com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
        new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
          public com.google.protobuf.ExtensionRegistry assignDescriptors(
              com.google.protobuf.Descriptors.FileDescriptor root) {
            descriptor = root;
            return null;
          }
        };
    com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          org.tensorflow.framework.ConfigProtos.getDescriptor(),
          org.tensorflow.distruntime.ClusterProtos.getDescriptor(),
        }, assigner);
    internal_static_tensorflow_ServerDef_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_tensorflow_ServerDef_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_ServerDef_descriptor,
        new java.lang.String[] { "Cluster", "JobName", "TaskIndex", "DefaultSessionConfig", "Protocol", });
    org.tensorflow.framework.ConfigProtos.getDescriptor();
    org.tensorflow.distruntime.ClusterProtos.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy