arrayfire-rust icon indicating copy to clipboard operation
arrayfire-rust copied to clipboard

Add API to save/load array from disk

Open 9prady9 opened this issue 3 years ago • 1 comments

Description

Add API to wrap the following C API

  • [ ] af_save_array
  • [ ] af_read_array_index
  • [ ] af_read_array_key
  • [ ] af_read_array_key_check
  • [ ] af_array_to_string

9prady9 avatar Nov 18 '20 19:11 9prady9

I am still contemplating if this would any benefit to the wrapper in general given that serialization and de-serialization are already supported. Hence, the timeless milestone.

9prady9 avatar Dec 09 '20 11:12 9prady9