blob: 69cbd1cabd94096f8665d6c34ac7cbd4fc0ef278 [file] [log] [blame]
struct TF_960: Differentiable {
@differentiable
func callAsFunction(_ input: Float) -> Float {
return input
}
}