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

org.tensorflow.framework.GraphTransferNodeOutputInfoOrBuilder 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/framework/graph_transfer_info.proto

package org.tensorflow.framework;

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

  /**
   * int32 node_id = 1;
   * @return The nodeId.
   */
  int getNodeId();

  /**
   * repeated int32 max_byte_size = 2;
   * @return A list containing the maxByteSize.
   */
  java.util.List getMaxByteSizeList();
  /**
   * repeated int32 max_byte_size = 2;
   * @return The count of maxByteSize.
   */
  int getMaxByteSizeCount();
  /**
   * repeated int32 max_byte_size = 2;
   * @param index The index of the element to return.
   * @return The maxByteSize at the given index.
   */
  int getMaxByteSize(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy