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

org.tensorflow.contrib.verbs.GetRemoteAddressRequestOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/contrib/verbs/verbs_service.proto

package org.tensorflow.contrib.verbs;

public interface GetRemoteAddressRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.GetRemoteAddressRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string host_name = 1;
   */
  java.lang.String getHostName();
  /**
   * string host_name = 1;
   */
  com.google.protobuf.ByteString
      getHostNameBytes();

  /**
   * .tensorflow.Channel channel = 2;
   */
  boolean hasChannel();
  /**
   * .tensorflow.Channel channel = 2;
   */
  org.tensorflow.contrib.verbs.Channel getChannel();
  /**
   * .tensorflow.Channel channel = 2;
   */
  org.tensorflow.contrib.verbs.ChannelOrBuilder getChannelOrBuilder();

  /**
   * repeated .tensorflow.MemoryRegion mr = 3;
   */
  java.util.List 
      getMrList();
  /**
   * repeated .tensorflow.MemoryRegion mr = 3;
   */
  org.tensorflow.contrib.verbs.MemoryRegion getMr(int index);
  /**
   * repeated .tensorflow.MemoryRegion mr = 3;
   */
  int getMrCount();
  /**
   * repeated .tensorflow.MemoryRegion mr = 3;
   */
  java.util.List 
      getMrOrBuilderList();
  /**
   * repeated .tensorflow.MemoryRegion mr = 3;
   */
  org.tensorflow.contrib.verbs.MemoryRegionOrBuilder getMrOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy