1 #ifndef CKERNEL_IR_V2_LOWER_H
2 #define CKERNEL_IR_V2_LOWER_H
const char * ck_ir_v2_lower_mode_name(CKIRV2LowerMode mode)
int ck_ir_v2_lower_emit_json(const CKIRV2Graph *input, CKIRV2LowerMode mode, const char *path)
@ CK_IR_V2_LOWER_BACKWARD
int ck_ir_v2_lower_mode_from_string(const char *name, CKIRV2LowerMode *out_mode)
int ck_ir_v2_lower_graph(const CKIRV2Graph *input, CKIRV2LowerMode mode, CKIRV2Graph *output, CKMemPlan *plan)