Skip to content

Commit 7c98c3d

Browse files
committed
formatting
Signed-off-by: Ryan Nett <[email protected]>
1 parent b4d5956 commit 7c98c3d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: tensorflow-core-kotlin/tensorflow-core-kotlin-api/src/main/kotlin/org/tensorflow/ConcreteFunctionHelpers.kt

-3
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ public fun Signature(
9393
): Signature =
9494
Signature.builder().methodName(methodName).key(key).input("input", inputs).output("output", outputs).build()
9595

96-
9796
/**
9897
* Add [inputs] to the signature.
9998
*/
@@ -112,13 +111,11 @@ public fun Signature.Builder.outputs(outputs: Map<String, Operand<*>>): Signatur
112111
}
113112
}
114113

115-
116114
/**
117115
* Add [inputs] to the signature.
118116
*/
119117
public fun Signature.Builder.inputs(vararg inputs: Pair<String, Operand<*>>): Signature.Builder = inputs(inputs.toMap())
120118

121-
122119
/**
123120
* Add [outputs] to the signature.
124121
*/

0 commit comments

Comments
 (0)