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

org.tensorflow.framework.DeviceAttributesProtos 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/device_attributes.proto

package org.tensorflow.framework;

public final class DeviceAttributesProtos {
  private DeviceAttributesProtos() {}
  public static void registerAllExtensions(
      org.nd4j.shade.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      org.nd4j.shade.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (org.nd4j.shade.protobuf.ExtensionRegistryLite) registry);
  }
  static final org.nd4j.shade.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_InterconnectLink_descriptor;
  static final 
    org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_InterconnectLink_fieldAccessorTable;
  static final org.nd4j.shade.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_LocalLinks_descriptor;
  static final 
    org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_LocalLinks_fieldAccessorTable;
  static final org.nd4j.shade.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_DeviceLocality_descriptor;
  static final 
    org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_DeviceLocality_fieldAccessorTable;
  static final org.nd4j.shade.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_DeviceAttributes_descriptor;
  static final 
    org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_DeviceAttributes_fieldAccessorTable;

  public static org.nd4j.shade.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  org.nd4j.shade.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n1tensorflow/core/framework/device_attri" +
      "butes.proto\022\ntensorflow\"E\n\020InterconnectL" +
      "ink\022\021\n\tdevice_id\030\001 \001(\005\022\014\n\004type\030\002 \001(\t\022\020\n\010" +
      "strength\030\003 \001(\005\"8\n\nLocalLinks\022*\n\004link\030\001 \003" +
      "(\0132\034.tensorflow.InterconnectLink\"Z\n\016Devi" +
      "ceLocality\022\016\n\006bus_id\030\001 \001(\005\022\021\n\tnuma_node\030" +
      "\002 \001(\005\022%\n\005links\030\003 \001(\0132\026.tensorflow.LocalL" +
      "inks\"\254\001\n\020DeviceAttributes\022\014\n\004name\030\001 \001(\t\022" +
      "\023\n\013device_type\030\002 \001(\t\022\024\n\014memory_limit\030\004 \001" +
      "(\003\022,\n\010locality\030\005 \001(\0132\032.tensorflow.Device" +
      "Locality\022\023\n\013incarnation\030\006 \001(\006\022\034\n\024physica" +
      "l_device_desc\030\007 \001(\tBv\n\030org.tensorflow.fr" +
      "ameworkB\026DeviceAttributesProtosP\001Z=githu" +
      "b.com/tensorflow/tensorflow/tensorflow/g" +
      "o/core/framework\370\001\001b\006proto3"
    };
    descriptor = org.nd4j.shade.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new org.nd4j.shade.protobuf.Descriptors.FileDescriptor[] {
        });
    internal_static_tensorflow_InterconnectLink_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_tensorflow_InterconnectLink_fieldAccessorTable = new
      org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_InterconnectLink_descriptor,
        new java.lang.String[] { "DeviceId", "Type", "Strength", });
    internal_static_tensorflow_LocalLinks_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_tensorflow_LocalLinks_fieldAccessorTable = new
      org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_LocalLinks_descriptor,
        new java.lang.String[] { "Link", });
    internal_static_tensorflow_DeviceLocality_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_tensorflow_DeviceLocality_fieldAccessorTable = new
      org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_DeviceLocality_descriptor,
        new java.lang.String[] { "BusId", "NumaNode", "Links", });
    internal_static_tensorflow_DeviceAttributes_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_tensorflow_DeviceAttributes_fieldAccessorTable = new
      org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_DeviceAttributes_descriptor,
        new java.lang.String[] { "Name", "DeviceType", "MemoryLimit", "Locality", "Incarnation", "PhysicalDeviceDesc", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy