onnxruntime/java/src
Adam Pocock 191525301f
[java] Updating TensorInfo so it contains the named dimensions (#18962)
### Description
The Java `TensorInfo` object which is used to describe a tensor's shape,
along with the input and output placeholders for a model couldn't show
any symbolic/named dimensions in that tensor. Now this information is
stored in Java strings on construction and included in the toString.

### Motivation and Context
Setting symbolic dimensions required external information in Java, the
names were not discoverable from within the API.
2024-01-15 14:42:50 -08:00
..
main [java] Updating TensorInfo so it contains the named dimensions (#18962) 2024-01-15 14:42:50 -08:00
test [java] Updating TensorInfo so it contains the named dimensions (#18962) 2024-01-15 14:42:50 -08:00