work_data property

Pointer<Uint8> work_data
getter/setter pair

work buffer, to be allocated by caller before calling to ggml_graph_compute()

Implementation

external ffi.Pointer<ffi.Uint8> work_data;