
org.tensorflow.contrib.verbs.ChannelOrBuilder 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 ChannelOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.Channel)
com.google.protobuf.MessageOrBuilder {
/**
* int32 lid = 1;
*/
int getLid();
/**
* int32 qpn = 2;
*/
int getQpn();
/**
* int32 psn = 3;
*/
int getPsn();
/**
* uint64 snp = 4;
*/
long getSnp();
/**
* uint64 iid = 5;
*/
long getIid();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy