Home
last modified time | relevance | path

Searched defs:nodes (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/third_party/spirv-tools/test/util/
Dilist_test.cpp49 TestNode nodes[10]; in TEST() local
64 TestList BuildList(TestNode nodes[], int n) { in BuildList()
75 TestNode nodes[10]; in TEST() local
82 TestNode nodes[10]; in TEST() local
89 TestNode nodes[10]; in TEST() local
96 TestNode nodes[10]; in TEST() local
103 TestNode nodes[10]; in TEST() local
113 TestNode nodes[10]; in TEST() local
123 TestNode nodes[10]; in TEST() local
135 TestNode nodes[10]; in TEST() local
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/util/
Dilist_test.cpp49 TestNode nodes[10]; in TEST() local
64 TestList BuildList(TestNode nodes[], int n) { in BuildList()
75 TestNode nodes[10]; in TEST() local
82 TestNode nodes[10]; in TEST() local
89 TestNode nodes[10]; in TEST() local
96 TestNode nodes[10]; in TEST() local
103 TestNode nodes[10]; in TEST() local
113 TestNode nodes[10]; in TEST() local
123 TestNode nodes[10]; in TEST() local
135 TestNode nodes[10]; in TEST() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/util/
Dilist_test.cpp49 TestNode nodes[10]; in TEST() local
64 TestList BuildList(TestNode nodes[], int n) { in BuildList()
75 TestNode nodes[10]; in TEST() local
82 TestNode nodes[10]; in TEST() local
89 TestNode nodes[10]; in TEST() local
96 TestNode nodes[10]; in TEST() local
103 TestNode nodes[10]; in TEST() local
113 TestNode nodes[10]; in TEST() local
123 TestNode nodes[10]; in TEST() local
135 TestNode nodes[10]; in TEST() local
[all …]
/third_party/node/deps/npm/node_modules/archy/examples/
Dmulti_line.js5 nodes : [ property
9 nodes : [ property
12 nodes : [ property
15 nodes : [ 'hello', 'puny\nmeat' ] property
Dbeep.js4 nodes : [ property
8 nodes : [ property
11 nodes : [ property
14 nodes : [ 'hello', 'puny' ] property
/third_party/node/deps/npm/node_modules/archy/test/
Dbeep.js7 nodes : [ property
11 nodes : [ property
14 nodes : [ property
17 nodes : [ 'hello', 'puny' ] property
Dmulti_line.js7 nodes : [ property
11 nodes : [ property
14 nodes : [ property
17 nodes : [ 'hello', 'puny\nmeat' ] property
Dnon_unicode.js7 nodes : [ property
11 nodes : [ property
14 nodes : [ property
17 nodes : [ 'hello', 'puny' ] property
/third_party/ltp/libs/libltpnuma/
Dtst_numa.c20 void tst_nodemap_print_counters(struct tst_nodemap *nodes) in tst_nodemap_print_counters()
30 void tst_nodemap_reset_counters(struct tst_nodemap *nodes) in tst_nodemap_reset_counters()
40 void tst_nodemap_free(struct tst_nodemap *nodes) in tst_nodemap_free()
67 static void inc_counter(unsigned int node, struct tst_nodemap *nodes) in inc_counter()
79 void tst_nodemap_count_pages(struct tst_nodemap *nodes, in tst_nodemap_count_pages()
177 struct tst_nodemap *nodes; in tst_get_nodemap() local
/third_party/node/deps/cares/src/lib/
Dares__addrinfo_localhost.c42 struct ares_addrinfo_node **nodes) in ares_append_ai_node()
100 struct ares_addrinfo_node **nodes) in ares__default_loopback_addrs()
132 struct ares_addrinfo_node **nodes) in ares__system_loopback_addrs()
205 struct ares_addrinfo_node *nodes = NULL; in ares__addrinfo_localhost() local
/third_party/typescript/tests/baselines/reference/
DrecursiveExcessPropertyChecks.js13 const nodes = [] as ITreeItem[]; variable
22 var nodes = []; variable
DtypeArgumentInferenceWithRecursivelyReferencedTypeAliasToTypeLiteral01.js7 var nodes: TreeNode[]; variable
12 var nodes; variable
DtypeArgumentInferenceWithRecursivelyReferencedTypeAliasToTypeLiteral02.js12 var nodes: TreeNodeMiddleman[]; variable
17 var nodes; variable
DexpressionTypeNodeShouldError.js17 const nodes = document.getElementsByTagName("li"); constant
60 var nodes = document.getElementsByTagName("li"); variable
/third_party/ltp/testcases/kernel/syscalls/move_pages/
Dmove_pages_support.c63 int alloc_pages_on_nodes(void **pages, unsigned int num, int *nodes) in alloc_pages_on_nodes()
112 int nodes[num]; in alloc_pages_linear() local
153 int nodes[num]; in alloc_pages_on_node() local
169 verify_pages_on_nodes(void **pages, int *status, unsigned int num, int *nodes) in verify_pages_on_nodes()
220 int nodes[num]; in verify_pages_linear() local
252 int nodes[num]; in verify_pages_on_node() local
275 int nodes[num]; in alloc_shared_pages_on_node() local
/third_party/ffmpeg/libavformat/
Dconcat.c38 struct concat_nodes *nodes; ///< list of nodes to concat member
49 struct concat_nodes *nodes = data->nodes; in concat_close() local
67 struct concat_nodes *nodes; in concat_open() local
132 struct concat_nodes *nodes = data->nodes; in concat_read() local
157 struct concat_nodes *nodes = data->nodes; in concat_seek() local
/third_party/mindspore/mindspore/lite/src/
Dsub_graph_kernel.h63 std::vector<LiteKernel *> nodes, Kernel *kernel) in SubGraphKernel()
102 std::vector<LiteKernel *> &nodes() { return this->nodes_; } in nodes() function
125 std::vector<LiteKernel *> nodes, Kernel *kernel) in CpuSubGraph()
141 std::vector<LiteKernel *> nodes, Kernel *kernel) in CpuFp32SubGraph()
155 std::vector<LiteKernel *> nodes, Kernel *kernel) in CpuFp16SubGraph()
223 std::vector<LiteKernel *> nodes, Kernel *kernel) in CustomSubGraph()
/third_party/parse5/scripts/generate-named-entity-data/
DREADME.md61 #### Node header
84 #### Branch data
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Dgraph_transform.cc68 …auto nodes = TransformTupleArgument(fg, elem_node, elements[i]->cast<abstract::AbstractTuplePtr>()… in TransformTupleArgument() local
88 auto nodes = TransformTupleArgument(fg, cinputs[i], abs->cast<abstract::AbstractTuplePtr>()); in TransformCallGraph() local
111 auto nodes = TransformTupleArgument(fg, cinputs[i], abs->cast<abstract::AbstractTuplePtr>()); in TransformPartial() local
133 auto nodes = TransformTupleArgument(fg, cinputs[i], abs->cast<abstract::AbstractTuplePtr>()); in TransformSwitchCall() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/
Dopencl_fusion.cc57 inline bool PredIs(const LiteKernel *node, PrimitiveType type, std::vector<LiteKernel *> *nodes) { in PredIs()
219 …gePadXxx(LiteKernel *node, std::set<LiteKernel *> *removed_set, std::vector<LiteKernel *> *nodes) { in TryMergePadXxx()
253 …shape(LiteKernel *reshape, std::set<LiteKernel *> *removed_set, std::vector<LiteKernel *> *nodes) { in TryMergeConvReshape()
279 …shape(LiteKernel *reshape, std::set<LiteKernel *> *removed_set, std::vector<LiteKernel *> *nodes) { in TryMergeFcReshape()
300 …eReshapeFc(LiteKernel *fc, std::set<LiteKernel *> *removed_set, std::vector<LiteKernel *> *nodes) { in TryMergeReshapeFc()
388 …nvPReLU(LiteKernel *prelu, std::set<LiteKernel *> *removed_set, std::vector<LiteKernel *> *nodes) { in TryMergeConvPReLU()
487 …nvScale(LiteKernel *scale, std::set<LiteKernel *> *removed_set, std::vector<LiteKernel *> *nodes) { in TryMergeDeconvScale()
534 …eKernelReplaceOld(FusionEltwiseParameter *param, LiteKernel *old, std::vector<LiteKernel *> *nodes, in CreateEltwiseKernelReplaceOld()
580 …eEltwise(LiteKernel *node, std::set<LiteKernel *> *removed_set, std::vector<LiteKernel *> *nodes) { in TryMergeEltwiseEltwise()
632 …icFusion(LiteKernel *node, std::set<LiteKernel *> *removed_set, std::vector<LiteKernel *> *nodes) { in DoSpecificFusion()
/third_party/typescript/src/services/codefixes/
DfixAwaitInSyncFunction.ts12 const nodes = getNodes(sourceFile, span.start); constant
21 const nodes = getNodes(diag.file, diag.start); constant
DfixExtendsInterfaceBecomesImplements.ts9 const nodes = getNodes(sourceFile, context.span.start); constant
17 const nodes = getNodes(diag.file, diag.start); constant
DfixClassSuperMustPrecedeThisAccess.ts9 const nodes = getNodes(sourceFile, span.start); constant
20 const nodes = getNodes(diag.file, diag.start); constant
/third_party/mindspore/mindspore/lite/micro/coder/allocator/
Dallocator.cc99 void MemoryAllocator::RecordOriginWeightsAddr(const std::vector<std::unique_ptr<OperatorCoder>> &no… in RecordOriginWeightsAddr()
113 int MemoryAllocator::AssignTensors(const std::vector<std::unique_ptr<OperatorCoder>> &nodes) { in AssignTensors()
129 const std::vector<std::unique_ptr<OperatorCoder>> &nodes) { in Assign()
/third_party/python/Lib/lib2to3/
Dpytree.py479 def match_seq(self, nodes, results=None): argument
489 def generate_matches(self, nodes): argument
677 def match_seq(self, nodes, results=None): argument
688 def generate_matches(self, nodes): argument
733 def _iterative_matches(self, nodes): argument
762 def _bare_name_matches(self, nodes): argument
778 def _recursive_matches(self, nodes, count): argument
812 def match_seq(self, nodes): argument
816 def generate_matches(self, nodes): argument
828 def generate_matches(patterns, nodes): argument

12345678910>>...14