Class OutputInfo


  • public class OutputInfo
    extends Wrapper
    Class holding postprocessing information for one output

    From postprocessing pipeline perspective, each output can be represented as:

    • Model's output info, (OutputInfo::model)
    • Postprocessing steps applied to user's input (OutputInfo::postprocess)
    • User's desired output parameter information, which is a final one after preprocessing (tensor())
    • Constructor Summary

      Constructors 
      Constructor Description
      OutputInfo​(long addr)  
    • Constructor Detail

      • OutputInfo

        public OutputInfo​(long addr)
    • Method Detail

      • tensor

        public InputTensorInfo tensor()
        Get current output tensor information with ability to change specific data
        Returns:
        Reference to current output tensor structure
      • delete

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