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

org.tensorflow.distruntime.ListDevicesResponseOrBuilder 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/protobuf/master.proto

package org.tensorflow.distruntime;

public interface ListDevicesResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.ListDevicesResponse)
    com.github.os72.protobuf351.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 
      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 
      getRemoteDeviceOrBuilderList();
  /**
   * repeated .tensorflow.DeviceAttributes remote_device = 2;
   */
  org.tensorflow.framework.DeviceAttributesOrBuilder getRemoteDeviceOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy