Home
last modified time | relevance | path

Searched full:keeps (Results 1 – 25 of 3321) sorted by relevance

12345678910>>...133

/external/ComputeLibrary/src/core/CPP/kernels/
DCPPBoxWithNonMaximaSuppressionLimitKernel.cpp204 std::vector<std::vector<int>> keeps(num_classes); in run_nmslimit() local
237 keeps[j] = SoftNMS(_boxes_in, in_scores, inds, _info, j); in run_nmslimit()
247 keeps[j] = NonMaximaSuppression<T>(_boxes_in, inds, _info, j); in run_nmslimit()
249 total_keep_count += keeps[j].size(); in run_nmslimit()
255 auto get_all_scores_sorted = [&in_scores, &keeps, total_keep_count]() in run_nmslimit()
260 for(unsigned int i = 1; i < keeps.size(); ++i) in run_nmslimit()
262 auto &cur_keep = keeps[i]; in run_nmslimit()
278 auto &cur_keep = keeps[j]; in run_nmslimit()
287 keeps[j] = new_keeps_j; in run_nmslimit()
298 auto &cur_keep = keeps[j]; in run_nmslimit()
[all …]
/external/ComputeLibrary/src/runtime/CPP/functions/
DCPPBoxWithNonMaximaSuppressionLimit.cpp137 … ITensor *keeps, ITensor *keeps_size, const BoxNMSLimitInfo info) in configure() argument
140 …es_in, batch_splits_in, scores_out, boxes_out, classes, batch_splits_out, keeps, keeps_size, info); in configure()
151 _keeps = keeps; in configure()
176 if(keeps != nullptr) in configure()
179 _keeps_f32.allocator()->init(keeps->info()->clone()->set_data_type(DataType::F32)); in configure()
184 …(batch_splits_out != nullptr) ? &_batch_splits_out_f32 : nullptr, (keeps != nullptr) ? &_keeps_f32… in configure()
189 …es_in, batch_splits_in, scores_out, boxes_out, classes, batch_splits_out, keeps, keeps_size, info); in configure()
207 if(keeps != nullptr) in configure()
215 …const ITensorInfo *batch_splits_out, const ITensorInfo *keeps, const ITensorInfo *keeps_size, cons… in validate() argument
217 ARM_COMPUTE_UNUSED(batch_splits_in, batch_splits_out, keeps, keeps_size, info); in validate()
/external/libpcap/rpcapd/
Dconfig_params.h46 …char address[MAX_LINE + 1]; // keeps the network address (either numeric or literal) to of the act…
47 char port[MAX_LINE + 1]; // keeps the network port to bind to
51 extern char hostlist[MAX_HOST_LIST + 1]; //!< Keeps the list of the hosts that are allowed to conne…
52 extern struct active_pars activelist[MAX_ACTIVE_LIST]; //!< Keeps the list of the hosts (host, por…
Drpcapd.c81 char hostlist[MAX_HOST_LIST + 1]; //!< Keeps the list of the hosts that are allowed to connect to …
82 struct active_pars activelist[MAX_ACTIVE_LIST]; //!< Keeps the list of the hosts (host, port) on wh…
88 static char address[MAX_LINE + 1]; //!< keeps the network address (either numeric or literal) to b…
89 static char port[MAX_LINE + 1]; //!< keeps the network port to bind to
186 int retval; // keeps the returning value from several functions in main()
187 char errbuf[PCAP_ERRBUF_SIZE + 1]; // keeps the error string, prior to be printed in main()
352 // If the file does not exist, it keeps the settings provided by the command line in main()
558 char errbuf[PCAP_ERRBUF_SIZE + 1]; // keeps the error string, prior to be printed in main_startup()
559 struct addrinfo *addrinfo; // keeps the addrinfo chain; required to open a new socket in main_startup()
735 char errbuf[PCAP_ERRBUF_SIZE + 1]; // keeps the error string, prior to be printed in send_state_change_event()
[all …]
/external/ComputeLibrary/arm_compute/runtime/CPP/functions/
DCPPBoxWithNonMaximaSuppressionLimit.h60 …* @param[out] keeps (Optional) The keeps output tensor of size [N]. Data types supporte…
65 …ITensor *batch_splits_out = nullptr, ITensor *keeps = nullptr, ITensor *keeps_size = nullptr, cons…
78 …* @param[in] keeps (Optional) The keeps output tensor of size [N]. Data types supported…
86 …const ITensorInfo *batch_splits_out = nullptr, const ITensorInfo *keeps = nullptr, const ITensorIn…
/external/ot-br-posix/tests/scripts/
Dinfra-link-selector108 # Verify ILS keeps using ilstest0
114 # Verify ILS keeps using ilstest0 because ilstest0 is still RUNNING
119 # Verify ILS keeps using ilstest0 because ilstest0 was RUNNING recently
125 # Verify ILS keeps using ilstest0 because ilstest0 is RUNNING again
144 # Verify ILS keeps using ilstest2 because ilstest2 was RUNNING recently
/external/dynamic_depth/includes/xmpmeta/
Djpeg_io.h28 // If set to true, keeps only the EXIF and XMP sections (with
29 // marker kApp1) and ignores others. Otherwise, keeps everything including
39 // A filter that keeps all the sections whose data starts with the
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
DChannelBufferOverflowTest.kt31 assertTrue(c.trySend(3).isSuccess) // overflows, keeps 2, 3 in <lambda>()
32 c.send(4) // overflows, keeps 3, 4 in <lambda>()
35 assertTrue(c.trySend(6).isSuccess) // overflows, keeps 5, 6 in <lambda>()
/external/sonivox/arm-wt-22k/lib_src/
Deas_pcmdata.h115 EAS_U8 msBitCount; /* count keeps track of MS bits */
116 EAS_U8 msBitMask; /* mask keeps track of MS bits */
117 EAS_U8 msBitValue; /* value keeps track of MS bits */
118 EAS_U8 msBitCountLoop; /* count keeps track of MS bits, value at loop start */
119 EAS_U8 msBitMaskLoop; /* mask keeps track of MS bits, value at loop start */
120 EAS_U8 msBitValueLoop; /* value keeps track of MS bits, value at loop start */
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DDwarfStringPoolEntry.h32 /// Dwarf string pool entry keeps string value and its data.
39 /// when string pool entry does not have data: it keeps the null pointer
57 /// ASSUMPTION: DwarfStringPoolEntryRef keeps pointer to \p Entry,
62 /// ASSUMPTION: DwarfStringPoolEntryRef keeps pointer to \p Entry,
/external/cronet/net/websockets/
Dwebsocket_basic_stream.h83 // This keeps the best read buffer size.
90 // This keeps the timestamps to calculate the throughput.
96 // This keeps the read size.
246 // This keeps the current parse state (including any incomplete headers) and
261 // This keeps the current read buffer size.
/external/ComputeLibrary/arm_compute/core/CPP/kernels/
DCPPBoxWithNonMaximaSuppressionLimitKernel.h62 …* @param[out] keeps (Optional) The keeps output tensor of size [N]. Data types supporte…
67 …ITensor *batch_splits_out = nullptr, ITensor *keeps = nullptr, ITensor *keeps_size = nullptr, cons…
/external/libpcap/
Drpcap-protocol.h322 /* General header used for the pcap_setfilter() command; keeps just the number of BPF instructions …
330 /* Structure that keeps a single BPF instruction; it is repeated 'ninsn' times according to the 'rp…
339 /* Structure that keeps the data required for the authentication on the remote host */
348 /* Structure that keeps the statistics about the number of packets captured, dropped, etc. */
374 #define RPCAP_MSG_ERROR 0x01 /* Message that keeps an error notification */
381 #define RPCAP_MSG_AUTH_REQ 0x08 /* Message that keeps the authentication parameters */
386 #define RPCAP_MSG_FINDALLIF_REPLY (RPCAP_MSG_FINDALLIF_REQ | RPCAP_MSG_IS_REPLY) /* Keeps the list…
391 #define RPCAP_MSG_STATS_REPLY (RPCAP_MSG_STATS_REQ | RPCAP_MSG_IS_REPLY) /* Message that keeps th…
/external/pigweed/pw_transfer/integration_test/
Dconfig.proto160 // Keeps 3 packets,
162 // Keeps 3 packets,
167 // Keeps 5 packets,
169 // Keeps 1 packet,
/external/llvm/test/Transforms/PlaceSafepoints/
Dsplit-backedge.ll1 ;; A very basic test to make sure that splitting the backedge keeps working
22 ; to be sure this keeps working.
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Scalar/
DTLSVariableHoist.h82 /// Keeps track of the user of a TLS variable and the operand index
91 /// Keeps track of a TLS variable candidate and its users.
114 /// Keeps track of TLS variable candidates found in the function.
/external/angle/src/libANGLE/renderer/vulkan/doc/
DQueries.md17 The rest of the queries are active only inside render passes. The context (`ContextVk`) keeps track
22 * If a render pass is open, immediately starts the query and keeps track of it
23 * Otherwise keeps the query tracked to be started in the next render pass
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
Dpackage.html156 it is shut down, since the background thread keeps a hard reference
157 to the pool. The pool itself keeps hard references to the pooled entries,
183 to the application, the pool keeps a <i>weak reference</i> to the
196 of the connection manager itself. The pool keeps a weak reference
/external/mockito/src/main/java/org/mockito/plugins/
DInlineMockMaker.java15 * Mockito's default inline mock maker keeps track of created mock objects via weak reference map.
24 * If you have a custom {@link MockMaker} that keeps track of mock objects,
/external/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h49 /// \brief Keeps track of the user of a constant and the operand index where the
60 /// \brief Keeps track of a constant candidate and its uses.
117 /// Keeps track of constant candidates found in the function.
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.h50 /// \returns the register that keeps the return function address.
53 /// \returns the register that keeps the
57 /// \returns the register that keeps the
/external/cronet/net/third_party/quiche/src/quiche/quic/masque/
Dmasque_server_session.h65 // State that the MasqueServerSession keeps for each CONNECT-UDP request.
102 // State that the MasqueServerSession keeps for each CONNECT-IP request.
146 // State that the MasqueServerSession keeps for each CONNECT-ETHERNET request.
/external/perfetto/src/traced_relay/
Drelay_service.h132 // This keeps a connected UnixSocketRaw server socket in its first element.
134 // This keeps the connecting client connection.
159 // Keeps the socket pairs while waiting for relay connections to be
/external/cronet/build/android/
Dchromium_annotations.flags13 # Keeps for class level annotations.
16 # Keeps for method level annotations.
/external/libchrome-gestures/include/
Dmultitouch_mouse_interpreter.h20 // Origin keeps track of the origins of certin events.
69 // This keeps track of where fingers started. Usually this is their original

12345678910>>...133