<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=TensorFlow%3A_feed_data</id>
	<title>TensorFlow: feed data - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=TensorFlow%3A_feed_data"/>
	<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=TensorFlow:_feed_data&amp;action=history"/>
	<updated>2026-04-17T12:47:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.4</generator>
	<entry>
		<id>https://onnocenter.or.id/wiki/index.php?title=TensorFlow:_feed_data&amp;diff=56535&amp;oldid=prev</id>
		<title>Onnowpurbo: Created page with &quot; import tensorflow as tf  import numpy as np  a = 3  b = 2  x = tf.placeholder(tf.float32,shape=(a,b))  y = tf.add(x,x)  data = np.random.rand(a,b)  sess = tf.Session()  print...&quot;</title>
		<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=TensorFlow:_feed_data&amp;diff=56535&amp;oldid=prev"/>
		<updated>2019-07-29T23:15:04Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; import tensorflow as tf  import numpy as np  a = 3  b = 2  x = tf.placeholder(tf.float32,shape=(a,b))  y = tf.add(x,x)  data = np.random.rand(a,b)  sess = tf.Session()  print...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt; import tensorflow as tf&lt;br /&gt;
 import numpy as np&lt;br /&gt;
 a = 3&lt;br /&gt;
 b = 2&lt;br /&gt;
 x = tf.placeholder(tf.float32,shape=(a,b))&lt;br /&gt;
 y = tf.add(x,x)&lt;br /&gt;
 data = np.random.rand(a,b)&lt;br /&gt;
 sess = tf.Session()&lt;br /&gt;
 print sess.run(y,feed_dict={x:data})&lt;br /&gt;
 # Finally, close the TensorFlow session when you're done:&lt;br /&gt;
 sess.close()&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Pranal Menarik==&lt;br /&gt;
&lt;br /&gt;
* [[TensorFlow]]&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>