Home
last modified time | relevance | path

Searched defs:indices_ptr (Results 1 – 22 of 22) sorted by relevance

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/numerics/
H A Dsolution_transfer.h542 : indices_ptr(indices_ptr_in) in indices_ptr() function
549 : indices_ptr(nullptr) in indices_ptr() function
556 std::vector<types::global_dof_index> * indices_ptr; member
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/point_cloud_editor/src/
H A DdenoiseCommand.cpp62 pcl::IndicesConstPtr indices_ptr = filter.getRemovedIndices(); in execute() local
/dports/graphics/opencv/opencv-4.5.3/modules/flann/include/opencv2/flann/
H A Dnn_index.h113 int* indices_ptr = NULL; in radiusSearch() local
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/cloud_composer/tools/
H A Deuclidean_clustering.cpp81 pcl::PointIndices::ConstPtr indices_ptr = pcl::make_shared<pcl::PointIndices>(*it); in performAction() local
/dports/x11-toolkits/plib/plib-1.8.5/src/ssg/
H A DssgSaveVRML1.cxx208 ssgIndexArray *indices_ptr; in ssgSaveVRML1() local
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/numpy/
H A Dnp_insert_op_slice-inl.h163 int64_t* indices_ptr = reinterpret_cast<int64_t*>(temp_mem.dptr_); in NumpyInsertSliceCompute() local
H A Dnp_insert_op_tensor-inl.h191 int64_t* indices_ptr = reinterpret_cast<int64_t*>(temp_mem.dptr_); in NumpyInsertTensorCompute() local
H A Dnp_delete_op-inl.h266 char* indices_ptr = nullptr; in NumpyDeleteCompute() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/numpy/
H A Dnp_insert_op_slice-inl.h163 int64_t* indices_ptr = reinterpret_cast<int64_t*>(temp_mem.dptr_); in NumpyInsertSliceCompute() local
H A Dnp_insert_op_tensor-inl.h191 int64_t* indices_ptr = reinterpret_cast<int64_t*>(temp_mem.dptr_); in NumpyInsertTensorCompute() local
H A Dnp_delete_op-inl.h266 char* indices_ptr = nullptr; in NumpyDeleteCompute() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/contrib/thrust/
H A Dthrust.cu47 thrust::device_ptr<IndicesType> indices_ptr(static_cast<IndicesType *>(out_indices->data)); in thrust_sort() local
/dports/www/firefox/firefox-99.0/third_party/rust/core-text/src/
H A Drun.rs92 let indices_ptr = CTRunGetStringIndicesPtr(self.0); in string_indices() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/core-text/src/
H A Drun.rs92 let indices_ptr = CTRunGetStringIndicesPtr(self.0); in string_indices() localVariable
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/core-text-19.2.0/src/
H A Drun.rs92 let indices_ptr = CTRunGetStringIndicesPtr(self.0); in string_indices() localVariable
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/core-text/src/
H A Drun.rs92 let indices_ptr = CTRunGetStringIndicesPtr(self.0); in string_indices() localVariable
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/core-text-19.2.0/src/
H A Drun.rs92 let indices_ptr = CTRunGetStringIndicesPtr(self.0); in string_indices() localVariable
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/contrib/sort/
H A Dsort.cc252 IndicesType* indices_ptr = in topk() local
/dports/misc/tvm/incubator-tvm-0.6.1/src/runtime/contrib/sort/
H A Dsort.cc259 IndicesType* indices_ptr = (out_indices == nullptr) ? nullptr : in topk() local
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/runtime/contrib/sort/
H A Dsort.cc259 IndicesType* indices_ptr = (out_indices == nullptr) ? nullptr : in topk() local
/dports/math/xtensor/xtensor-0.24.0/include/xtensor/
H A Dxsort.hpp294 auto indices_ptr = inds.data(); in argsort_over_leading_axis() local
610 auto indices_ptr = inds.data(); in argpartition_over_leading_axis() local
/dports/textproc/py-ufal.udpipe/ufal.udpipe-1.2.0.3/udpipe/
H A Dudpipe.cpp4056 volatile const uint16_t* indices_ptr = data.next<uint16_t>(classes_len + 1); in load() local