MDF icon indicating copy to clipboard operation
MDF copied to clipboard

Typing

Open jeremyrl7 opened this issue 4 years ago • 2 comments

Decide whether parameters will be typed and develop a specification for typing.

jeremyrl7 avatar Dec 14 '20 15:12 jeremyrl7

I needed some place to stick type information for TorchScript conversion so I added a type string to allowed_fields for InputPort. Write now I am just dumping the TorchScript type into this field but we should probably flesh this out some more.

davidt0x avatar Apr 22 '21 13:04 davidt0x

@davidt0x Sounds good, it can be a loosely specified placeholder for now until we try it in a number of different scenarios.

pgleeson avatar Apr 22 '21 18:04 pgleeson