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

org.tensorflow.framework.GraphTransferNodeInputOrBuilder Maven / Gradle / Ivy

The 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 GraphTransferNodeInputOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.GraphTransferNodeInput)
    org.nd4j.shade.protobuf.MessageOrBuilder {

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

  /**
   * int32 output_port = 2;
   * @return The outputPort.
   */
  int getOutputPort();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy