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

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

  /**
   * repeated .tensorflow.InterconnectLink link = 1;
   */
  java.util.List 
      getLinkList();
  /**
   * repeated .tensorflow.InterconnectLink link = 1;
   */
  org.tensorflow.framework.InterconnectLink getLink(int index);
  /**
   * repeated .tensorflow.InterconnectLink link = 1;
   */
  int getLinkCount();
  /**
   * repeated .tensorflow.InterconnectLink link = 1;
   */
  java.util.List 
      getLinkOrBuilderList();
  /**
   * repeated .tensorflow.InterconnectLink link = 1;
   */
  org.tensorflow.framework.InterconnectLinkOrBuilder getLinkOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy