Skip to content

Commit 892eb55

Browse files
committed
make the test public
Signed-off-by: Ryan Nett <[email protected]>
1 parent 62ab6d1 commit 892eb55

File tree

1 file changed

+1
-1
lines changed
  • tensorflow-core-kotlin/tensorflow-core-kotlin-api/src/test/kotlin/org/tensorflow

1 file changed

+1
-1
lines changed

tensorflow-core-kotlin/tensorflow-core-kotlin-api/src/test/kotlin/org/tensorflow/Example.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public fun KotlinOps.DenseLayer(
3838

3939
public class Example {
4040
@Test
41-
private fun mnistExample() {
41+
public fun mnistExample() {
4242
Graph {
4343
val input = tf.placeholderWithDefault(
4444
tf.math.add(tf.zeros(tf.array(1, 28, 28, 3), TFloat32.DTYPE), tf.constant(1f)),

0 commit comments

Comments
 (0)