https://github.com/halide/Halide
Raw File
Tip revision: c3641b6850d156aff6bb01a9c01ef475bd069a31 authored by Steven Johnson on 20 October 2021, 00:16:04 UTC
[hannk] augment L2NormOp to allow specifying axis (#6335)
Tip revision: c3641b6
HalideViewController.h
#ifndef HelloiOS_HalideViewController_h
#define HelloiOS_HalideViewController_h

#import "HalideView.h"
#import <UIKit/UIKit.h>

@interface HalideViewController : UIViewController

@property HalideView *halide_view;

- (void)viewWillAppear:(BOOL)animated;

@end

#endif
back to top