Home
last modified time | relevance | path

Searched defs:keeps (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/src/runtime/CPP/functions/
DCPPBoxWithNonMaximaSuppressionLimit.cpp134 … ITensor *batch_splits_out, ITensor *keeps, ITensor *keeps_size, const BoxNMSLimitInfo info) in configure()
211 …const ITensorInfo *batch_splits_out, const ITensorInfo *keeps, const ITensorInfo *keeps_size, cons… in validate()
/external/ComputeLibrary/src/core/CPP/kernels/
DCPPBoxWithNonMaximaSuppressionLimitKernel.cpp204 std::vector<std::vector<int>> keeps(num_classes); in run_nmslimit() local
350 … ITensor *batch_splits_out, ITensor *keeps, ITensor *keeps_size, const BoxNMSLimitInfo info) in configure()