tensorflow / java

Java bindings for TensorFlow
Apache License 2.0
831 stars 202 forks source link

Shape proto fix #539

Closed karllessard closed 6 months ago

karllessard commented 6 months ago

Mark shape as "unknown rank" when it is completely unknown. Right now, it was behaving as a scalar (i.e. just without any dimension set).

Also update ndarray dependency version