ONE - On-device Neural Engine
|
#include <ConvolutionCommon.h>
Public Member Functions | |
DownsamplingConv2DKernel ()=delete | |
DownsamplingConv2DKernel (const circle::Operator *cur_op, BaseRuntimeGraph *runtime_graph) | |
const circle::Tensor * | input () const |
const circle::Tensor * | filter () const |
const circle::Tensor * | bias () const |
const circle::Tensor * | output () const |
BaseRuntimeGraph * | runtime_graph () const |
Definition at line 38 of file ConvolutionCommon.h.
|
delete |
|
inlineexplicit |
Definition at line 43 of file ConvolutionCommon.h.
References luci_interpreter::RuntimeGraph::getCircleTensorByIndex().
|
inline |
Definition at line 66 of file ConvolutionCommon.h.
Referenced by luci_interpreter::configure_kernel_CircleConv2D(), luci_interpreter::configure_kernel_CircleDepthwiseConv2D(), luci_interpreter::execute_kernel_CircleConv2D(), and luci_interpreter::execute_kernel_CircleDepthwiseConv2D().
|
inline |
Definition at line 65 of file ConvolutionCommon.h.
Referenced by luci_interpreter::configure_kernel_CircleConv2D(), luci_interpreter::configure_kernel_CircleDepthwiseConv2D(), luci_interpreter::execute_kernel_CircleConv2D(), and luci_interpreter::execute_kernel_CircleDepthwiseConv2D().
|
inline |
Definition at line 64 of file ConvolutionCommon.h.
Referenced by luci_interpreter::configure_kernel_CircleConv2D(), luci_interpreter::configure_kernel_CircleDepthwiseConv2D(), luci_interpreter::execute_kernel_CircleConv2D(), and luci_interpreter::execute_kernel_CircleDepthwiseConv2D().
|
inline |
Definition at line 67 of file ConvolutionCommon.h.
Referenced by luci_interpreter::configure_kernel_CircleConv2D(), luci_interpreter::configure_kernel_CircleDepthwiseConv2D(), luci_interpreter::execute_kernel_CircleConv2D(), and luci_interpreter::execute_kernel_CircleDepthwiseConv2D().
|
inline |
Definition at line 69 of file ConvolutionCommon.h.