org.tensorflow.framework.LocalLinksOrBuilder Maven / Gradle / Ivy
// 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)
com.google.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 extends org.tensorflow.framework.InterconnectLinkOrBuilder>
getLinkOrBuilderList();
/**
* repeated .tensorflow.InterconnectLink link = 1;
*/
org.tensorflow.framework.InterconnectLinkOrBuilder getLinkOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy