You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: