-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
The metadata classes can be auto-generated from the protobuf.
What's needed:
- Package structure
- Including a C++ protobuf compile step in scripts/generate.py:
protoc -I=mcbackend/protobufs --cpp_out=$DST_DIR mcbackend/protobufs/meta.proto
- Move the generated files to the right place in the package structure
- Interfaces or base classes for Backend, Run and Chain
- Helper functions to convert between
Ndarray
ProtocolBuffer objects and C++ arrays (theNdarray().data
must be assigned bytes data in same encoding used by NumPy)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed