We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Fill.java
1 parent fe446d4 commit 7322616Copy full SHA for 7322616
com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/Fill.java
@@ -10,6 +10,9 @@
10
/**
11
* A representation of the TensorFlow <code>fill()</code> function.
12
*
13
+ * <p>The fill() function creates a new tensor with a specified shape and fills it with a specified
14
+ * value.
15
+ *
16
* @see <a href="https://www.tensorflow.org/api_docs/python/tf/fill">TensorFlow fill() API</a>.
17
* @author <a href="mailto:[email protected]">Raffi Khatchadourian</a>
18
*/
0 commit comments