In Xcode has a build error:Array input is not a constant array of tensors · Issue #10 · tensorflow/swift
code: import TensorFlow let x = Tensor([[1, 2], [3, 4]]) //error:Array input is not a constant array of tensors print(x) i have install tensorflow-swift。Xcode Version 9.3 (9E145) and Selected a Swi...