Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit 7ffcf87

Browse files
committed
function call error
1 parent 7d3c9a2 commit 7ffcf87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TensorFlow/Operators/Basic.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ public extension Tensor {
218218
@inlinable
219219
@differentiable(wrt: self where Scalar: TensorFlowFloatingPoint)
220220
func clipped(min minimum: Tensor<Int32>, max maximum: Tensor<Int32>) -> Tensor{
221-
return Raw.clipByValue(self, clipValueMin: minimum, clipValueMax: maximum)
221+
return Raw.clipByValue(t: self, clipValueMin: minimum, clipValueMax: maximum)
222222
}
223223
}
224224

0 commit comments

Comments
 (0)