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

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

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

package org.tensorflow.framework;

public final class AttrValueProtos {
  private AttrValueProtos() {}
  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_AttrValue_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_AttrValue_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_AttrValue_ListValue_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_AttrValue_ListValue_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_NameAttrList_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_NameAttrList_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_NameAttrList_AttrEntry_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_NameAttrList_AttrEntry_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\020attr_value.proto\022\ntensorflow\032&tensorfl" +
      "ow/core/framework/tensor.proto\032,tensorfl" +
      "ow/core/framework/tensor_shape.proto\032%te" +
      "nsorflow/core/framework/types.proto\"\246\004\n\t" +
      "AttrValue\022\013\n\001s\030\002 \001(\014H\000\022\013\n\001i\030\003 \001(\003H\000\022\013\n\001f" +
      "\030\004 \001(\002H\000\022\013\n\001b\030\005 \001(\010H\000\022$\n\004type\030\006 \001(\0162\024.te" +
      "nsorflow.DataTypeH\000\022-\n\005shape\030\007 \001(\0132\034.ten" +
      "sorflow.TensorShapeProtoH\000\022)\n\006tensor\030\010 \001" +
      "(\0132\027.tensorflow.TensorProtoH\000\022/\n\004list\030\001 " +
      "\001(\0132\037.tensorflow.AttrValue.ListValueH\000\022(",
      "\n\004func\030\n \001(\0132\030.tensorflow.NameAttrListH\000" +
      "\022\025\n\013placeholder\030\t \001(\tH\000\032\351\001\n\tListValue\022\t\n" +
      "\001s\030\002 \003(\014\022\r\n\001i\030\003 \003(\003B\002\020\001\022\r\n\001f\030\004 \003(\002B\002\020\001\022\r" +
      "\n\001b\030\005 \003(\010B\002\020\001\022&\n\004type\030\006 \003(\0162\024.tensorflow" +
      ".DataTypeB\002\020\001\022+\n\005shape\030\007 \003(\0132\034.tensorflo" +
      "w.TensorShapeProto\022\'\n\006tensor\030\010 \003(\0132\027.ten" +
      "sorflow.TensorProto\022&\n\004func\030\t \003(\0132\030.tens" +
      "orflow.NameAttrListB\007\n\005value\"\222\001\n\014NameAtt" +
      "rList\022\014\n\004name\030\001 \001(\t\0220\n\004attr\030\002 \003(\0132\".tens" +
      "orflow.NameAttrList.AttrEntry\032B\n\tAttrEnt",
      "ry\022\013\n\003key\030\001 \001(\t\022$\n\005value\030\002 \001(\0132\025.tensorf" +
      "low.AttrValue:\0028\001B0\n\030org.tensorflow.fram" +
      "eworkB\017AttrValueProtosP\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[] {
          org.tensorflow.framework.TensorProtos.getDescriptor(),
          org.tensorflow.framework.TensorShapeProtos.getDescriptor(),
          org.tensorflow.framework.TypesProtos.getDescriptor(),
        }, assigner);
    internal_static_tensorflow_AttrValue_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_tensorflow_AttrValue_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_AttrValue_descriptor,
        new java.lang.String[] { "S", "I", "F", "B", "Type", "Shape", "Tensor", "List", "Func", "Placeholder", "Value", });
    internal_static_tensorflow_AttrValue_ListValue_descriptor =
      internal_static_tensorflow_AttrValue_descriptor.getNestedTypes().get(0);
    internal_static_tensorflow_AttrValue_ListValue_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_AttrValue_ListValue_descriptor,
        new java.lang.String[] { "S", "I", "F", "B", "Type", "Shape", "Tensor", "Func", });
    internal_static_tensorflow_NameAttrList_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_tensorflow_NameAttrList_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_NameAttrList_descriptor,
        new java.lang.String[] { "Name", "Attr", });
    internal_static_tensorflow_NameAttrList_AttrEntry_descriptor =
      internal_static_tensorflow_NameAttrList_descriptor.getNestedTypes().get(0);
    internal_static_tensorflow_NameAttrList_AttrEntry_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_NameAttrList_AttrEntry_descriptor,
        new java.lang.String[] { "Key", "Value", });
    org.tensorflow.framework.TensorProtos.getDescriptor();
    org.tensorflow.framework.TensorShapeProtos.getDescriptor();
    org.tensorflow.framework.TypesProtos.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy