![]() |
| Having trouble viewing or submitting this form? | |
| |
| I've invited you to fill out a form: |
| Survey for Tensor Type names |
| In TF Java, we are now using our own classes for identifying the datatype of a tensor or an operand instead of relaying on Java boxed types (e.g. `Tensor<TInt32>` instead of `Tensor<Integer>`). The main reason is that these tensor types now carry more information that allows us to access directly the tensor data in a n-dimensional space directly from Java. Currently, float32 and float64 have preserved their former boxed type name (i.e. `TFloat` and `TDouble` respectively), while int32 and int64 has been renamed to `TInt32` and `TInt64` from `Integer` and `Long` to match the type names in Python, which is now a bit inconsistent. As I'm about to add a new datatype (float16), I would like to fix this inconsistency as well and rename `TFloat/TDouble` to `TFloat32/TFloat64`, which also match Python type names. But since they are very frequently used data types, I would like to know your opinion before applying this change. NOTE: The `T` prefix in the type class names stands for `Tensor of`, since an instance of one of these classes is a full n-dimensional array of data and not a single value. |
|
This content is neither created nor endorsed by Google.
Report Abuse - Terms of Service - Additional Terms |
| Create your own Google Form |

--
You received this message because you are subscribed to the Google Groups "SIG JVM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jvm+uns...@tensorflow.org.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/jvm/000000000000f9a152059bbfbf01%40google.com.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/jvm/CAKr7cSmcS1V5_ME8YBL1iJxzYz_bnPk5s_MMaB3PZf%3DDe9Pt_A%40mail.gmail.com.