org.tensorflow.distruntime.ListDevicesResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/protobuf/master.proto
package org.tensorflow.distruntime;
public interface ListDevicesResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.ListDevicesResponse)
org.nd4j.shade.protobuf.MessageOrBuilder {
/**
* repeated .tensorflow.DeviceAttributes local_device = 1;
*/
java.util.List
getLocalDeviceList();
/**
* repeated .tensorflow.DeviceAttributes local_device = 1;
*/
org.tensorflow.framework.DeviceAttributes getLocalDevice(int index);
/**
* repeated .tensorflow.DeviceAttributes local_device = 1;
*/
int getLocalDeviceCount();
/**
* repeated .tensorflow.DeviceAttributes local_device = 1;
*/
java.util.List extends org.tensorflow.framework.DeviceAttributesOrBuilder>
getLocalDeviceOrBuilderList();
/**
* repeated .tensorflow.DeviceAttributes local_device = 1;
*/
org.tensorflow.framework.DeviceAttributesOrBuilder getLocalDeviceOrBuilder(
int index);
/**
* repeated .tensorflow.DeviceAttributes remote_device = 2;
*/
java.util.List
getRemoteDeviceList();
/**
* repeated .tensorflow.DeviceAttributes remote_device = 2;
*/
org.tensorflow.framework.DeviceAttributes getRemoteDevice(int index);
/**
* repeated .tensorflow.DeviceAttributes remote_device = 2;
*/
int getRemoteDeviceCount();
/**
* repeated .tensorflow.DeviceAttributes remote_device = 2;
*/
java.util.List extends org.tensorflow.framework.DeviceAttributesOrBuilder>
getRemoteDeviceOrBuilderList();
/**
* repeated .tensorflow.DeviceAttributes remote_device = 2;
*/
org.tensorflow.framework.DeviceAttributesOrBuilder getRemoteDeviceOrBuilder(
int index);
}