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

org.tensorflow.framework.InterconnectLinkOrBuilder 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 interface InterconnectLinkOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.InterconnectLink)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * int32 device_id = 1;
   * @return The deviceId.
   */
  int getDeviceId();

  /**
   * string type = 2;
   * @return The type.
   */
  java.lang.String getType();
  /**
   * string type = 2;
   * @return The bytes for type.
   */
  org.nd4j.shade.protobuf.ByteString
      getTypeBytes();

  /**
   * int32 strength = 3;
   * @return The strength.
   */
  int getStrength();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy