asteinh / tensorflow.m

MATLAB/Octave bindings for TensorFlow

Home Page:https://asteinh.github.io/tensorflow.m/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

String tensor support

asteinh opened this issue · comments

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.