Skip to content

Commit 7322616

Browse files
committed
Add javadoc to Fill.java.
Explain the `tf.fill()` function.
1 parent fe446d4 commit 7322616

File tree

1 file changed

+3
-0
lines changed
  • com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client

1 file changed

+3
-0
lines changed

com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/Fill.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
/**
1111
* A representation of the TensorFlow <code>fill()</code> function.
1212
*
13+
* <p>The fill() function creates a new tensor with a specified shape and fills it with a specified
14+
* value.
15+
*
1316
* @see <a href="https://www.tensorflow.org/api_docs/python/tf/fill">TensorFlow fill() API</a>.
1417
* @author <a href="mailto:[email protected]">Raffi Khatchadourian</a>
1518
*/

0 commit comments

Comments
 (0)