Skip to content

Bug in onnxruntime\onnxruntime\core\providers\acl\nn\conv.cc? #4209

Description

@capriccioo

Describe the bug
arm_compute::NEDepthwiseConvolutionLayer3x3> is used in onnxruntime\onnxruntime\core\providers\acl\nn\conv.cc line 211:
auto layer = std::make_shared<arm_compute::NEDepthwiseConvolutionLayer3x3>();

but I searched the definition of NEDepthwiseConvolutionLayer3x3 in the repository ARM-software/ComputeLibrary and got nothing.

System information

  • ONNX Runtime version: 1.3.0

To Reproduce
When building onnxruntime with option --use_acl, I got the error below:
/home/test/code/onnxruntime/onnxruntime/core/providers/acl/nn/conv.cc:211:52: error: ‘NEDepthwiseConvolutionLayer3x3’ is not a member of ‘arm_compute’
auto layer = std::make_shared<arm_compute::NEDepthwiseConvolutionLayer3x3>();

Expected behavior
Is this a bug or i had done something wrong?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions