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;
   */
  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);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy