Winograd Update for Small batches (#1803)
* Build in padding to Winograd kernels * Add new fused Winograd kernel * Enable weight flipping in Winograd kernels
This commit is contained in:
+1
-1
@@ -3882,7 +3882,7 @@ array conv_general(
|
||||
|
||||
return array(
|
||||
std::move(out_shape),
|
||||
in.dtype(),
|
||||
out_type,
|
||||
std::make_shared<Convolution>(
|
||||
to_stream(s),
|
||||
stride,
|
||||
|
||||
Reference in New Issue
Block a user