Skip to content

Commit a1875d4

Browse files
committed
Add CallableFunction javadoc
Signed-off-by: Ryan Nett <[email protected]>
1 parent fdb93a0 commit a1875d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tensorflow-core/tensorflow-core-api/src/main/java/org/tensorflow/CallableFunction.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
import java.util.Map;
2121
import org.tensorflow.Signature.TensorDescription;
2222

23+
/**
24+
* A function that can be called with tensors.
25+
*/
2326
public interface CallableFunction {
2427

2528
/**

0 commit comments

Comments
 (0)