Searched refs:n_nodes (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/ |
D | graph_functions_wrapper.c | 296 unsigned int n_nodes; in hexagon_controller_DumpPerf() local 299 if (hexagon_nn_get_perfinfo(nn_id, info, MAX_NODES, &n_nodes) != 0) { in hexagon_controller_DumpPerf() 303 TFMLOGD("Total %d nodes.", n_nodes); in hexagon_controller_DumpPerf() 304 qsort(info, n_nodes, sizeof(info[0]), CompareCycle); in hexagon_controller_DumpPerf() 305 for (i = 0; i < n_nodes; i++) { in hexagon_controller_DumpPerf() 309 for (i = 0; i < n_nodes; i++) { in hexagon_controller_DumpPerf()
|
/external/llvm/test/CodeGen/Generic/ |
D | 2006-01-12-BadSetCCFold.ll | 19 %n_nodes.4 = phi i32 [ 64, %then.3.i ], [ 64, %then.2.i ], [ 64, %endif.2.i ] ; <i32> [#uses=1] 20 %tmp.14.i1134.i.i = icmp sgt i32 %n_nodes.4, 1 ; <i1> [#uses=2]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | 2006-01-12-BadSetCCFold.ll | 19 %n_nodes.4 = phi i32 [ 64, %then.3.i ], [ 64, %then.2.i ], [ 64, %endif.2.i ] ; <i32> [#uses=1] 20 %tmp.14.i1134.i.i = icmp sgt i32 %n_nodes.4, 1 ; <i1> [#uses=2]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/ |
D | 2006-01-12-BadSetCCFold.ll | 19 %n_nodes.4 = phi i32 [ 64, %then.3.i ], [ 64, %then.2.i ], [ 64, %endif.2.i ] ; <i32> [#uses=1] 20 %tmp.14.i1134.i.i = icmp sgt i32 %n_nodes.4, 1 ; <i1> [#uses=2]
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/ |
D | segment.cc | 149 int n_nodes = g_->num_node_ids(); in SimpleGraph() local 150 nodes_.resize(n_nodes, nullptr); in SimpleGraph() 155 for (int i = 2; i < n_nodes; i++) { in SimpleGraph()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_lpm_map.c | 211 size_t i, j, n_matches, n_matches_after_delete, n_nodes, n_lookups; in test_lpm_map() local 224 n_nodes = 1 << 8; in test_lpm_map() 243 for (i = 0; i < n_nodes; ++i) { in test_lpm_map()
|
/external/libxml2/ |
D | testapi.c | 5375 int n_nodes; in test_xmlC14NDocDumpMemory() local 5386 for (n_nodes = 0;n_nodes < gen_nb_xmlNodeSetPtr;n_nodes++) { in test_xmlC14NDocDumpMemory() 5393 nodes = gen_xmlNodeSetPtr(n_nodes, 1); in test_xmlC14NDocDumpMemory() 5403 des_xmlNodeSetPtr(n_nodes, nodes, 1); in test_xmlC14NDocDumpMemory() 5414 printf(" %d", n_nodes); in test_xmlC14NDocDumpMemory() 5444 int n_nodes; in test_xmlC14NDocSave() local 5457 for (n_nodes = 0;n_nodes < gen_nb_xmlNodeSetPtr;n_nodes++) { in test_xmlC14NDocSave() 5465 nodes = gen_xmlNodeSetPtr(n_nodes, 1); in test_xmlC14NDocSave() 5476 des_xmlNodeSetPtr(n_nodes, nodes, 1); in test_xmlC14NDocSave() 5488 printf(" %d", n_nodes); in test_xmlC14NDocSave() [all …]
|