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

org.tensorflow.framework.VariableProtos Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/framework/variable.proto

package org.tensorflow.framework;

public final class VariableProtos {
  private VariableProtos() {}
  public static void registerAllExtensions(
      com.github.os72.protobuf351.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.github.os72.protobuf351.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.github.os72.protobuf351.ExtensionRegistryLite) registry);
  }
  static final com.github.os72.protobuf351.Descriptors.Descriptor
    internal_static_tensorflow_VariableDef_descriptor;
  static final 
    com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_VariableDef_fieldAccessorTable;
  static final com.github.os72.protobuf351.Descriptors.Descriptor
    internal_static_tensorflow_SaveSliceInfoDef_descriptor;
  static final 
    com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_SaveSliceInfoDef_fieldAccessorTable;

  public static com.github.os72.protobuf351.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.github.os72.protobuf351.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n(tensorflow/core/framework/variable.pro" +
      "to\022\ntensorflow\"\324\001\n\013VariableDef\022\025\n\rvariab" +
      "le_name\030\001 \001(\t\022\032\n\022initial_value_name\030\006 \001(" +
      "\t\022\030\n\020initializer_name\030\002 \001(\t\022\025\n\rsnapshot_" +
      "name\030\003 \001(\t\0229\n\023save_slice_info_def\030\004 \001(\0132" +
      "\034.tensorflow.SaveSliceInfoDef\022\023\n\013is_reso" +
      "urce\030\005 \001(\010\022\021\n\ttrainable\030\007 \001(\010\"`\n\020SaveSli" +
      "ceInfoDef\022\021\n\tfull_name\030\001 \001(\t\022\022\n\nfull_sha" +
      "pe\030\002 \003(\003\022\022\n\nvar_offset\030\003 \003(\003\022\021\n\tvar_shap" +
      "e\030\004 \003(\003Bn\n\030org.tensorflow.frameworkB\016Var" +
      "iableProtosP\001Z=github.com/tensorflow/ten" +
      "sorflow/tensorflow/go/core/framework\370\001\001b" +
      "\006proto3"
    };
    com.github.os72.protobuf351.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
        new com.github.os72.protobuf351.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
          public com.github.os72.protobuf351.ExtensionRegistry assignDescriptors(
              com.github.os72.protobuf351.Descriptors.FileDescriptor root) {
            descriptor = root;
            return null;
          }
        };
    com.github.os72.protobuf351.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.github.os72.protobuf351.Descriptors.FileDescriptor[] {
        }, assigner);
    internal_static_tensorflow_VariableDef_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_tensorflow_VariableDef_fieldAccessorTable = new
      com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_VariableDef_descriptor,
        new java.lang.String[] { "VariableName", "InitialValueName", "InitializerName", "SnapshotName", "SaveSliceInfoDef", "IsResource", "Trainable", });
    internal_static_tensorflow_SaveSliceInfoDef_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_tensorflow_SaveSliceInfoDef_fieldAccessorTable = new
      com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_SaveSliceInfoDef_descriptor,
        new java.lang.String[] { "FullName", "FullShape", "VarOffset", "VarShape", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy