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

org.tensorflow.distruntime.GetStatusResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/protobuf/worker.proto

package org.tensorflow.distruntime;

public interface GetStatusResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.GetStatusResponse)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * repeated .tensorflow.DeviceAttributes device_attributes = 1;
   */
  java.util.List 
      getDeviceAttributesList();
  /**
   * repeated .tensorflow.DeviceAttributes device_attributes = 1;
   */
  org.tensorflow.framework.DeviceAttributes getDeviceAttributes(int index);
  /**
   * repeated .tensorflow.DeviceAttributes device_attributes = 1;
   */
  int getDeviceAttributesCount();
  /**
   * repeated .tensorflow.DeviceAttributes device_attributes = 1;
   */
  java.util.List 
      getDeviceAttributesOrBuilderList();
  /**
   * repeated .tensorflow.DeviceAttributes device_attributes = 1;
   */
  org.tensorflow.framework.DeviceAttributesOrBuilder getDeviceAttributesOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy