Class Output


  • public class Output
    extends Wrapper
    A handle for one of a node's outputs.
    • Constructor Summary

      Constructors 
      Constructor Description
      Output​(long addr)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void delete​(long nativeObj)  
      java.lang.String get_any_name()
      Returns any tensor names associated with this output
      int[] get_shape()
      Returns the shape of the output referred to by this output handle.
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Output

        public Output​(long addr)
    • Method Detail

      • get_any_name

        public java.lang.String get_any_name()
        Returns any tensor names associated with this output
      • get_shape

        public int[] get_shape()
        Returns the shape of the output referred to by this output handle.
      • delete

        protected void delete​(long nativeObj)
        Overrides:
        delete in class Wrapper