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
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 (the Ndarray().data must be assigned bytes data in same encoding used by NumPy)
The text was updated successfully, but these errors were encountered:
The metadata classes can be auto-generated from the protobuf.
What's needed:
protoc -I=mcbackend/protobufs --cpp_out=$DST_DIR mcbackend/protobufs/meta.proto
Ndarray
ProtocolBuffer objects and C++ arrays (theNdarray().data
must be assigned bytes data in same encoding used by NumPy)The text was updated successfully, but these errors were encountered: