Skip to content
Snippets Groups Projects
Commit e8ee7ac8 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

chore : set setupExpandTest as static function

parent 248fa6c2
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ using std::shared_ptr;
using namespace Aidge;
void setupTestExpand(shared_ptr<Tensor> inputData,
static void setupTestExpand(shared_ptr<Tensor> inputData,
shared_ptr<Tensor> inputShape,
shared_ptr<Expand_Op> &op) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment