← Back to C-Kernel-Engine Docs Doxygen Source Documentation
 
Loading...
Searching...
No Matches
ckernel_registry.h
Go to the documentation of this file.
1#ifndef CKERNEL_REGISTRY_H
2#define CKERNEL_REGISTRY_H
3
4#include "ckernel_ir.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
11
12int ck_ir_validate_supported(const CKIRGraph *graph);
13
14#ifdef __cplusplus
15} // extern "C"
16#endif
17
18#endif /* CKERNEL_REGISTRY_H */
CKOpType
Definition ckernel_ir.h:38
int ck_ir_validate_supported(const CKIRGraph *graph)
int ck_op_supported(CKOpType op)