Open Deep Learning API
Loading...
Searching...
No Matches
Functions
odla_ops_custom.h File Reference

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...
 

Detailed Description

This file defines the ODLA custom operator.

Definition in file odla_ops_custom.h.

Function Documentation

◆ odla_CustomOp()

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.

Parameters
inputsthe inputs value
op_namea pointer to the name string of the custom operator
function_namea pointer to the name string of the impl function
value_idsunique value ids
Variadic
Returns
odla_values