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

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

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

package org.tensorflow.framework;

public final class TensorDescriptionProtos {
  private TensorDescriptionProtos() {}
  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_TensorDescription_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_TensorDescription_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n2tensorflow/core/framework/tensor_descr" +
      "iption.proto\022\ntensorflow\032%tensorflow/cor" +
      "e/framework/types.proto\032,tensorflow/core" +
      "/framework/tensor_shape.proto\0326tensorflo" +
      "w/core/framework/allocation_description." +
      "proto\"\250\001\n\021TensorDescription\022#\n\005dtype\030\001 \001" +
      "(\0162\024.tensorflow.DataType\022+\n\005shape\030\002 \001(\0132" +
      "\034.tensorflow.TensorShapeProto\022A\n\026allocat" +
      "ion_description\030\004 \001(\0132!.tensorflow.Alloc" +
      "ationDescriptionB8\n\030org.tensorflow.frame",
      "workB\027TensorDescriptionProtosP\001\370\001\001b\006prot" +
      "o3"
    };
    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.TypesProtos.getDescriptor(),
          org.tensorflow.framework.TensorShapeProtos.getDescriptor(),
          org.tensorflow.framework.AllocationDescriptionProtos.getDescriptor(),
        }, assigner);
    internal_static_tensorflow_TensorDescription_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_tensorflow_TensorDescription_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_TensorDescription_descriptor,
        new java.lang.String[] { "Dtype", "Shape", "AllocationDescription", });
    org.tensorflow.framework.TypesProtos.getDescriptor();
    org.tensorflow.framework.TensorShapeProtos.getDescriptor();
    org.tensorflow.framework.AllocationDescriptionProtos.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy