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

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

There is a newer version: 1.15.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/framework/op_def.proto

package org.tensorflow.framework;

public final class OpDefProtos {
  private OpDefProtos() {}
  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_OpDef_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_OpDef_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_OpDef_ArgDef_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_OpDef_ArgDef_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_OpDef_AttrDef_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_OpDef_AttrDef_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_OpDeprecation_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_OpDeprecation_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_OpList_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_OpList_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&tensorflow/core/framework/op_def.proto" +
      "\022\ntensorflow\032*tensorflow/core/framework/" +
      "attr_value.proto\032%tensorflow/core/framew" +
      "ork/types.proto\"\320\005\n\005OpDef\022\014\n\004name\030\001 \001(\t\022" +
      "+\n\tinput_arg\030\002 \003(\0132\030.tensorflow.OpDef.Ar" +
      "gDef\022,\n\noutput_arg\030\003 \003(\0132\030.tensorflow.Op" +
      "Def.ArgDef\022\026\n\016control_output\030\024 \003(\t\022\'\n\004at" +
      "tr\030\004 \003(\0132\031.tensorflow.OpDef.AttrDef\022.\n\013d" +
      "eprecation\030\010 \001(\0132\031.tensorflow.OpDeprecat" +
      "ion\022\017\n\007summary\030\005 \001(\t\022\023\n\013description\030\006 \001(" +
      "\t\022\026\n\016is_commutative\030\022 \001(\010\022\024\n\014is_aggregat" +
      "e\030\020 \001(\010\022\023\n\013is_stateful\030\021 \001(\010\022\"\n\032allows_u" +
      "ninitialized_input\030\023 \001(\010\032\237\001\n\006ArgDef\022\014\n\004n" +
      "ame\030\001 \001(\t\022\023\n\013description\030\002 \001(\t\022\"\n\004type\030\003" +
      " \001(\0162\024.tensorflow.DataType\022\021\n\ttype_attr\030" +
      "\004 \001(\t\022\023\n\013number_attr\030\005 \001(\t\022\026\n\016type_list_" +
      "attr\030\006 \001(\t\022\016\n\006is_ref\030\020 \001(\010\032\275\001\n\007AttrDef\022\014" +
      "\n\004name\030\001 \001(\t\022\014\n\004type\030\002 \001(\t\022,\n\rdefault_va" +
      "lue\030\003 \001(\0132\025.tensorflow.AttrValue\022\023\n\013desc" +
      "ription\030\004 \001(\t\022\023\n\013has_minimum\030\005 \001(\010\022\017\n\007mi" +
      "nimum\030\006 \001(\003\022-\n\016allowed_values\030\007 \001(\0132\025.te" +
      "nsorflow.AttrValue\"5\n\rOpDeprecation\022\017\n\007v" +
      "ersion\030\001 \001(\005\022\023\n\013explanation\030\002 \001(\t\"\'\n\006OpL" +
      "ist\022\035\n\002op\030\001 \003(\0132\021.tensorflow.OpDefBk\n\030or" +
      "g.tensorflow.frameworkB\013OpDefProtosP\001Z=g" +
      "ithub.com/tensorflow/tensorflow/tensorfl" +
      "ow/go/core/framework\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.AttrValueProtos.getDescriptor(),
          org.tensorflow.framework.TypesProtos.getDescriptor(),
        }, assigner);
    internal_static_tensorflow_OpDef_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_tensorflow_OpDef_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_OpDef_descriptor,
        new java.lang.String[] { "Name", "InputArg", "OutputArg", "ControlOutput", "Attr", "Deprecation", "Summary", "Description", "IsCommutative", "IsAggregate", "IsStateful", "AllowsUninitializedInput", });
    internal_static_tensorflow_OpDef_ArgDef_descriptor =
      internal_static_tensorflow_OpDef_descriptor.getNestedTypes().get(0);
    internal_static_tensorflow_OpDef_ArgDef_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_OpDef_ArgDef_descriptor,
        new java.lang.String[] { "Name", "Description", "Type", "TypeAttr", "NumberAttr", "TypeListAttr", "IsRef", });
    internal_static_tensorflow_OpDef_AttrDef_descriptor =
      internal_static_tensorflow_OpDef_descriptor.getNestedTypes().get(1);
    internal_static_tensorflow_OpDef_AttrDef_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_OpDef_AttrDef_descriptor,
        new java.lang.String[] { "Name", "Type", "DefaultValue", "Description", "HasMinimum", "Minimum", "AllowedValues", });
    internal_static_tensorflow_OpDeprecation_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_tensorflow_OpDeprecation_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_OpDeprecation_descriptor,
        new java.lang.String[] { "Version", "Explanation", });
    internal_static_tensorflow_OpList_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_tensorflow_OpList_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_OpList_descriptor,
        new java.lang.String[] { "Op", });
    org.tensorflow.framework.AttrValueProtos.getDescriptor();
    org.tensorflow.framework.TypesProtos.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy