|
Open Deep Learning API
|
Go to the source code of this file.
Functions | |
| ODLA_API_EXPORT odla_values ODLA_API_CALL | odla_CustomOp (odla_values inputs, const odla_char *op_name, const odla_char *function_name, const odla_value_ids ids,...) |
| CustomOp. More... | |
This file defines the ODLA custom operator.
Definition in file odla_ops_custom.h.
| ODLA_API_EXPORT odla_values ODLA_API_CALL odla_CustomOp | ( | odla_values | inputs, |
| const odla_char * | op_name, | ||
| const odla_char * | function_name, | ||
| const odla_value_ids | ids, | ||
| ... | |||
| ) |
CustomOp.
| inputs | the inputs value |
| op_name | a pointer to the name string of the custom operator |
| function_name | a pointer to the name string of the impl function |
| value_ids | unique value ids |
| Variadic |