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

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

  /**
   * string name = 1;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 1;
   * @return The bytes for name.
   */
  org.nd4j.shade.protobuf.ByteString
      getNameBytes();

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

  /**
   * string type_name = 3;
   * @return The typeName.
   */
  java.lang.String getTypeName();
  /**
   * string type_name = 3;
   * @return The bytes for typeName.
   */
  org.nd4j.shade.protobuf.ByteString
      getTypeNameBytes();

  /**
   * int32 soc_op_id = 4;
   * @return The socOpId.
   */
  int getSocOpId();

  /**
   * int32 padding_id = 5;
   * @return The paddingId.
   */
  int getPaddingId();

  /**
   * int32 input_count = 6;
   * @return The inputCount.
   */
  int getInputCount();

  /**
   * int32 output_count = 7;
   * @return The outputCount.
   */
  int getOutputCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy