You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String tensor support (#90)
* added support for string tensors,
when the data is given by VALUE (and not with BLOB)
* updated test.py
for setting and getting string tensors by VALUE
* added support for tensorset
from numpy string array as blob
* updated test.py
to test tensorset with numpy string array
* linting
* small fix
* Review fixes:
Added a comment.
Deleted numpy_string2blob and replaced with a single line using join.
Deleted utils.recursive_bytetransform_str and
sets 'target' to a decode function
Co-authored-by: alonre24 <[email protected]>
New version (#27)
* new tensor APIs
* container namedtuples
* tflite
* simplified APIs stabilization init
* test cases fix
* todo fixes, LGTM.com fixes, type annotations
* more tests
* supporting np dtypes