Class InputModelInfo


  • public class InputModelInfo
    extends Wrapper
    Information about model's input tensor. If all information is already included to loaded model, this info may not be needed. However it can be set to specify additional information about model, like 'layout'.
    • Constructor Detail

      • InputModelInfo

        public InputModelInfo​(long addr)
    • Method Detail

      • set_layout

        public InputModelInfo set_layout​(Layout layout)
        Set layout for model's input tensor
        Parameters:
        layout - Layout for model's input tensor.
        Returns:
        Reference to 'this' to allow chaining with other calls in a builder-like manner
      • delete

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