Interface GraphTransferConstNodeInfoOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
GraphTransferConstNodeInfo, GraphTransferConstNodeInfo.Builder

public interface GraphTransferConstNodeInfoOrBuilder extends MessageOrBuilder
  • Method Details

    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      ByteString getNameBytes()
      string name = 1;
      Returns:
      The bytes for name.
    • getNodeId

      int getNodeId()
      int32 node_id = 2;
      Returns:
      The nodeId.
    • getShapeList

      List<Long> getShapeList()
      repeated int64 shape = 3;
      Returns:
      A list containing the shape.
    • getShapeCount

      int getShapeCount()
      repeated int64 shape = 3;
      Returns:
      The count of shape.
    • getShape

      long getShape(int index)
      repeated int64 shape = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The shape at the given index.
    • getData

      ByteString getData()
      bytes data = 4;
      Returns:
      The data.
    • getDtypeValue

      int getDtypeValue()
      .tensorflow.DataType dtype = 5;
      Returns:
      The enum numeric value on the wire for dtype.
    • getDtype

      DataType getDtype()
      .tensorflow.DataType dtype = 5;
      Returns:
      The dtype.