@interface MLCompilerNeuralNetworkOutput : NSObject @property (readonly, nonatomic) struct shared_ptr { struct net *__ptr_; struct __shared_weak_count *__cntrl_; } network; @property (readonly, nonatomic) struct shared_ptr { struct IRProgram *__ptr_; struct __shared_weak_count *__cntrl_; } program; + (id)outputWithEspressoNetwork:(struct shared_ptr { struct net *x0; struct __shared_weak_count *x1; })a0; + (id)outputWithMILProgram:(struct unique_ptr> { struct __compressed_pair> { struct IRProgram *x0; } x0; })a0; - (id).cxx_construct; - (void).cxx_destruct; - (id)initWithEspressoNetwork:(struct shared_ptr { struct net *x0; struct __shared_weak_count *x1; })a0; - (id)initWithMILProgram:(struct shared_ptr { struct IRProgram *x0; struct __shared_weak_count *x1; })a0; @end