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.0.0-M2.1
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.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_OpDef_descriptor;
  static final 
    com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_OpDef_fieldAccessorTable;
  static final com.github.os72.protobuf351.Descriptors.Descriptor
    internal_static_tensorflow_OpDef_ArgDef_descriptor;
  static final 
    com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_OpDef_ArgDef_fieldAccessorTable;
  static final com.github.os72.protobuf351.Descriptors.Descriptor
    internal_static_tensorflow_OpDef_AttrDef_descriptor;
  static final 
    com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_OpDef_AttrDef_fieldAccessorTable;
  static final com.github.os72.protobuf351.Descriptors.Descriptor
    internal_static_tensorflow_OpDeprecation_descriptor;
  static final 
    com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_OpDeprecation_fieldAccessorTable;
  static final com.github.os72.protobuf351.Descriptors.Descriptor
    internal_static_tensorflow_OpList_descriptor;
  static final 
    com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_OpList_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/op_def.proto" +
      "\022\ntensorflow\032*tensorflow/core/framework/" +
      "attr_value.proto\032%tensorflow/core/framew" +
      "ork/types.proto\"\270\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\'\n\004attr\030\004 \003(\0132\031.tensorflow.Op" +
      "Def.AttrDef\022.\n\013deprecation\030\010 \001(\0132\031.tenso" +
      "rflow.OpDeprecation\022\017\n\007summary\030\005 \001(\t\022\023\n\013" +
      "description\030\006 \001(\t\022\026\n\016is_commutative\030\022 \001(" +
      "\010\022\024\n\014is_aggregate\030\020 \001(\010\022\023\n\013is_stateful\030\021" +
      " \001(\010\022\"\n\032allows_uninitialized_input\030\023 \001(\010" +
      "\032\237\001\n\006ArgDef\022\014\n\004name\030\001 \001(\t\022\023\n\013description" +
      "\030\002 \001(\t\022\"\n\004type\030\003 \001(\0162\024.tensorflow.DataTy" +
      "pe\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_value\030\003 \001(\0132\025.tensorflow.A" +
      "ttrValue\022\023\n\013description\030\004 \001(\t\022\023\n\013has_min" +
      "imum\030\005 \001(\010\022\017\n\007minimum\030\006 \001(\003\022-\n\016allowed_v" +
      "alues\030\007 \001(\0132\025.tensorflow.AttrValue\"5\n\rOp" +
      "Deprecation\022\017\n\007version\030\001 \001(\005\022\023\n\013explanat" +
      "ion\030\002 \001(\t\"\'\n\006OpList\022\035\n\002op\030\001 \003(\0132\021.tensor" +
      "flow.OpDefBk\n\030org.tensorflow.frameworkB\013" +
      "OpDefProtosP\001Z=github.com/tensorflow/ten" +
      "sorflow/tensorflow/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[] {
          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.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_OpDef_descriptor,
        new java.lang.String[] { "Name", "InputArg", "OutputArg", "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.github.os72.protobuf351.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.github.os72.protobuf351.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.github.os72.protobuf351.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.github.os72.protobuf351.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