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

org.tensorflow.framework.GraphDebugInfoProtos 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/protobuf/graph_debug_info.proto

package org.tensorflow.framework;

public final class GraphDebugInfoProtos {
  private GraphDebugInfoProtos() {}
  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_GraphDebugInfo_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_GraphDebugInfo_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_GraphDebugInfo_FileLineCol_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_GraphDebugInfo_FileLineCol_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_GraphDebugInfo_StackTrace_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_GraphDebugInfo_StackTrace_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_GraphDebugInfo_TracesEntry_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_GraphDebugInfo_TracesEntry_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/protobuf/graph_debug_i" +
      "nfo.proto\022\ntensorflow\"\325\002\n\016GraphDebugInfo" +
      "\022\r\n\005files\030\001 \003(\t\0226\n\006traces\030\002 \003(\0132&.tensor" +
      "flow.GraphDebugInfo.TracesEntry\032X\n\013FileL" +
      "ineCol\022\022\n\nfile_index\030\001 \001(\005\022\014\n\004line\030\002 \001(\005" +
      "\022\013\n\003col\030\003 \001(\005\022\014\n\004func\030\004 \001(\t\022\014\n\004code\030\005 \001(" +
      "\t\032L\n\nStackTrace\022>\n\016file_line_cols\030\001 \003(\0132" +
      "&.tensorflow.GraphDebugInfo.FileLineCol\032" +
      "T\n\013TracesEntry\022\013\n\003key\030\001 \001(\t\0224\n\005value\030\002 \001" +
      "(\0132%.tensorflow.GraphDebugInfo.StackTrac" +
      "e:\0028\001B5\n\030org.tensorflow.frameworkB\024Graph" +
      "DebugInfoProtosP\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[] {
        }, assigner);
    internal_static_tensorflow_GraphDebugInfo_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_tensorflow_GraphDebugInfo_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_GraphDebugInfo_descriptor,
        new java.lang.String[] { "Files", "Traces", });
    internal_static_tensorflow_GraphDebugInfo_FileLineCol_descriptor =
      internal_static_tensorflow_GraphDebugInfo_descriptor.getNestedTypes().get(0);
    internal_static_tensorflow_GraphDebugInfo_FileLineCol_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_GraphDebugInfo_FileLineCol_descriptor,
        new java.lang.String[] { "FileIndex", "Line", "Col", "Func", "Code", });
    internal_static_tensorflow_GraphDebugInfo_StackTrace_descriptor =
      internal_static_tensorflow_GraphDebugInfo_descriptor.getNestedTypes().get(1);
    internal_static_tensorflow_GraphDebugInfo_StackTrace_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_GraphDebugInfo_StackTrace_descriptor,
        new java.lang.String[] { "FileLineCols", });
    internal_static_tensorflow_GraphDebugInfo_TracesEntry_descriptor =
      internal_static_tensorflow_GraphDebugInfo_descriptor.getNestedTypes().get(2);
    internal_static_tensorflow_GraphDebugInfo_TracesEntry_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_GraphDebugInfo_TracesEntry_descriptor,
        new java.lang.String[] { "Key", "Value", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy