<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Dinesh, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/reading-graph-data-in-tensorflow-c-api/m-p/1088193#M64308</link>
    <description>&lt;P&gt;Dinesh,&lt;/P&gt;

&lt;P&gt;There is a detailed example with code in the following blog post:&amp;nbsp;&lt;A href="https://medium.com/jim-fleming/loading-a-tensorflow-graph-with-the-c-api-4caaff88463f#.6wx20arc1"&gt;https://medium.com/jim-fleming/loading-a-tensorflow-graph-with-the-c-api-4caaff88463f#.6wx20arc1&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Mar 2017 02:41:49 GMT</pubDate>
    <dc:creator>gaston-hillar</dc:creator>
    <dc:date>2017-03-21T02:41:49Z</dc:date>
    <item>
      <title>reading graph data in tensorflow c++ api</title>
      <link>https://community.intel.com/t5/Software-Archive/reading-graph-data-in-tensorflow-c-api/m-p/1088192#M64307</link>
      <description>&lt;P&gt;How do i read the datas from the file train.pb in current c++ code? I followed some tutorial on tensorflow and understood till this much lines, but after this i cant find exact correct way to read the datas(multidimensional array values) inside the c++ code. i'm studked in my project cas of this.&lt;BR /&gt;
	Session* session;&lt;BR /&gt;
	Status status = NewSession(SessionOptions(), &amp;amp;session);&lt;BR /&gt;
	if (!status.ok()) {&lt;BR /&gt;
	std::cout &amp;lt;&amp;lt; status.ToString() &amp;lt;&amp;lt; "\n";&lt;BR /&gt;
	&lt;SPAN class="text_exposed_show"&gt;return 1;&lt;BR /&gt;
	}&lt;/SPAN&gt;&lt;/P&gt;

&lt;DIV class="text_exposed_show"&gt;
	&lt;P&gt;// Read in the protobuf graph we exported&lt;BR /&gt;
		// (The path seems to be relative to the cwd. Keep this in mind&lt;BR /&gt;
		// when using `bazel run` since the cwd isn't where you call&lt;BR /&gt;
		// `bazel run` but from inside a temp folder.)&lt;BR /&gt;
		GraphDef graph_def;&lt;BR /&gt;
		status = ReadBinaryProto(Env::Default(), "models/train.pb", &amp;amp;graph_def);&lt;BR /&gt;
		if (!status.ok()) {&lt;BR /&gt;
		std::cout &amp;lt;&amp;lt; status.ToString() &amp;lt;&amp;lt; "\n";&lt;BR /&gt;
		return 1;&lt;BR /&gt;
		}&lt;/P&gt;

	&lt;P&gt;// Add the graph to the session&lt;BR /&gt;
		status = session-&amp;gt;Create(graph_def);&lt;BR /&gt;
		if (!status.ok()) {&lt;BR /&gt;
		std::cout &amp;lt;&amp;lt; status.ToString() &amp;lt;&amp;lt; "\n";&lt;BR /&gt;
		return 1;&lt;BR /&gt;
		}&lt;BR /&gt;
		std::vector&amp;lt;std::pair&amp;lt;string, tensorflow::Tensor&amp;gt;&amp;gt; inputs = " what is here?"&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 16 Nov 2016 12:57:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/reading-graph-data-in-tensorflow-c-api/m-p/1088192#M64307</guid>
      <dc:creator>dinesh_l_</dc:creator>
      <dc:date>2016-11-16T12:57:31Z</dc:date>
    </item>
    <item>
      <title>Dinesh,</title>
      <link>https://community.intel.com/t5/Software-Archive/reading-graph-data-in-tensorflow-c-api/m-p/1088193#M64308</link>
      <description>&lt;P&gt;Dinesh,&lt;/P&gt;

&lt;P&gt;There is a detailed example with code in the following blog post:&amp;nbsp;&lt;A href="https://medium.com/jim-fleming/loading-a-tensorflow-graph-with-the-c-api-4caaff88463f#.6wx20arc1"&gt;https://medium.com/jim-fleming/loading-a-tensorflow-graph-with-the-c-api-4caaff88463f#.6wx20arc1&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 02:41:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/reading-graph-data-in-tensorflow-c-api/m-p/1088193#M64308</guid>
      <dc:creator>gaston-hillar</dc:creator>
      <dc:date>2017-03-21T02:41:49Z</dc:date>
    </item>
    <item>
      <title>Dinesh,</title>
      <link>https://community.intel.com/t5/Software-Archive/reading-graph-data-in-tensorflow-c-api/m-p/1088194#M64309</link>
      <description>&lt;P&gt;Dinesh,&lt;/P&gt;

&lt;P&gt;If you are working with TensorFlow, there is going to be a TensorFlow on Modern Intel® Architectures Webinar in May 9, 2017. The following link provides detailed information about the&amp;nbsp;&lt;SPAN style="font-size: 13.008px;"&gt;TensorFlow* on &lt;A href="https://software.seek.intel.com/TensorFlowWebinar_Reg"&gt;Modern Intel® Architectures Webinar&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 20:54:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/reading-graph-data-in-tensorflow-c-api/m-p/1088194#M64309</guid>
      <dc:creator>gaston-hillar</dc:creator>
      <dc:date>2017-04-25T20:54:16Z</dc:date>
    </item>
    <item>
      <title>The speaker for this webinar</title>
      <link>https://community.intel.com/t5/Software-Archive/reading-graph-data-in-tensorflow-c-api/m-p/1088195#M64310</link>
      <description>&lt;P&gt;The speaker for this webinar is &lt;SPAN style="font-size: 1em;"&gt;ElMoustapha Ould-Ahmed-Vall,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;Senior Principal Engineer in Artificial Intelligence Products Group (AIPG)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 20:55:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/reading-graph-data-in-tensorflow-c-api/m-p/1088195#M64310</guid>
      <dc:creator>gaston-hillar</dc:creator>
      <dc:date>2017-04-25T20:55:05Z</dc:date>
    </item>
  </channel>
</rss>

