|
ONE - On-device Neural Engine
|
#include <nnfw_experimental.h>

Data Fields | |
| size_t | ninputs |
| nnfw_operand * | inputs |
| size_t | noutputs |
| nnfw_operand * | outputs |
Definition at line 40 of file nnfw_experimental.h.
| nnfw_operand* nnfw_custom_kernel_params::inputs |
Definition at line 43 of file nnfw_experimental.h.
Referenced by onert.experimental.train.dataloader.DataLoader::__init__(), validate_onnx2circle.OnnxRunner::feed_random_inputs(), onert::api::CustomKernel::run(), onert.common.basesession.BaseSession::set_inputs(), and onert.experimental.train.dataloader.DataLoader::split().
| size_t nnfw_custom_kernel_params::ninputs |
Definition at line 42 of file nnfw_experimental.h.
Referenced by onert::api::CustomKernel::run().
| size_t nnfw_custom_kernel_params::noutputs |
Definition at line 45 of file nnfw_experimental.h.
Referenced by onert::api::CustomKernel::run().
| nnfw_operand* nnfw_custom_kernel_params::outputs |
Definition at line 46 of file nnfw_experimental.h.
Referenced by onert.common.basesession.BaseSession::_set_outputs(), validate_onnx2circle.OnnxRunner::get_outputs(), and onert::api::CustomKernel::run().