MDF
MDF copied to clipboard
Typing
Decide whether parameters will be typed and develop a specification for typing.
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 Sounds good, it can be a loosely specified placeholder for now until we try it in a number of different scenarios.