blob: e6447c6ab33f8c3fe88aebf701e376adf9ccdeec [file] [log] [blame]
iree_cc_library(
NAME
pipeline
HDRS
"pipeline.h"
SRCS
"pipeline.c"
DEPS
samples::risp4ml::common::image
samples::risp4ml::isp_stages::blc
samples::risp4ml::isp_stages::demosaic
samples::risp4ml::isp_stages::dg
samples::risp4ml::isp_stages::downscale
samples::risp4ml::isp_stages::gamma
samples::risp4ml::isp_stages::wbg
)