tensorflow.m icon indicating copy to clipboard operation
tensorflow.m copied to clipboard

MATLAB/Octave bindings for TensorFlow

Results 4 tensorflow.m issues
Sort by recently updated
recently updated
newest added

**ApiDefMap** - [ ] TF_ApiDefMapPut - [ ] TF_ApiDefMapGet **DeviceList** - [ ] TF_DeviceListCount - [ ] TF_DeviceListName - [ ] TF_DeviceListType - [ ] TF_DeviceListMemoryBytes - [ ] TF_DeviceListIncarnation...

Some reasonable CI tasks: - [x] unit testing - [x] testing against Octave versions (testing against `4.4.1` and `5.1.0` on Debian `x86-64`) - [x] ~~testing against TensorFlow versions~~ (no benefit,...

String tensors (`TF_Tensor` of type `TF_STRING`) are implemented, but not working properly. Probably due to the specific way string tensors have to be allocated for use with TensorFlow.

bug

Implementation working in Matlab but not in Octave...

bug