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

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

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

package org.tensorflow.framework;

public final class DebugProtos {
  private DebugProtos() {}
  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_DebugTensorWatch_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_DebugTensorWatch_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_DebugOptions_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_DebugOptions_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_DebuggedSourceFile_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_DebuggedSourceFile_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_DebuggedSourceFiles_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_DebuggedSourceFiles_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/debug.proto\022\n" +
      "tensorflow\"\216\001\n\020DebugTensorWatch\022\021\n\tnode_" +
      "name\030\001 \001(\t\022\023\n\013output_slot\030\002 \001(\005\022\021\n\tdebug" +
      "_ops\030\003 \003(\t\022\022\n\ndebug_urls\030\004 \003(\t\022+\n#tolera" +
      "te_debug_op_creation_failures\030\005 \001(\010\"b\n\014D" +
      "ebugOptions\022=\n\027debug_tensor_watch_opts\030\004" +
      " \003(\0132\034.tensorflow.DebugTensorWatch\022\023\n\013gl" +
      "obal_step\030\n \001(\003\"j\n\022DebuggedSourceFile\022\014\n" +
      "\004host\030\001 \001(\t\022\021\n\tfile_path\030\002 \001(\t\022\025\n\rlast_m" +
      "odified\030\003 \001(\003\022\r\n\005bytes\030\004 \001(\003\022\r\n\005lines\030\005 ",
      "\003(\t\"K\n\023DebuggedSourceFiles\0224\n\014source_fil" +
      "es\030\001 \003(\0132\036.tensorflow.DebuggedSourceFile" +
      "B,\n\030org.tensorflow.frameworkB\013DebugProto" +
      "sP\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_DebugTensorWatch_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_tensorflow_DebugTensorWatch_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_DebugTensorWatch_descriptor,
        new java.lang.String[] { "NodeName", "OutputSlot", "DebugOps", "DebugUrls", "TolerateDebugOpCreationFailures", });
    internal_static_tensorflow_DebugOptions_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_tensorflow_DebugOptions_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_DebugOptions_descriptor,
        new java.lang.String[] { "DebugTensorWatchOpts", "GlobalStep", });
    internal_static_tensorflow_DebuggedSourceFile_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_tensorflow_DebuggedSourceFile_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_DebuggedSourceFile_descriptor,
        new java.lang.String[] { "Host", "FilePath", "LastModified", "Bytes", "Lines", });
    internal_static_tensorflow_DebuggedSourceFiles_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_tensorflow_DebuggedSourceFiles_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_DebuggedSourceFiles_descriptor,
        new java.lang.String[] { "SourceFiles", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy