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

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

There is a newer version: 0.11.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensor_slice.proto

package org.tensorflow.framework;

public final class TensorSliceProtos {
  private TensorSliceProtos() {}
  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_TensorSliceProto_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_TensorSliceProto_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_TensorSliceProto_Extent_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_TensorSliceProto_Extent_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n\022tensor_slice.proto\022\ntensorflow\"\200\001\n\020Ten" +
      "sorSliceProto\0223\n\006extent\030\001 \003(\0132#.tensorfl" +
      "ow.TensorSliceProto.Extent\0327\n\006Extent\022\r\n\005" +
      "start\030\001 \001(\003\022\020\n\006length\030\002 \001(\003H\000B\014\n\nhas_len" +
      "gthB2\n\030org.tensorflow.frameworkB\021TensorS" +
      "liceProtosP\001\370\001\001b\006proto3"
    };
    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[] {
        }, assigner);
    internal_static_tensorflow_TensorSliceProto_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_tensorflow_TensorSliceProto_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_TensorSliceProto_descriptor,
        new java.lang.String[] { "Extent", });
    internal_static_tensorflow_TensorSliceProto_Extent_descriptor =
      internal_static_tensorflow_TensorSliceProto_descriptor.getNestedTypes().get(0);
    internal_static_tensorflow_TensorSliceProto_Extent_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_TensorSliceProto_Extent_descriptor,
        new java.lang.String[] { "Start", "Length", "HasLength", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy