1 2 3 4 5 6 7 8
// Wrapper header for bindgen — includes all MAX C API headers. #include "max/c/types.h" #include "max/c/common.h" #include "max/c/device.h" #include "max/c/tensor.h" #include "max/c/context.h" #include "max/c/model.h" #include "max/c/weights.h"