Interface GraphTransferGraphInputNodeInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DataType getDtype()
      .org.platanios.tensorflow.proto.DataType dtype = 3;
      int getDtypeValue()
      .org.platanios.tensorflow.proto.DataType dtype = 3;
      java.lang.String getName()
      string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      long getShape​(int index)
      repeated int64 shape = 2;
      int getShapeCount()
      repeated int64 shape = 2;
      java.util.List<java.lang.Long> getShapeList()
      repeated int64 shape = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getName

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

        com.google.protobuf.ByteString getNameBytes()
        string name = 1;
        Returns:
        The bytes for name.
      • getShapeList

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

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

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

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

        DataType getDtype()
        .org.platanios.tensorflow.proto.DataType dtype = 3;
        Returns:
        The dtype.