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 validate_onnx2circle.OnnxRunner::feed_random_inputs(), onert::api::CustomKernel::run(), and package.infer.session::set_inputs().
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 validate_onnx2circle.OnnxRunner::get_outputs(), package.infer.session::inference(), onert::api::CustomKernel::run(), and package.infer.session::set_outputs().