ONE - On-device Neural Engine
|
#include <TISOKernel.h>
Data Fields | |
uint8_t * | input1_data = nullptr |
uint8_t * | input2_data = nullptr |
uint8_t * | output_data = nullptr |
Definition at line 27 of file TISOKernel.h.
uint8_t* luci_interpreter::kernels::TISOData::input1_data = nullptr |
Definition at line 29 of file TISOKernel.h.
Referenced by luci_interpreter::kernels::evalTISOKernel(), luci_interpreter::kernels::evalTISOQuantizedKernel(), luci_interpreter::execute_kernel_CircleArgMax(), luci_interpreter::execute_kernel_CircleArgMin(), luci_interpreter::execute_kernel_CircleMean(), luci_interpreter::execute_kernel_CirclePRelu(), and luci_interpreter::execute_kernel_CircleTranspose().
uint8_t* luci_interpreter::kernels::TISOData::input2_data = nullptr |
Definition at line 30 of file TISOKernel.h.
Referenced by luci_interpreter::kernels::evalTISOKernel(), luci_interpreter::kernels::evalTISOQuantizedKernel(), luci_interpreter::execute_kernel_CircleArgMax(), luci_interpreter::execute_kernel_CircleArgMin(), luci_interpreter::execute_kernel_CircleFill(), luci_interpreter::execute_kernel_CircleMean(), luci_interpreter::execute_kernel_CirclePRelu(), and luci_interpreter::execute_kernel_CircleTranspose().
uint8_t* luci_interpreter::kernels::TISOData::output_data = nullptr |
Definition at line 31 of file TISOKernel.h.
Referenced by luci_interpreter::kernels::evalTISOKernel(), luci_interpreter::kernels::evalTISOQuantizedKernel(), luci_interpreter::execute_kernel_CircleArgMax(), luci_interpreter::execute_kernel_CircleArgMin(), luci_interpreter::execute_kernel_CircleFill(), luci_interpreter::execute_kernel_CircleMean(), luci_interpreter::execute_kernel_CirclePRelu(), and luci_interpreter::execute_kernel_CircleTranspose().