Skip to content

Commit 4cb0e20

Browse files
alealvAlejandro Gaston Alvarez Franceschi
andauthored
Fix docsting (#2091)
Co-authored-by: Alejandro Gaston Alvarez Franceschi <alejandro.alvarez@projectx.ai>
1 parent d7de7e0 commit 4cb0e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coremltools/converters/mil/mil/input_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ class TensorInputType(_InputType):
251251
class conv(Operation):
252252
input_spec = InputSpec(
253253
x=TensorInputType(type_domain="T"),
254-
weight=TensorInputType(type_domain="U"),
254+
weight=TensorInputType(type_domain="T"),
255255
)
256256
257257
type_domains = {

0 commit comments

Comments
 (0)