@josevalim, In this PR I have added some functions that were working perfectly. However I have actually been devoting a lot of time to getting TF_INT64 and TF_FLOAT tensors (especially multi-dimensional ones) to work in Elixir. I will add PRs for those soon, once I get them to work completely.
In this PR, the functionalities added are:
Support for string tensors
Getting to know the datatype of a tensor (Will be useful later on, when Tensor support is varied across many datatypes. I have already added support for all datatypes in this function)
@josevalim, In this PR I have added some functions that were working perfectly. However I have actually been devoting a lot of time to getting
TF_INT64
andTF_FLOAT
tensors (especially multi-dimensional ones) to work in Elixir. I will add PRs for those soon, once I get them to work completely.In this PR, the functionalities added are:
An example for these functions is as follows: