Rename python tool script

This commit is contained in:
2024-03-17 19:11:41 +01:00
parent cbdb4e7707
commit 48060dc38d

View File

@@ -1,5 +1,4 @@
import torch
import numpy as np
def conv2d(in_channels, out_channels, kernel_size, stride, padding, inputs, weights):