Home
last modified time | relevance | path

Searched refs:branching (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dkmeans_index.h57 KMeansIndexParams(int branching = 32, int iterations = 11,
62 (*this)["branching"] = branching;
282 , branching(_branching) in KMeansDistanceComputer()
303 for (int j=1; j<branching; ++j) { in operator()
327 const int branching; variable
716 …void computeClustering(KMeansNodePtr node, int* indices, int indices_length, int branching, int le… in computeClustering() argument
721 if (indices_length < branching) { in computeClustering()
728 cv::AutoBuffer<int> centers_idx_buf(branching); in computeClustering()
731 (this->*chooseCenters)(branching, indices, indices_length, centers_idx, centers_length); in computeClustering()
733 if (centers_length<branching) { in computeClustering()
[all …]
H A Dhierarchical_clustering_index.h56 HierarchicalClusteringIndexParams(int branching = 32,
62 (*this)["branching"] = branching;
681 … void computeClustering(NodePtr node, int* dsindices, int indices_length, int branching, int level) in computeClustering() argument
693 std::vector<int> centers(branching); in computeClustering()
697 (this->*chooseCenters)(branching, dsindices, indices_length, &centers[0], centers_length); in computeClustering()
699 if (centers_length<branching) { in computeClustering()
711 node->childs = pool.allocate<NodePtr>(branching); in computeClustering()
714 for (int i=0; i<branching; ++i) { in computeClustering()
726 computeClustering(node->childs[i],dsindices+start, end-start, branching, level+1); in computeClustering()
H A Dminiflann.hpp95 CompositeIndexParams(int trees = 4, int branching = 32, int iterations = 11,
107 HierarchicalClusteringIndexParams(int branching = 32,
113 KMeansIndexParams(int branching = 32, int iterations = 11,
H A Dcomposite_index.h47 CompositeIndexParams(int trees = 4, int branching = 32, int iterations = 11,
54 (*this)["branching"] = branching;
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dx_unfl.S64 | Clear dirty bit on dest resister in the frame before branching
98 | Clear dirty bit on dest resister in the frame before branching
119 | Clear dirty bit on dest resister in the frame before branching
H A Dx_fline.S55 | ;before branching to mem_read
H A Dskeleton.S148 | Clear dirty bit on dest resister in the frame before branching
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dtc-actions-env-rules.rst10 1) If you stealeth or borroweth any packet thou shalt be branching
/OK3568_Linux_fs/yocto/poky/documentation/kernel-dev/
H A Dconcepts-appx.rst144 branching strategies, used achieve that goal in a manner similar to
149 The features are tagged and organized by way of a branching strategy
171 Using Git's tagging and branching features, the Yocto Project team
176 features, the same branching strategy is used.
204 same branching strategy applies to BSPs as it does to kernel features.
329 architecture and its branching strategy, see the
330 ":ref:`kernel-dev/concepts-appx:yocto linux kernel architecture and branching strategies`"
H A Dmaint-appx.rst140 branches checked out and any required branching, patching and tagging
H A Dadvanced.rst840 hierarchical branching system similar to what the Yocto Linux Kernel Git
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/expect/
H A Dexpect_5.45.4.bb6 X11 GUIs. An interpreted language provides branching and high-level control \
/OK3568_Linux_fs/kernel/Documentation/dev-tools/kunit/
H A Dindex.rst76 In this context Linus was talking about branching and merging,
/OK3568_Linux_fs/kernel/Documentation/arm/
H A Dkernel_user_helpers.rst19 constants that allows for efficient branching to those code segments. And
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dstatic-keys.rst72 gcc (v4.5) adds a new 'asm goto' statement that allows branching to a label:
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dbooting.rst93 - code0/code1 are responsible for branching to stext.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/hw-vuln/
H A Dspectre.rst105 poisoning could be done by indirect branching into existing code,
292 guests from affecting indirect branching in the host kernel.
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dftrace-design.rst75 means the code flow should usually be kept linear (i.e. no branching in the nop
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/cmake/
H A DGitVersion.cmake10 # * See: https://nvie.com/posts/a-successful-git-branching-model/
/OK3568_Linux_fs/kernel/Documentation/process/
H A D5.Posting.rst71 point - a stable or -rc release - rather than branching off the mainline at
/OK3568_Linux_fs/kernel/kernel/trace/
H A DKconfig451 Only enable it if you want to analyse the branching behavior.
/OK3568_Linux_fs/yocto/poky/documentation/overview-manual/
H A Ddevelopment-environment.rst393 Git repositories use branching techniques that track content change (not
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgccint.info16413 optimizations that this branching instruction should not be
16414 "collapsed" into a simpler branching construct. It is used when
19894 continue execution to the following one without branching. These
20297 a single header, or if there is a branching in the middle of the loop.
26855 target and branching around an assignment of zero to the target--or
27790 a separate branch insn testing the condition code and branching or not
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgccint.info16413 optimizations that this branching instruction should not be
16414 "collapsed" into a simpler branching construct. It is used when
19894 continue execution to the following one without branching. These
20297 a single header, or if there is a branching in the middle of the loop.
26855 target and branching around an assignment of zero to the target--or
27790 a separate branch insn testing the condition code and branching or not
H A Dgcc.info46578 CPU supports event base branching.

12