CK
← Back to C-Kernel-Engine Docs
Doxygen Source Documentation
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
7
extern
"C"
{
8
#endif
9
10
int
ck_op_supported
(
CKOpType
op);
11
12
int
ck_ir_validate_supported
(
const
CKIRGraph
*graph);
13
14
#ifdef __cplusplus
15
}
// extern "C"
16
#endif
17
18
#endif
/* CKERNEL_REGISTRY_H */
ckernel_ir.h
CKOpType
CKOpType
Definition:
ckernel_ir.h:35
ck_ir_validate_supported
int ck_ir_validate_supported(const CKIRGraph *graph)
Definition:
ckernel_registry.c:42
ck_op_supported
int ck_op_supported(CKOpType op)
Definition:
ckernel_registry.c:26
CKIRGraph
Definition:
ckernel_ir.h:72
include
ckernel_registry.h
Generated by
1.9.1