Searched refs:node (Results 1 – 8 of 8) sorted by relevance
/cmsis-dsp-latest/Documentation/Doxygen/style_template/ |
D | navtree.js | 108 function createIndent(o,domNode,node,level) argument 111 var n = node; 113 if (node.childrenData) { 118 node.plus_img = imgNode; 119 node.expandToggle = document.createElement("a"); 120 node.expandToggle.href = "javascript:void(0)"; 121 node.expandToggle.onclick = function() { 122 if (node.expanded) { 123 $(node.getChildrenUL()).slideUp("fast"); 124 node.plus_img.innerHTML=arrowRight; [all …]
|
/cmsis-dsp-latest/Testing/TestScripts/ |
D | Deprecate.py | 6 def correctDeprecation(node): argument 7 current = node.data["deprecated"] 8 for c in node.children: 11 node.data["deprecated"] = current 14 def inheritDeprecation(node,deprecated): argument 15 current = node.data["deprecated"] or deprecated 16 node.data["deprecated"] = current 17 if node.kind != TestScripts.Parser.TreeElem.TEST: 18 for c in node.children:
|
/cmsis-dsp-latest/Testing/cmsis_build/ |
D | runall.py | 56 def getSuites(node,filterList,currentList=[]): argument 57 if node.kind==TreeElem.SUITE: 58 currentList.append(node.data["class"]) 59 if node.kind==TreeElem.GROUP: 60 if not node.data["class"] in filterList: 61 for c in node.children:
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/ |
D | test.dot | 5 node [shape=plaintext]
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/ |
D | test.dot | 5 node [shape=plaintext]
|
D | kws.ipynb | 1639 …"Each node is described by its inputs and outputs. For each IO, we define the data type and the nu… 1644 …"* A feature node to compute the feature for a given window (and pre-multipliying with the Hann wi… 1645 "* A FIR node which is filtering all the features for one second of signal\n", 1646 "* A KWS node which is doing the logistic regression\n", 1766 " # as argument of the node\n", 1781 " # Parameters of the ML model used by the node.\n", 1843 …"But it is simpler because the sliding window and the static schedule ensure that each node is run…
|
/cmsis-dsp-latest/Testing/ |
D | README.md | 164 The tests are organized in a hierarchy. For each node of the hierarchy, a C++ class is specified. 169 to be organized in exactly the same way. So, the folder property of a node is optional. 319 Any node (Group, Suite or Function) can be disabled by using disabled { ...}.
|
/cmsis-dsp-latest/Documentation/Doxygen/ |
D | dsp.dxy.in | 2609 # class node. If there are many fields or methods and many nodes the graph may 2789 # by representing a node as a red box. Note that doxygen if the number of direct 2790 # children of the root node in a graph is already larger than 2801 # further from the root node will be omitted. Note that setting this option to 1
|