tensorflow / java-models

Models in Java
72 stars 38 forks source link

Which is the "org.tensorflow.Tensor#create(java.lang.Object)" substitute? #30

Open Mhuang77 opened 4 months ago

Mhuang77 commented 4 months ago

In the TF1.x use the "org.tensorflow.Tensor#create(java.lang.Object)" can conveniently construct various types. Which method in TF2 is equivalent to org.tensorflow.Tensor#create(java.lang.Object) in TF1?