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

org.tensorflow.distruntime.CompleteGroupRequestOrBuilder 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/worker.proto

package org.tensorflow.distruntime;

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

  /**
   * int32 group_key = 1;
   */
  int getGroupKey();

  /**
   * int32 group_size = 2;
   */
  int getGroupSize();

  /**
   * string device_type = 3;
   */
  java.lang.String getDeviceType();
  /**
   * string device_type = 3;
   */
  org.nd4j.shade.protobuf.ByteString
      getDeviceTypeBytes();

  /**
   * repeated string device_name = 4;
   */
  java.util.List
      getDeviceNameList();
  /**
   * repeated string device_name = 4;
   */
  int getDeviceNameCount();
  /**
   * repeated string device_name = 4;
   */
  java.lang.String getDeviceName(int index);
  /**
   * repeated string device_name = 4;
   */
  org.nd4j.shade.protobuf.ByteString
      getDeviceNameBytes(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy