harvard-acc/smaug

Move proto types into separate protos.

yaoyuannnn opened this issue · 0 comments

Currently we put everything in the types.proto, but the generated "types_pb2" is a very generic name and isn't the most logical place to put everything it has. It's worth moving the types into separate protos. For example, the OpType could go to ops.proto, and DataLayouts could go in tensor.proto, etc.