<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tensorflow example not working on nRF Connect SDK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/82273/tensorflow-example-not-working-on-nrf-connect-sdk</link><description>I have tried tensorflow example on nRF Connect SDK v1.6.1, v1.7.0 and v1.7.1 but all of them are not working. 
 To reproduce the behavior, build any example under zephyr\sample\modules\tensorflow 
 Here is the error from output console:</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 13 Jun 2023 09:35:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/82273/tensorflow-example-not-working-on-nrf-connect-sdk" /><item><title>RE: Tensorflow example not working on nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/430681?ContentTypeID=1</link><pubDate>Tue, 13 Jun 2023 09:35:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff8156b3-fb77-40dc-94db-819d37e9890e</guid><dc:creator>Ivan Angelov</dc:creator><description>&lt;p&gt;That did the trick!&lt;br /&gt;&amp;lt;my_project&amp;gt;/build/zephyr$ less .config&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_TENSORFLOW_LITE_MICRO=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Thank you &lt;a href="https://devzone.nordicsemi.com/members/sigurd-hellesvik"&gt;Sigurd Hellesvik&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tensorflow example not working on nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/430678?ContentTypeID=1</link><pubDate>Tue, 13 Jun 2023 09:22:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0dee6ce3-0eb9-49af-aaac-a57cb1194d2a</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Huh, odd that it is dependent on 0.&lt;/p&gt;
&lt;p&gt;You can always try to force set TENSORFLOW_LITE_MICRO in your projects &amp;quot;Kconfig&amp;quot; file:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;config TENSORFLOW_LITE_MICRO
    bool &amp;quot;Tensorflow Lite Micro custom override&amp;quot;
    default 1&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tensorflow example not working on nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/430674?ContentTypeID=1</link><pubDate>Tue, 13 Jun 2023 09:15:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ce051ab-8e50-4204-b6f5-e33fc2e9d956</guid><dc:creator>Ivan Angelov</dc:creator><description>&lt;p&gt;Please find attached a screen shot from VSCode studio with nRF Connect plugin:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1686647576888v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;The option for TensorFlow Lite Micro Support seems to be grayed out.&lt;/p&gt;
&lt;p&gt;When I manually set in prj.conf I get following:&lt;br /&gt;warning: TENSORFLOW_LITE_MICRO (defined at modules\tflite-micro\Kconfig:8) was assigned the value&lt;br /&gt;&amp;#39;y&amp;#39; but got the value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: 0 (=n). See&lt;br /&gt;&lt;a href="http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_TENSORFLOW_LITE_MICRO"&gt;docs.zephyrproject.org/.../kconfig.html&lt;/a&gt; and/or look up&lt;br /&gt;TENSORFLOW_LITE_MICRO in the menuconfig/guiconfig interface. The Application Development Primer,&lt;br /&gt;Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be&lt;br /&gt;helpful too.&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tensorflow example not working on nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/430644?ContentTypeID=1</link><pubDate>Tue, 13 Jun 2023 08:04:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1069c83-5c0f-4b7f-99ac-72859302ab42</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Since the nRF Connect SDK does not have official support available for running tensorflow directly, the help I can give will be limited.&lt;br /&gt;But I will help you look into the issue still, so:&lt;/p&gt;
&lt;p&gt;First, can you specify why you&lt;/p&gt;
[quote user="Ivan Angelov"]&lt;p&gt;could not set&lt;/p&gt;
&lt;div style="background-color:rgba(31, 31, 31, 1);color:rgba(204, 204, 204, 1);font-family:Consolas, &amp;#39;Courier New&amp;#39;, monospace;font-size:14px;font-weight:normal;line-height:19px;white-space:pre;"&gt;
&lt;div&gt;&lt;span style="color:rgba(86, 156, 214, 1);"&gt;CONFIG_TENSORFLOW_LITE_MICRO&lt;/span&gt;=y&lt;/div&gt;&lt;/div&gt;[/quote]
&lt;p&gt;?&lt;/p&gt;
&lt;p&gt;Try to use our menuconfig tool to search for CONFIG_TENSORFLOW_LITE_MICRO. This will show you which dependencies prevent you to set this config.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tensorflow example not working on nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/430193?ContentTypeID=1</link><pubDate>Fri, 09 Jun 2023 10:50:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85b5f279-7329-4256-8f24-9db5959105b1</guid><dc:creator>Ivan Angelov</dc:creator><description>&lt;p&gt;I do not think Nordic have fixed this issue.&lt;br /&gt;I asked for help at tflite-micro repo, see &lt;a id="" href="https://github.com/zephyrproject-rtos/zephyr/discussions/52302"&gt;https://github.com/zephyrproject-rtos/zephyr/discussions/52302&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p dir="auto"&gt;I have my own Zephyr project with my own board based on nRF5340. I am using Zephyr v3.2.99-ncs2, nrf-sdk is v2.3.0.&lt;br /&gt; I modified NRF west.yml as suggested in tflite-micro repo:&lt;/p&gt;
&lt;p dir="auto"&gt;&lt;pre class="ui-code" data-mode="diff"&gt;diff --git a/west.yml b/west.yml
index a93676a6..5b16929e 100644
--- a/west.yml
+++ b/west.yml
@@ -66,6 +66,7 @@ manifest:
         #
         # Please keep this list sorted alphabetically.
         name-allowlist:
+          - tflite-micro
           - TraceRecorderSource
           - canopennode
           - chre&lt;/pre&gt;&lt;/p&gt;
&lt;p dir="auto"&gt;I ran west update but I get no luck with adding CONFIG_TENSORFLOW_LITE_MICRO=y to my project.&lt;br /&gt; When I ran west -v update I noticed following line:&lt;/p&gt;
&lt;p dir="auto"&gt;&lt;br /&gt; west.manifest: project tflite-micro in file None ignored: an importing manifest blocked or did not allow it&lt;/p&gt;
&lt;p&gt;In my project west.yml I have added tflite-micro project:&lt;/p&gt;
&lt;div style="background-color:#1f1f1f;color:#cccccc;font-family:Consolas, &amp;#39;Courier New&amp;#39;, monospace;font-size:14px;font-weight:normal;line-height:19px;white-space:pre;"&gt;
&lt;div&gt;&lt;span style="color:#cccccc;"&gt;&amp;nbsp; &amp;nbsp; - &lt;/span&gt;&lt;span style="color:#569cd6;"&gt;name&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;: &lt;/span&gt;&lt;span style="color:#ce9178;"&gt;tflite-micro&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#cccccc;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span style="color:#569cd6;"&gt;path&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;: &lt;/span&gt;&lt;span style="color:#ce9178;"&gt;zephyr/modules/tflite-micro&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#cccccc;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span style="color:#569cd6;"&gt;url&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;: &lt;/span&gt;&lt;span style="color:#ce9178;"&gt;&lt;a href="https://github.com/tensorflow/tflite-micro.git"&gt;github.com/.../tflite-micro.git&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#cccccc;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span style="color:#569cd6;"&gt;revision&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;: &lt;/span&gt;&lt;span style="color:#ce9178;"&gt;8913f033772ac7009b6d8a1c8817e2399d22d803&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;After west update I can see the sources of tflite-micro located in zephyr repo:&lt;/p&gt;
&lt;p&gt;&amp;lt;&amp;gt;/zephyr/modules/tflite-micro&lt;br /&gt;./&lt;br /&gt;../&lt;br /&gt;.bazelrc*&lt;br /&gt;.clang-format*&lt;br /&gt;.editorconfig*&lt;br /&gt;.git/&lt;br /&gt;.github/&lt;br /&gt;.gitignore*&lt;br /&gt;AUTHORS*&lt;br /&gt;BUILD*&lt;br /&gt;CMakeLists.txt*&lt;br /&gt;CODEOWNERS*&lt;br /&gt;CONTRIBUTING.md*&lt;br /&gt;Kconfig*&lt;br /&gt;LICENSE*&lt;br /&gt;README.md*&lt;br /&gt;SECURITY.md*&lt;br /&gt;WORKSPACE*&lt;br /&gt;ci/&lt;br /&gt;data/&lt;br /&gt;docs/&lt;br /&gt;python/&lt;br /&gt;tensorflow/&lt;br /&gt;third_party/&lt;/p&gt;
&lt;p&gt;However, I still could not set&lt;/p&gt;
&lt;div style="background-color:#1f1f1f;color:#cccccc;font-family:Consolas, &amp;#39;Courier New&amp;#39;, monospace;font-size:14px;font-weight:normal;line-height:19px;white-space:pre;"&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_TENSORFLOW_LITE_MICRO&lt;/span&gt;=y&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Are you able to give some tips?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tensorflow example not working on nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/342500?ContentTypeID=1</link><pubDate>Wed, 08 Dec 2021 09:52:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb477861-e493-4143-9b23-0f25ae91b8a8</guid><dc:creator>kclauah</dc:creator><description>&lt;p&gt;Sorry. I am not familiar with Edge Impulse.&lt;/p&gt;
&lt;p&gt;I misunderstand because the Edge Impulse example KConfig&amp;nbsp;does not include tensorflow lite library. And it can be successfully build and run. So I assume they have their own implementation of ML framework.&lt;/p&gt;
&lt;p&gt;Even EON &lt;span&gt;compiler is more optimized than tensorflow lite, I do not think it is reasonable to disable tensorflow. At least, developer has an option to use it or not, right?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thank you for your patience.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tensorflow example not working on nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/342471?ContentTypeID=1</link><pubDate>Wed, 08 Dec 2021 07:54:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72b8c999-313f-4d64-9cb9-faecac7a040e</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;I talked to a developer about this. He informed me that the Edge Impulse (EI) actually&amp;nbsp;&lt;span&gt;uses TensorFlow and it&amp;#39;s even stated on their main page (&lt;/span&gt;&lt;span&gt;&lt;a href="https://www.edgeimpulse.com/"&gt;https://www.edgeimpulse.com/&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The EON compiler ued by Edge Impulse is even better than TensorFlow Lite (it&amp;#39;s more optimized for embedded systems).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Also, you could use TensorFlow&amp;#39;s Keras APIs to edit the ML model in EI studio.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you want to learn more, take a look at this:&amp;nbsp;&lt;a title="https://blog.tensorflow.org/2021/06/how-tensorflow-helps-edge-impulse-make-ml-accessible.html" href="https://blog.tensorflow.org/2021/06/how-tensorflow-helps-edge-impulse-make-ml-accessible.html" rel="noopener noreferrer" target="_blank"&gt;https://blog.tensorflow.org/2021/06/how-tensorflow-helps-edge-impulse-make-ml-accessible.html&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tensorflow example not working on nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/342456?ContentTypeID=1</link><pubDate>Wed, 08 Dec 2021 05:55:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e53a496c-8a48-4e7a-bbd0-234ce0471091</guid><dc:creator>kclauah</dc:creator><description>&lt;p&gt;So what is the reason of not including tensorflow in the name-allowlist? Edge Impulse is also a machine learning framework but why it does not need the tensorflow lite framework?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tensorflow example not working on nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/342277?ContentTypeID=1</link><pubDate>Tue, 07 Dec 2021 10:02:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dfdf77d5-c66a-4cb4-9504-e65410fa8f8d</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Yes, of course, that would be the solution, adding&amp;nbsp;TensorFlow&amp;nbsp;to&amp;nbsp;&lt;code&gt;name-allowlist&lt;/code&gt;. I&amp;#39;m sorry for not informing you about this earlier. I tried to add&amp;nbsp;TensorFlow&amp;nbsp;to&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v1.8.0-rc1/west.yml#L18"&gt;https://github.com/nrfconnect/sdk-nrf/blob/v1.8.0-rc1/west.yml#L18&lt;/a&gt;&amp;nbsp;and &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v1.8.0-rc1/west.yml#L96"&gt;https://github.com/nrfconnect/sdk-nrf/blob/v1.8.0-rc1/west.yml#L96&lt;/a&gt;, which&amp;nbsp;I wasn&amp;#39;t able to get to work for some reason.&lt;/p&gt;
&lt;p&gt;I do not think this is a bug, but rather an active decision by our developers to not include it in the &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v1.8.0-rc1/west.yml#L70"&gt;name-allowlist&lt;/a&gt;.&amp;nbsp;We do have better support for &lt;a href="https://docs.edgeimpulse.com/docs"&gt;Edge Impulse&lt;/a&gt; samples in the nRF Connect SDK. Check out&amp;nbsp;our Edge Impulse samples here:&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/edge_impulse/data_forwarder/README.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/edge_impulse/data_forwarder/README.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tensorflow example not working on nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/342224?ContentTypeID=1</link><pubDate>Tue, 07 Dec 2021 05:14:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91f93b08-9274-4a19-bef5-17d4486e352d</guid><dc:creator>kclauah</dc:creator><description>&lt;p&gt;The tensorflow example works after following the suggestions from @laurenmurphyx64. It is a bug from nrf-sdk and still exists in main stream.&lt;/p&gt;
&lt;p&gt;See the GitHub issue for the solutions.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/zephyrproject-rtos/zephyr/issues/40827"&gt;github.com/.../40827&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;@Simon How can I report a bug here?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tensorflow example not working on nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/341820?ContentTypeID=1</link><pubDate>Fri, 03 Dec 2021 09:56:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14711b61-6a8b-4444-aa28-0d1b1e628bac</guid><dc:creator>kclauah</dc:creator><description>&lt;p&gt;Thank you for the response.&lt;/p&gt;
&lt;p&gt;I have followed the getting started guide instructions and install the Zephyr upstream using Ubuntu 20.0.4.&lt;/p&gt;
&lt;p&gt;The tensorflow hello_world sample can be compiled correctly using nrf52dk_nrf52832 and nrf9160dk_nrf9160ns. &lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/4034.png" /&gt;&lt;/p&gt;
&lt;p&gt;I have also tried downloading the module from &lt;a href="https://github.com/zephyrproject-rtos/tensorflow"&gt;https://github.com/zephyrproject-rtos/tensorflow&lt;/a&gt; and put it in &amp;lt;root&amp;gt;\modules\lib\tensorflow but still showing the same error.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/0407.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/4682.png" /&gt;&lt;/p&gt;
&lt;p&gt;Any suggestions is appreciated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tensorflow example not working on nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/341799?ContentTypeID=1</link><pubDate>Fri, 03 Dec 2021 08:41:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:edabded7-afb0-4d7c-89de-35d1d3f1f203</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Try installing Zephyr upstream instead of the nRF Connect SDK (NCS), which comes with different packages than NCS (&lt;a href="https://github.com/zephyrproject-rtos/zephyr/blob/zephyr-v2.7.0/west.yml#L196-L199"&gt;Zephyr west.yml&lt;/a&gt; vs. &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v1.8.0-rc1/west.yml"&gt;NCS west yml&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Check out this for instructions how to install Zephyr upstream:&amp;nbsp;&lt;a href="https://docs.zephyrproject.org/2.7.0/getting_started/index.html"&gt;https://docs.zephyrproject.org/2.7.0/getting_started/index.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If the Tensorflow sample doesn&amp;#39;t work with Zephyr upstream, then you should update&amp;nbsp;&lt;a href="https://github.com/zephyrproject-rtos/zephyr/issues/40827"&gt;https://github.com/zephyrproject-rtos/zephyr/issues/40827&lt;/a&gt;&amp;nbsp;and inform about that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tensorflow example not working on nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/341607?ContentTypeID=1</link><pubDate>Thu, 02 Dec 2021 03:17:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f78573b9-39e2-4967-8dfb-aea46cdd7d48</guid><dc:creator>kclauah</dc:creator><description>&lt;p&gt;Thank you for the suggestions.&lt;/p&gt;
&lt;p&gt;I have created an issue in zephyr github.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/zephyrproject-rtos/zephyr/issues/40827"&gt;https://github.com/zephyrproject-rtos/zephyr/issues/40827&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;But the error&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_TENSORFLOW_LITE_MICRO was assigned the value y, but got the value n. Missing dependencies: 0&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;does it mean the tensorflow lite module is missing? I have tried searching all_ops_resolver.h but I got nothing. Maybe I can download the whole repo from &lt;a href="https://github.com/tensorflow/tensorflow"&gt;https://github.com/tensorflow/tensorflow&lt;/a&gt; and put it in somewhere, is it correct?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tensorflow example not working on nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/341560?ContentTypeID=1</link><pubDate>Wed, 01 Dec 2021 15:01:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:796771ae-a7a9-4373-a72a-8746b9bd565d</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;I can see that CONFIG_TENSORFLOW_LITE_MICRO will get the value &amp;#39;n&amp;#39;, even if it&amp;#39;s set to &amp;#39;y&amp;#39;. I&amp;#39;m not sure why this is. Maybe that&amp;#39;s what&amp;#39;s leading to the issues you see.&lt;/p&gt;
&lt;p&gt;However, since this is a Zephyr sample, I think you&amp;#39;ll get better help if you create a &lt;a href="https://github.com/zephyrproject-rtos/zephyr/issues/new/choose"&gt;Zephyr issue&lt;/a&gt;&amp;nbsp;or ask in any of these resources:&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/introduction/index.html#resources"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/introduction/index.html#resources&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Check out this ticket as well:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/79892/tensorflow-lite-micro-support-for-machine-learning/330840#330840"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/79892/tensorflow-lite-micro-support-for-machine-learning/330840#330840&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>