Avatar
PR出してコードは大丈夫そうだけど既存テストがコケてて面倒なことになってきた。 https://github.com/tensorflow/swift-apis/pull/341
I tried the code below on colab. import TensorFlow @differentiable public func mysigmoid<T: TensorFlowFloatingPoint>(_ x: Tensor<T>) -> Tensor<T> {...