Home
last modified time | relevance | path

Searched defs:num_items (Results 1 – 25 of 71) sorted by relevance

123

/external/pytorch/aten/src/ATen/cuda/
Dcub.cuh228 … inclusive_scan(InputIteratorT input, OutputIteratorT output, ScanOpT scan_op, int64_t num_items) { in inclusive_scan()
295 …eratorT input, OutputIteratorT output, ScanOpT scan_op, InitValueT init_value, int64_t num_items) { in exclusive_scan()
356 …InputIteratorT keys, ValuesInputIteratorT input, ValuesOutputIteratorT output, int64_t num_items) { in inclusive_sum_by_key()
364 …ys, ValuesInputIteratorT input, ValuesOutputIteratorT output, ScanOpT scan_op, int64_t num_items) { in inclusive_scan_by_key()
375 NumSelectedIteratorT num_selected_out, int64_t num_items) { in unique()
385 LengthOutputIteratorT length_out, int64_t num_items) { in run_length_encode()
395 void reduce(InputIteratorT input, OutputIteratorT output, int64_t num_items, ReductionOpT op, T ini… in reduce()
Dcub.cu17 void inclusive_sum_truncating(const input_t *input, output_t *output, int64_t num_items) { in inclusive_sum_truncating()
27 void exclusive_sum_in_common_type(const input_t *input, output_t *output, int64_t num_items) { in exclusive_sum_in_common_type()
/external/cronet/tot/base/process/
Dmemory.cc33 bool UncheckedCalloc(size_t num_items, size_t size, void** result) { in UncheckedCalloc()
Dmemory_stubs.cc35 bool UncheckedCalloc(size_t num_items, size_t size, void** result) { in UncheckedCalloc()
/external/cronet/stable/base/process/
Dmemory.cc33 bool UncheckedCalloc(size_t num_items, size_t size, void** result) { in UncheckedCalloc()
Dmemory_stubs.cc35 bool UncheckedCalloc(size_t num_items, size_t size, void** result) { in UncheckedCalloc()
/external/libchrome/base/process/
Dmemory.cc36 bool UncheckedCalloc(size_t num_items, size_t size, void** result) { in UncheckedCalloc()
Dmemory_stubs.cc39 bool UncheckedCalloc(size_t num_items, size_t size, void** result) { in UncheckedCalloc()
/external/sdv/vsomeip/third_party/boost/format/include/boost/format/
Dparsing.hpp429 int num_items=0; in upper_bound_from_fstring() local
484 int num_items = io::detail::upper_bound_from_fstring(buf, arg_mark, fac, exceptions()); in parse() local
/external/tensorflow/tensorflow/c/
Dc_api_experimental.h266 int num_items; member
/external/mesa3d/src/util/
Dslab.c107 unsigned num_items) in slab_create_parent()
329 unsigned num_items) in slab_create()
Dsparse_array.c237 uint32_t *items, unsigned num_items) in util_sparse_array_free_list_push()
/external/python/cpython3/Modules/
D_queuemodule.c45 Py_ssize_t num_items; member
74 Py_ssize_t num_items = buf->num_items; in RingBuf_Fini() local
230 for (Py_ssize_t i = 0, num_items = buf->num_items; i < num_items; i++) { in simplequeue_traverse() local
/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dtarget_bitrate.cc78 const size_t num_items = payload_bytes / kBitrateItemSizeBytes; in Parse() local
/external/leveldb/issues/
Dissue320_test.cc59 uint32_t num_items = 0; in TEST() local
/external/v4l-utils/lib/include/libdvbv5/
Ddesc_event_extended.h85 int num_items; member
/external/freetype/src/sfnt/
Dttbdf.c110 FT_UInt num_items = FT_PEEK_USHORT( p + 2 ); in tt_face_load_bdf_props() local
/external/OpenCL-CTS/test_conformance/SVM/
Dtest_fine_grain_memory_consistency.cpp105 cl_uint num_items = 0; in launch_kernels_and_verify() local
/external/tensorflow/tensorflow/lite/toco/tflite/
Dtypes.cc80 int num_items = src_buffer->size() / sizeof(NativeT); in CopyBuffer() local
/external/mesa3d/src/intel/vulkan/
Danv_internal_kernels.h102 uint32_t num_items; member
/external/igt-gpu-tools/tools/null_state_gen/
Dintel_batchbuffer.h60 unsigned long num_items; member
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_dict_helpers.c545 const dbus_uint32_t num_items) in wpa_dbus_dict_append_string_array()
581 const dbus_uint32_t num_items) in wpa_dbus_dict_append_wpabuf_array()
/external/crosvm/disk/src/qcow/
Dvec_cache.rs183 let num_items = (0..=3).filter(|k| cache.contains_key(k)).count(); in evicts_when_full() localVariable
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dframe_pair.cc202 static float GetMedian(const int num_items, in GetMedian()
/external/rust/android-crates-io/crates/zerotrie/src/byte_phf/
Dmod.rs217 pub fn num_items(&self) -> usize { in num_items() function

123