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

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

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

package org.tensorflow.framework;

public final class LogMemoryProtos {
  private LogMemoryProtos() {}
  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_MemoryLogStep_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_MemoryLogStep_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_MemoryLogTensorAllocation_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_MemoryLogTensorAllocation_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_MemoryLogTensorDeallocation_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_MemoryLogTensorDeallocation_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_MemoryLogTensorOutput_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_MemoryLogTensorOutput_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_MemoryLogRawAllocation_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_MemoryLogRawAllocation_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_MemoryLogRawDeallocation_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_MemoryLogRawDeallocation_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\020log_memory.proto\022\ntensorflow\0322tensorfl" +
      "ow/core/framework/tensor_description.pro" +
      "to\"0\n\rMemoryLogStep\022\017\n\007step_id\030\001 \001(\003\022\016\n\006" +
      "handle\030\002 \001(\t\"p\n\031MemoryLogTensorAllocatio" +
      "n\022\017\n\007step_id\030\001 \001(\003\022\023\n\013kernel_name\030\002 \001(\t\022" +
      "-\n\006tensor\030\003 \001(\0132\035.tensorflow.TensorDescr" +
      "iption\"L\n\033MemoryLogTensorDeallocation\022\025\n" +
      "\rallocation_id\030\001 \001(\003\022\026\n\016allocator_name\030\002" +
      " \001(\t\"{\n\025MemoryLogTensorOutput\022\017\n\007step_id" +
      "\030\001 \001(\003\022\023\n\013kernel_name\030\002 \001(\t\022\r\n\005index\030\003 \001",
      "(\005\022-\n\006tensor\030\004 \001(\0132\035.tensorflow.TensorDe" +
      "scription\"\213\001\n\026MemoryLogRawAllocation\022\017\n\007" +
      "step_id\030\001 \001(\003\022\021\n\toperation\030\002 \001(\t\022\021\n\tnum_" +
      "bytes\030\003 \001(\003\022\013\n\003ptr\030\004 \001(\004\022\025\n\rallocation_i" +
      "d\030\005 \001(\003\022\026\n\016allocator_name\030\006 \001(\t\"\177\n\030Memor" +
      "yLogRawDeallocation\022\017\n\007step_id\030\001 \001(\003\022\021\n\t" +
      "operation\030\002 \001(\t\022\025\n\rallocation_id\030\003 \001(\003\022\026" +
      "\n\016allocator_name\030\004 \001(\t\022\020\n\010deferred\030\005 \001(\010" +
      "B0\n\030org.tensorflow.frameworkB\017LogMemoryP" +
      "rotosP\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.TensorDescriptionProtos.getDescriptor(),
        }, assigner);
    internal_static_tensorflow_MemoryLogStep_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_tensorflow_MemoryLogStep_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_MemoryLogStep_descriptor,
        new java.lang.String[] { "StepId", "Handle", });
    internal_static_tensorflow_MemoryLogTensorAllocation_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_tensorflow_MemoryLogTensorAllocation_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_MemoryLogTensorAllocation_descriptor,
        new java.lang.String[] { "StepId", "KernelName", "Tensor", });
    internal_static_tensorflow_MemoryLogTensorDeallocation_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_tensorflow_MemoryLogTensorDeallocation_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_MemoryLogTensorDeallocation_descriptor,
        new java.lang.String[] { "AllocationId", "AllocatorName", });
    internal_static_tensorflow_MemoryLogTensorOutput_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_tensorflow_MemoryLogTensorOutput_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_MemoryLogTensorOutput_descriptor,
        new java.lang.String[] { "StepId", "KernelName", "Index", "Tensor", });
    internal_static_tensorflow_MemoryLogRawAllocation_descriptor =
      getDescriptor().getMessageTypes().get(4);
    internal_static_tensorflow_MemoryLogRawAllocation_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_MemoryLogRawAllocation_descriptor,
        new java.lang.String[] { "StepId", "Operation", "NumBytes", "Ptr", "AllocationId", "AllocatorName", });
    internal_static_tensorflow_MemoryLogRawDeallocation_descriptor =
      getDescriptor().getMessageTypes().get(5);
    internal_static_tensorflow_MemoryLogRawDeallocation_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_MemoryLogRawDeallocation_descriptor,
        new java.lang.String[] { "StepId", "Operation", "AllocationId", "AllocatorName", "Deferred", });
    org.tensorflow.framework.TensorDescriptionProtos.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy