Class CompiledModel


  • public class CompiledModel
    extends Wrapper
    This class represents a compiled model.

    A model is compiled by a specific device by applying multiple optimization transformations, then mapping to compute kernels.

    • Constructor Detail

      • CompiledModel

        protected CompiledModel​(long addr)
    • Method Detail

      • create_infer_request

        public InferRequest create_infer_request()
        Creates an inference request object used to infer the compiled model. The created request has allocated input and output tensors (which can be changed later).
        Returns:
        InferRequest object
      • delete

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