Open Deep Learning API
Loading...
Searching...
No Matches
Data Fields
odla_task Struct Reference

odla task definition More...

#include <odla_task.h>

Collaboration diagram for odla_task:
Collaboration graph
[legend]

Data Fields

void(* func )(odla_device, odla_values inputs, odla_values outputs)
 
odla_values inputs
 
odla_values outputs
 

Detailed Description

odla task definition

Definition at line 34 of file odla_task.h.

Field Documentation

◆ func

void(* odla_task::func) (odla_device, odla_values inputs, odla_values outputs)

Definition at line 35 of file odla_task.h.

◆ inputs

odla_values odla_task::inputs

Definition at line 36 of file odla_task.h.

◆ outputs

odla_values odla_task::outputs

Definition at line 37 of file odla_task.h.


The documentation for this struct was generated from the following file: