Searched +full:- +full:- +full:url (Results 1 – 10 of 10) sorted by relevance
/cmsis-nn-latest/Tests/UnitTest/Mbed/ |
D | README.md | 3 https://github.com/ARMmbed/mbed-os/releases/tag/mbed-os-6.17.0 5 This is corresponding commit url: 7 https://github.com/ARMmbed/mbed-os/commit/17dc3dc2e6e2817a8bd3df62f38583319f0e4fed 9 To change Mbed version change the commit url in mbed-os.lib.
|
/cmsis-nn-latest/.github/workflows/ |
D | microspeech.yaml | 1 # SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates <open-source-office@arm.… 3 # SPDX-License-Identifier: Apache-2.0 9 # www.apache.org/licenses/LICENSE-2.0 21 - microspeech 25 - completed 38 runs-on: ubuntu-latest 40 - name: Set a pending status to the PR 45 curl --request POST \ 46 …--url https://api.github.com/repos/${{ github.repository }}/statuses/${{ github.event.workflow_run… 47 --header "authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \ [all …]
|
D | gh-pages.yml | 7 branches: [gh-pages] 16 id-token: write 18 # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest… 19 # However, do NOT cancel in-progress runs as we want to allow these production deployments to compl… 22 cancel-in-progress: false 28 name: github-pages 29 url: ${{ steps.deployment.outputs.page_url }} 30 runs-on: ubuntu-latest 32 - name: Checkout 35 - name: Setup Pages [all …]
|
/cmsis-nn-latest/Documentation/Doxygen/style_template/ |
D | navtree.js | 6 Copyright (C) 1997-2020 by Dimitri van Heesch 33 return eval(n.replace(/\-/g,'_')); 46 return m ? uri.substring(i-6) : s; 51 return $(location).attr('hash').substring(1).replace(/[^\w\-]/g,''); 61 return $(location).attr('pathname').replace(/[^-A-Za-z0-9+&@#/%?=~_|!:,.;\(\)]/g, ''); 76 if (!$("#nav-sync").hasClass('sync') && localStorageSupported()) { 110 var level=-1; 145 var pos, docContent = $('#doc-content'); 159 pos-docContent.offset().top, 160 docContent[0].scrollHeight- [all …]
|
D | resize.js | 6 Copyright (C) 1997-2020 by Dimitri van Heesch 40 if (index != -1) { 43 if (valEnd == -1) { 74 writeSetting('width',sidenavWidth-barWidth); 94 contentHeight = windowHeight - headerHeight - footerHeight; 98 contentHeight = windowHeight - footerHeight; 99 navtreeHeight = windowHeight - headerHeight; 122 writeSetting('width',sidenavWidth-barWidth); 126 sidenav = $("#side-nav"); 127 content = $("#doc-content"); [all …]
|
D | version.css | 2 --arm_light_blue: #00C1DE; 3 --arm_blue: #11809F; 4 --arm_blue1: #0091BD; 5 --arm_dark_blue: #002B49; 6 --arm_light_gray: #E5ECEB; 7 --arm_light_gray1: #EFF5F4; 8 --arm_light_gray2: #EBEBEB; 9 --arm_light_gray3: #F7F7F7; 10 --arm_dark_gray: #7D868C; 11 --arm_black: #333E48; [all …]
|
D | extra_stylesheet.css | 3 --arm_light_blue: #00C1DE; 4 --arm_blue: #11809F; 5 --arm_blue1: #0091BD; 6 --arm_dark_blue: #002B49; 7 --arm_light_gray: #E5ECEB; 8 --arm_light_gray1: #EFF5F4; 9 --arm_light_gray2: #EBEBEB; 10 --arm_light_gray3: #F7F7F7; 11 --arm_dark_gray: #7D868C; 12 --arm_dark_gray1: #6F777C; [all …]
|
/cmsis-nn-latest/Documentation/ |
D | index.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xht… 5 <meta http-equiv="refresh" content="0; URL=./html/index.html">
|
/cmsis-nn-latest/ |
D | ARM.CMSIS-NN.pdsc | 1 <?xml version="1.0" encoding="UTF-8"?> 3 …w.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://raw.githubusercontent.com/… 4 <name>CMSIS-NN</name> 10 <license name="LICENSE" title="Apache 2.0 open-source license" spdx="Apache-2.0"/> 13 <url>https://www.keil.com/pack/</url> 14 <repository type="git">https:/github.com/arm-software/CMSIS-NN.git</repository> 22 <!-- conditions are dependency rules that can apply to a component or an individual file --> 24 <!-- CMSIS-NN --> 25 <condition id="CMSIS-NN"> 26 <description>No additional components required for CMSIS-NN</description> [all …]
|
/cmsis-nn-latest/Documentation/Doxygen/ |
D | nn.dxy.in | 1 # SPDX-FileCopyrightText: Copyright 2022-2024 Arm Limited and/or its affiliates <open-source-office… 3 # SPDX-License-Identifier: Apache-2.0 9 # www.apache.org/licenses/LICENSE-2.0 35 # doxygen -x [configFile] 39 # doxygen -x_noenv [configFile] 41 #--------------------------------------------------------------------------- 43 #--------------------------------------------------------------------------- 46 # file that follow. The default is UTF-8 which is also the encoding used for all 50 # The default value is: UTF-8. 52 DOXYFILE_ENCODING = UTF-8 [all …]
|