<?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>i.MX ProcessorsのトピックRe: Vx delegate issue</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Vx-delegate-issue/m-p/1833729#M221664</link>
    <description>&lt;P&gt;Always getting this error Compiling tensorflow/compiler/mlir/tensorflow/ir/tf_ops.cc [for host] failed: (Exit 1): gcc failed: error executing command..please help me.I am referring "&lt;A href="https://www.nxp.com/docs/en/user-guide/IMX-MACHINE-LEARNING-UG.pdf&amp;quot;" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/IMX-MACHINE-LEARNING-UG.pdf"&lt;/A&gt; 2.6.2.3 step2 while using bazel&lt;/P&gt;</description>
    <pubDate>Fri, 22 Mar 2024 11:55:09 GMT</pubDate>
    <dc:creator>Mohan51</dc:creator>
    <dc:date>2024-03-22T11:55:09Z</dc:date>
    <item>
      <title>Vx delegate issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Vx-delegate-issue/m-p/1828254#M221257</link>
      <description>&lt;P&gt;Hi, I want to build ML models to GPU. for that I am trying to build Vx delegate by following the document(&lt;A href="https://www.nxp.com/docs/en/user-guide/IMX-MACHINE-LEARNING-UG.pdf)" target="_blank" rel="noopener"&gt;https://www.nxp.com/docs/en/user-guide/IMX-MACHINE-LEARNING-UG.pdf)&lt;/A&gt;. but facing aarch64 errors.I will paste the error below..please provide any updated document for IMX-MACHINE-LEARNING-UG.it will help for us to build the Vx delegate.and I am using Linux and I am using IMX8M nano board&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;ERROR: /tensorflow/docker-build/external/png/BUILD.bazel:8:11: Compiling pngrtran.c failed: (Exit 1): aarch64-none-linux-gnu-gcc failed: error executing command&amp;nbsp;&lt;BR /&gt;&amp;nbsp; (cd /tensorflow/docker-build/execroot/org_tensorflow &amp;amp;&amp;amp; \&lt;BR /&gt;&amp;nbsp; exec env - \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PATH=/root/.cache/bazelisk/downloads/bazelbuild/bazel-5.3.0-linux-x86_64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PWD=/proc/self/cwd \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PYTHON_BIN_PATH=/usr/bin/python3 \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PYTHON_LIB_PATH=/usr/lib/python3/dist-packages \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TF2_BEHAVIOR=1 \&lt;BR /&gt;&amp;nbsp; /tensorflow/docker-build/external/aarch64_linux_toolchain/bin/aarch64-none-linux-gnu-gcc -fstack-protector -g0 -O2 -DNDEBUG -ffunction-sections -fdata-sections -MD -MF bazel-out/aarch64-opt/bin/external/png/_objs/png/pngrtran.d '-frandom-seed=bazel-out/aarch64-opt/bin/external/png/_objs/png/pngrtran.o' -iquote external/png -iquote bazel-out/aarch64-opt/bin/external/png -iquote external/zlib -iquote bazel-out/aarch64-opt/bin/external/zlib -isystem external/png -isystem bazel-out/aarch64-opt/bin/external/png -isystem external/zlib -isystem bazel-out/aarch64-opt/bin/external/zlib -Wno-all -Wno-extra -Wno-deprecated -Wno-deprecated-declarations -Wno-ignored-attributes -Wno-array-bounds -Wunused-result '-Werror=unused-result' -Wswitch '-Werror=switch' '-Wno-error=unused-but-set-variable' -DAUTOLOAD_DYNAMIC_KERNELS -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -no-canonical-prefixes -fno-canonical-system-headers -c external/png/pngrtran.c -o bazel-out/aarch64-opt/bin/external/png/_objs/png/pngrtran.o)&lt;BR /&gt;# Configuration: 485b9507bda8d2fa62e14239a83e554ed230487d471f3cb807f51d070873f3cc&lt;BR /&gt;# Execution platform: @local_execution_config_platform//:platform&lt;BR /&gt;external/png/pngrtran.c: In function 'convert_gamma_value':&lt;BR /&gt;external/png/pngrtran.c:275:4: internal compiler error: Illegal instruction&lt;BR /&gt;&amp;nbsp; 275 |&amp;nbsp;&amp;nbsp;&amp;nbsp; output_gamma = floor(output_gamma + .5);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp;&amp;nbsp; ^~~~~~~~~~~~&lt;BR /&gt;0x1739600 diagnostic_impl(rich_location*, diagnostic_metadata const*, int, char const*, __va_list_tag (*) [1], diagnostic_t)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x173a286 internal_error(char const*, ...)&lt;BR /&gt;  ???:0&lt;BR /&gt;0xc26e2f crash_signal(int)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x1946167 __gmpn_tdiv_qr&lt;BR /&gt;  ???:0&lt;BR /&gt;0x191a197 parsed_string_to_mpfr&lt;BR /&gt;  ???:0&lt;BR /&gt;0x191aa9a mpfr_strtofr&lt;BR /&gt;  ???:0&lt;BR /&gt;0xb924ac real_from_string(real_value*, char const*)&lt;BR /&gt;  ???:0&lt;BR /&gt;0xb92e8b real_from_string3(real_value*, char const*, format_helper)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x781be6 interpret_float(cpp_token const*, unsigned int, char const*, overflow_type*)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x782c07 c_lex_with_flags(tree_node**, unsigned int*, unsigned char*, int)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x70b11e c_lex_one_token(c_parser*, c_token*, bool)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x71b8bc c_parser_cast_expression(c_parser*, c_expr*)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x71c366 c_parser_binary_expression(c_parser*, c_expr*, tree_node*)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x71ce85 c_parser_conditional_expression(c_parser*, c_expr*, tree_node*)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x71d484 c_parser_expr_no_commas(c_parser*, c_expr*, tree_node*)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x71e043 c_parser_expr_list(c_parser*, bool, bool, vec&amp;lt;tree_node*, va_gc, vl_embed&amp;gt;**, unsigned int*, tree_node**, vec&amp;lt;unsigned int, va_heap, vl_ptr&amp;gt;*, unsigned int*)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x71f42e c_parser_postfix_expression_after_primary(c_parser*, unsigned int, c_expr)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x70eb9d c_parser_postfix_expression(c_parser*)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x71a812 c_parser_unary_expression(c_parser*)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x71b8e6 c_parser_cast_expression(c_parser*, c_expr*)&lt;BR /&gt;  ???:0&lt;BR /&gt;Please submit a full bug report,&lt;BR /&gt;with preprocessed source if appropriate.&lt;BR /&gt;Please include the complete backtrace with any bug report.&lt;BR /&gt;See &amp;lt;&lt;A title="https://bugs.linaro.org/%3e" target="_blank" rel="noreferrer noopener"&gt;https://bugs.linaro.org/&amp;gt;&lt;/A&gt; for instructions.&lt;BR /&gt;Target //tensorflow/lite/delegates/flex/test:benchmark_model_plus_flex_full failed to build&lt;BR /&gt;INFO: Elapsed time: 0.547s, Critical Path: 0.13s&lt;BR /&gt;INFO: 10 processes: 10 internal.&lt;BR /&gt;FAILED: Build did NOT complete successfully&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 08:57:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Vx-delegate-issue/m-p/1828254#M221257</guid>
      <dc:creator>Mohan51</dc:creator>
      <dc:date>2024-03-14T08:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Vx delegate issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Vx-delegate-issue/m-p/1829616#M221360</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/230196"&gt;@Mohan51&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support.&lt;/P&gt;
&lt;P&gt;Here is the latest manual from our website:&lt;BR /&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/IMX-MACHINE-LEARNING-UG.pdf" target="_blank"&gt;i.MX Machine Learning User's Guide (nxp.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Could you please point me to the chapter or section that you are following?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 20:02:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Vx-delegate-issue/m-p/1829616#M221360</guid>
      <dc:creator>brian14</dc:creator>
      <dc:date>2024-03-15T20:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Vx delegate issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Vx-delegate-issue/m-p/1829756#M221372</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/207096"&gt;@brian14&lt;/a&gt;&amp;nbsp; thank you for your reply. I got stuck while doing &lt;STRONG&gt;2.6.2.3&lt;/STRONG&gt;&amp;nbsp; in Page-9&lt;/P&gt;&lt;P&gt;Step2:"Build the benchmark_model_plus_flex target with a full TensorFlow Operator Set" .&lt;/P&gt;&lt;P&gt;Command: bazel --output_base=/tensorflow/docker-build/ build --config=monolithic&lt;BR /&gt;--config=elinux_aarch64 -c opt --cxxopt='--std=c++17' --&lt;BR /&gt;host_crosstool_top=@bazel_tools//tools/cpp:toolchain //tensorflow/lite/&lt;BR /&gt;delegates/flex/test:benchmark_model_plus_flex_full&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting error while doing this step.All the steps and configurations before this step is done successfully.I am posting the error again for your reference.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;ERROR: /tensorflow/docker-build/external/png/BUILD.bazel:8:11: Compiling pngrtran.c failed: (Exit 1): aarch64-none-linux-gnu-gcc failed: error executing command&amp;nbsp;&lt;BR /&gt;&amp;nbsp; (cd /tensorflow/docker-build/execroot/org_tensorflow &amp;amp;&amp;amp; \&lt;BR /&gt;&amp;nbsp; exec env - \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PATH=/root/.cache/bazelisk/downloads/bazelbuild/bazel-5.3.0-linux-x86_64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PWD=/proc/self/cwd \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PYTHON_BIN_PATH=/usr/bin/python3 \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PYTHON_LIB_PATH=/usr/lib/python3/dist-packages \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TF2_BEHAVIOR=1 \&lt;BR /&gt;&amp;nbsp; /tensorflow/docker-build/external/aarch64_linux_toolchain/bin/aarch64-none-linux-gnu-gcc -fstack-protector -g0 -O2 -DNDEBUG -ffunction-sections -fdata-sections -MD -MF bazel-out/aarch64-opt/bin/external/png/_objs/png/pngrtran.d '-frandom-seed=bazel-out/aarch64-opt/bin/external/png/_objs/png/pngrtran.o' -iquote external/png -iquote bazel-out/aarch64-opt/bin/external/png -iquote external/zlib -iquote bazel-out/aarch64-opt/bin/external/zlib -isystem external/png -isystem bazel-out/aarch64-opt/bin/external/png -isystem external/zlib -isystem bazel-out/aarch64-opt/bin/external/zlib -Wno-all -Wno-extra -Wno-deprecated -Wno-deprecated-declarations -Wno-ignored-attributes -Wno-array-bounds -Wunused-result '-Werror=unused-result' -Wswitch '-Werror=switch' '-Wno-error=unused-but-set-variable' -DAUTOLOAD_DYNAMIC_KERNELS -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -no-canonical-prefixes -fno-canonical-system-headers -c external/png/pngrtran.c -o bazel-out/aarch64-opt/bin/external/png/_objs/png/pngrtran.o)&lt;BR /&gt;# Configuration: 485b9507bda8d2fa62e14239a83e554ed230487d471f3cb807f51d070873f3cc&lt;BR /&gt;# Execution platform: @local_execution_config_platform//:platform&lt;BR /&gt;external/png/pngrtran.c: In function 'convert_gamma_value':&lt;BR /&gt;external/png/pngrtran.c:275:4: internal compiler error: Illegal instruction&lt;BR /&gt;&amp;nbsp; 275 |&amp;nbsp;&amp;nbsp;&amp;nbsp; output_gamma = floor(output_gamma + .5);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp;&amp;nbsp; ^~~~~~~~~~~~&lt;BR /&gt;0x1739600 diagnostic_impl(rich_location*, diagnostic_metadata const*, int, char const*, __va_list_tag (*) [1], diagnostic_t)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x173a286 internal_error(char const*, ...)&lt;BR /&gt;  ???:0&lt;BR /&gt;0xc26e2f crash_signal(int)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x1946167 __gmpn_tdiv_qr&lt;BR /&gt;  ???:0&lt;BR /&gt;0x191a197 parsed_string_to_mpfr&lt;BR /&gt;  ???:0&lt;BR /&gt;0x191aa9a mpfr_strtofr&lt;BR /&gt;  ???:0&lt;BR /&gt;0xb924ac real_from_string(real_value*, char const*)&lt;BR /&gt;  ???:0&lt;BR /&gt;0xb92e8b real_from_string3(real_value*, char const*, format_helper)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x781be6 interpret_float(cpp_token const*, unsigned int, char const*, overflow_type*)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x782c07 c_lex_with_flags(tree_node**, unsigned int*, unsigned char*, int)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x70b11e c_lex_one_token(c_parser*, c_token*, bool)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x71b8bc c_parser_cast_expression(c_parser*, c_expr*)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x71c366 c_parser_binary_expression(c_parser*, c_expr*, tree_node*)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x71ce85 c_parser_conditional_expression(c_parser*, c_expr*, tree_node*)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x71d484 c_parser_expr_no_commas(c_parser*, c_expr*, tree_node*)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x71e043 c_parser_expr_list(c_parser*, bool, bool, vec&amp;lt;tree_node*, va_gc, vl_embed&amp;gt;**, unsigned int*, tree_node**, vec&amp;lt;unsigned int, va_heap, vl_ptr&amp;gt;*, unsigned int*)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x71f42e c_parser_postfix_expression_after_primary(c_parser*, unsigned int, c_expr)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x70eb9d c_parser_postfix_expression(c_parser*)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x71a812 c_parser_unary_expression(c_parser*)&lt;BR /&gt;  ???:0&lt;BR /&gt;0x71b8e6 c_parser_cast_expression(c_parser*, c_expr*)&lt;BR /&gt;  ???:0&lt;BR /&gt;Please submit a full bug report,&lt;BR /&gt;with preprocessed source if appropriate.&lt;BR /&gt;Please include the complete backtrace with any bug report.&lt;BR /&gt;See &amp;lt;&lt;A title="https://bugs.linaro.org/%3e" target="_blank" rel="noreferrer noopener"&gt;https://bugs.linaro.org/&amp;gt;&lt;/A&gt; for instructions.&lt;BR /&gt;Target //tensorflow/lite/delegates/flex/test:benchmark_model_plus_flex_full failed to build&lt;BR /&gt;INFO: Elapsed time: 0.547s, Critical Path: 0.13s&lt;BR /&gt;INFO: 10 processes: 10 internal.&lt;BR /&gt;FAILED: Build did NOT complete successfully&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2024 05:46:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Vx-delegate-issue/m-p/1829756#M221372</guid>
      <dc:creator>Mohan51</dc:creator>
      <dc:date>2024-03-17T05:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Vx delegate issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Vx-delegate-issue/m-p/1832540#M221562</link>
      <description>&lt;P&gt;please someone could help me to findout a way for building Vx delegate..tried many ways but end up with this error&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 03:23:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Vx-delegate-issue/m-p/1832540#M221562</guid>
      <dc:creator>Mohan51</dc:creator>
      <dc:date>2024-03-21T03:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Vx delegate issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Vx-delegate-issue/m-p/1833161#M221619</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/230196"&gt;@Mohan51&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to replicate the issue. &lt;BR /&gt;In the meantime, could you please try with the BSP version L6.1.36_2.1.0​?&lt;/P&gt;
&lt;P&gt;Have a great day!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 18:52:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Vx-delegate-issue/m-p/1833161#M221619</guid>
      <dc:creator>brian14</dc:creator>
      <dc:date>2024-03-21T18:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Vx delegate issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Vx-delegate-issue/m-p/1833392#M221643</link>
      <description>&lt;P&gt;Hi, I am unable to find the BSP L6. so cloning the latest branch lf-6.6.3.-1.0.0&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 04:50:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Vx-delegate-issue/m-p/1833392#M221643</guid>
      <dc:creator>Mohan51</dc:creator>
      <dc:date>2024-03-22T04:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Vx delegate issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Vx-delegate-issue/m-p/1833727#M221662</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/207096"&gt;@brian14&lt;/a&gt;&amp;nbsp; getting this error while building Vx delegate reduced flux-ERROR: /tensorflow/tensorflow/compiler/mlir/tensorflow/BUILD:593:11: Compiling tensorflow/compiler/mlir/tensorflow/ir/tf_ops.cc [for host] failed: (Exit 1): gcc failed: error executing command&lt;BR /&gt;(cd /tensorflow/docker-build/execroot/org_tensorflow &amp;amp;&amp;amp; \&lt;BR /&gt;exec env - \&lt;BR /&gt;PATH=/root/.cache/bazelisk/downloads/bazelbuild/bazel-5.3.0-linux-x86_64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 11:52:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Vx-delegate-issue/m-p/1833727#M221662</guid>
      <dc:creator>Mohan51</dc:creator>
      <dc:date>2024-03-22T11:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Vx delegate issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Vx-delegate-issue/m-p/1833729#M221664</link>
      <description>&lt;P&gt;Always getting this error Compiling tensorflow/compiler/mlir/tensorflow/ir/tf_ops.cc [for host] failed: (Exit 1): gcc failed: error executing command..please help me.I am referring "&lt;A href="https://www.nxp.com/docs/en/user-guide/IMX-MACHINE-LEARNING-UG.pdf&amp;quot;" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/IMX-MACHINE-LEARNING-UG.pdf"&lt;/A&gt; 2.6.2.3 step2 while using bazel&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 11:55:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Vx-delegate-issue/m-p/1833729#M221664</guid>
      <dc:creator>Mohan51</dc:creator>
      <dc:date>2024-03-22T11:55:09Z</dc:date>
    </item>
  </channel>
</rss>

