onnxruntime/java/src/test
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
..
android Update Gradle version (#14862) 2023-03-08 12:22:06 -08:00
java [java] Updating TensorInfo so it contains the named dimensions (#18962) 2024-01-15 14:42:50 -08:00
resources [java] Enable output pinning in OrtSession and OrtTrainingSession (#16835) 2023-09-26 01:49:13 -07:00