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

chore : set setupExpandTest as static function

parent c4098189
No related branches found
No related tags found
No related merge requests found
Pipeline #66469 failed
......@@ -29,7 +29,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<OperatorTensor> &op,
shared_ptr<Tensor> &expectedOutput) {
......
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