org.tensorflow.framework.GraphTransferNodeOutputInfoOrBuilder 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 GraphTransferNodeOutputInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.GraphTransferNodeOutputInfo)
com.google.protobuf.MessageOrBuilder {
/**
* int32 node_id = 1;
*/
int getNodeId();
/**
* repeated int32 max_byte_size = 2;
*/
java.util.List getMaxByteSizeList();
/**
* repeated int32 max_byte_size = 2;
*/
int getMaxByteSizeCount();
/**
* repeated int32 max_byte_size = 2;
*/
int getMaxByteSize(int index);
}