Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit 09ce86a

Browse files
dominikgrewerxwei
authored andcommitted
Make Padding.raw public. (#121)
Required for passing `Padding` to `Raw` functions.
1 parent ca669ca commit 09ce86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/DeepLearning/Operators.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public enum Padding {
114114

115115
public extension Padding {
116116
@inlinable
117-
internal var raw: Raw.Padding {
117+
var raw: Raw.Padding {
118118
switch self {
119119
case .same: return .same
120120
case .valid: return .valid

0 commit comments

Comments
 (0)