tensorflow / java

Java bindings for TensorFlow
Apache License 2.0
813 stars 200 forks source link

Shape proto fix #539

Closed karllessard closed 4 months ago

karllessard commented 4 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