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: 1.0.0-M2.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/framework/tensor_slice.proto

package org.tensorflow.framework;

public final class TensorSliceProtos {
  private TensorSliceProtos() {}
  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_TensorSliceProto_descriptor;
  static final 
    com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_TensorSliceProto_fieldAccessorTable;
  static final com.github.os72.protobuf351.Descriptors.Descriptor
    internal_static_tensorflow_TensorSliceProto_Extent_descriptor;
  static final 
    com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_TensorSliceProto_Extent_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/tensor_slice" +
      ".proto\022\ntensorflow\"\200\001\n\020TensorSliceProto\022" +
      "3\n\006extent\030\001 \003(\0132#.tensorflow.TensorSlice" +
      "Proto.Extent\0327\n\006Extent\022\r\n\005start\030\001 \001(\003\022\020\n" +
      "\006length\030\002 \001(\003H\000B\014\n\nhas_lengthBq\n\030org.ten" +
      "sorflow.frameworkB\021TensorSliceProtosP\001Z=" +
      "github.com/tensorflow/tensorflow/tensorf" +
      "low/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_TensorSliceProto_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_tensorflow_TensorSliceProto_fieldAccessorTable = new
      com.github.os72.protobuf351.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.github.os72.protobuf351.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