org.tensorflow.framework.GraphTransferNodeInputOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto Show documentation
Show all versions of proto Show documentation
Java API for TensorFlow protocol buffers.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/framework/graph_transfer_info.proto
package org.tensorflow.framework;
public interface GraphTransferNodeInputOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.GraphTransferNodeInput)
com.google.protobuf.MessageOrBuilder {
/**
* int32 node_id = 1;
*/
int getNodeId();
/**
* int32 output_port = 2;
*/
int getOutputPort();
}