Home
last modified time | relevance | path

Searched defs:indices (Results 176 – 200 of 15223) sorted by relevance

12345678910>>...609

/dports/misc/py-mxnet/incubator-mxnet-1.9.0/benchmark/python/sparse/
H A Dupdater.py49 indices = np.arange(dim_in) variable
51 indices = np.unique(indices[:nnr]) variable
52 indices = mx.nd.array(indices, ctx=ctx) variable
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/
H A Dapi_vector.cc108 Result<std::shared_ptr<Array>> Take(const Array& values, const Array& indices, in Take()
118 const Array& indices, in Take()
125 const ChunkedArray& indices, in Take()
132 const ChunkedArray& indices, in Take()
138 Result<std::shared_ptr<RecordBatch>> Take(const RecordBatch& batch, const Array& indices, in Take()
144 Result<std::shared_ptr<Table>> Take(const Table& table, const Array& indices, in Take()
150 Result<std::shared_ptr<Table>> Take(const Table& table, const ChunkedArray& indices, in Take()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/dictionary/
H A DDictionaryEncoder.java78 public static ValueVector decode(ValueVector indices, Dictionary dictionary) { in decode()
111 BaseIntVector indices, in buildIndexVector()
138 BaseIntVector indices, in retrieveIndexVector()
171 BaseIntVector indices = (BaseIntVector) createdVector; in encode() local
182 public ValueVector decode(ValueVector indices) { in decode()
/dports/databases/arrow/apache-arrow-6.0.1/java/vector/src/main/java/org/apache/arrow/vector/dictionary/
H A DDictionaryEncoder.java78 public static ValueVector decode(ValueVector indices, Dictionary dictionary) { in decode()
111 BaseIntVector indices, in buildIndexVector()
138 BaseIntVector indices, in retrieveIndexVector()
171 BaseIntVector indices = (BaseIntVector) createdVector; in encode() local
182 public ValueVector decode(ValueVector indices) { in decode()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/cuda/io/src/
H A Dextract_indices.cu91 typename Storage<int>::type& indices, in extractIndices()
109 typename Storage<int>::type& indices, in removeIndices()
127 typename Storage<int>::type& indices, in extractIndices()
136 typename Storage<int>::type& indices, in removeIndices()
145 shared_ptr<typename Storage<int>::type> indices, in colorIndices()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/dictionary/
H A DDictionaryEncoder.java78 public static ValueVector decode(ValueVector indices, Dictionary dictionary) { in decode()
111 BaseIntVector indices, in buildIndexVector()
138 BaseIntVector indices, in retrieveIndexVector()
171 BaseIntVector indices = (BaseIntVector) createdVector; in encode() local
182 public ValueVector decode(ValueVector indices) { in decode()
/dports/graphics/py-pygeos/pygeos-0.10.2/pygeos/tests/
H A Dtest_creation_indices.py52 def test_invalid_indices_simple(func, indices): argument
91 def test_linestrings(coordinates, indices, expected): argument
182 def test_polygons(rings, indices, expected): argument
200 def test_invalid_indices_collections(func, indices): argument
216 def test_geometrycollections(geometries, indices, expected): argument
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/compute/
H A Dapi_vector.cc49 Result<Datum> Take(const Datum& values, const Datum& indices, const TakeOptions& options, in Take()
132 Result<std::shared_ptr<Array>> Take(const Array& values, const Array& indices, in Take()
140 const Array& indices, in Take()
164 const ChunkedArray& indices, in Take()
182 const ChunkedArray& indices, in Take()
193 Result<std::shared_ptr<RecordBatch>> Take(const RecordBatch& batch, const Array& indices, in Take()
204 Result<std::shared_ptr<Table>> Take(const Table& table, const Array& indices, in Take()
215 Result<std::shared_ptr<Table>> Take(const Table& table, const ChunkedArray& indices, in Take()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/test/common/
H A Dtest_centroid.cpp56 Indices indices; in TEST() local
162 Indices indices; in TEST() local
267 Indices indices; in TEST() local
331 Indices indices; in TEST() local
447 Indices indices; in TEST() local
565 Indices indices; in TEST() local
671 Indices indices; in TEST() local
929 Indices indices; in TEST() local
1055 Indices indices (cloud.size ()); in TEST() local
/dports/biology/iqtree/IQ-TREE-2.0.6/terraphast/test/
H A Dparser.cpp17 const auto& indices = results.indices; variable
30 const auto& indices = results.indices; variable
60 const auto& indices = results.indices; variable
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/common/include/pcl/impl/
H A Dcloud_iterator.hpp119 IteratorIdx (PointCloud<PointT>& cloud, const Indices& indices) in IteratorIdx()
126 IteratorIdx (PointCloud<PointT>& cloud, const PointIndices& indices) in IteratorIdx()
260 const Indices& indices) in ConstIteratorIdx()
268 const PointIndices& indices) in ConstIteratorIdx()
339 PointCloud<PointT>& cloud, const Indices& indices) in CloudIterator()
347 PointCloud<PointT>& cloud, const PointIndices& indices) in CloudIterator()
357 Indices indices; in CloudIterator() local
453 const PointCloud<PointT>& cloud, const Indices& indices) in ConstCloudIterator()
461 const PointCloud<PointT>& cloud, const PointIndices& indices) in ConstCloudIterator()
471 Indices indices; in ConstCloudIterator() local
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_elasticsearch.py291 indices = MockElasticIndices() variable in ElasticsearchTestCase.test_alias_create.MockElastic
319 indices = MockElasticIndices() variable in ElasticsearchTestCase.test_alias_create_unack.MockElastic
347 indices = MockElasticIndices() variable in ElasticsearchTestCase.test_alias_create_failure.MockElastic
383 indices = MockElasticIndices() variable in ElasticsearchTestCase.test_alias_delete.MockElastic
411 indices = MockElasticIndices() variable in ElasticsearchTestCase.test_alias_delete_unack.MockElastic
439 indices = MockElasticIndices() variable in ElasticsearchTestCase.test_alias_delete_failure.MockElastic
471 indices = MockElasticIndices() variable in ElasticsearchTestCase.test_alias_exists.MockElastic
499 indices = MockElasticIndices() variable in ElasticsearchTestCase.test_alias_exists_not.MockElastic
527 indices = MockElasticIndices() variable in ElasticsearchTestCase.test_alias_exists_failure.MockElastic
559 indices = MockElasticIndices() variable in ElasticsearchTestCase.test_alias_get.MockElastic
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/unit/unittest/
H A Dlistmodeleditor-test.cpp1032 QList<QModelIndex> indices; in TEST_F() local
1060 QList<QModelIndex> indices; in TEST_F() local
1070 QList<QModelIndex> indices = {index(-1, 1)}; in TEST_F() local
1080 QList<QModelIndex> indices = {index(1, 1), index(1, 2), index(1, 0)}; in TEST_F() local
1090 QList<QModelIndex> indices = {index(1, 1), index(2, 2), index(1, 0)}; in TEST_F() local
1100 QList<QModelIndex> indices = {index(0, 1), index(1, 2), index(0, 0)}; in TEST_F() local
1110 QList<QModelIndex> indices = {index(-1, 1)}; in TEST_F() local
1159 QList<QModelIndex> indices = {index(-1, 1)}; in TEST_F() local
1187 QList<QModelIndex> indices = {index(-1, 1)}; in TEST_F() local
1227 QList<QModelIndex> indices = {index(-1, 1)}; in TEST_F() local
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/gtk/
H A Dtreepath.c27 gint *indices; in test_append() local
48 gint *indices; in test_prepend() local
69 gint *indices; in test_to_string() local
88 gint *indices; in test_from_indices() local
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/gtk/
H A Dtreepath.c27 int *indices; in test_append() local
48 int *indices; in test_prepend() local
69 int *indices; in test_to_string() local
88 int *indices; in test_from_indices() local
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/stringsearch-0.3.6.6/Data/ByteString/Search/
H A DKMP.hs67 indices = indicesS function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/stringsearch-0.3.6.6/Data/ByteString/Search/
H A DKMP.hs67 indices = indicesS function
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/stringsearch-0.3.6.6/Data/ByteString/Search/
H A DKMP.hs67 indices = indicesS function
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/views/rows/
H A DSparseGeneralTest1.cpp211 std::initializer_list<size_t> indices{}; in testConstructors() local
319 std::vector<size_t> indices; in testConstructors() local
334 std::vector<size_t> indices{ 0, 4, 2 }; in testConstructors() local
352 std::vector<size_t> indices{ 5 }; in testConstructors() local
368 const std::vector<size_t> indices{ 2, 1 }; in testConstructors() local
453 std::array<size_t,1UL> indices{ 5 }; in testConstructors() local
776 std::initializer_list<size_t> indices{}; in testConstructors() local
884 std::vector<size_t> indices; in testConstructors() local
899 std::vector<size_t> indices{ 0, 4, 2 }; in testConstructors() local
917 std::vector<size_t> indices{ 5 }; in testConstructors() local
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/
H A Dvnl_index_sort.h36 SortVectorIndexType& indices) in vector_sort()
45 SortVectorIndexType& indices) in vector_sort()
56 SortVectorIndexType& indices) in vector_sort_in_place()
71 SortMatrixIndexType& indices) in matrix_sort()
118 const SortVectorIndexType& indices, in reindexValues()
/dports/misc/vxl/vxl-3.3.2/core/vnl/
H A Dvnl_index_sort.h36 SortVectorIndexType& indices) in vector_sort()
45 SortVectorIndexType& indices) in vector_sort()
56 SortVectorIndexType& indices) in vector_sort_in_place()
71 SortMatrixIndexType& indices) in matrix_sort()
118 const SortVectorIndexType& indices, in reindexValues()
/dports/misc/usd/USD-21.11/pxr/imaging/hd/
H A DprimvarSchema.cpp56 _ComputeFlattened(VtValue const &value, VtIntArray const &indices) { in _ComputeFlattened()
78 _ComputeFlattenedValue(VtValue const &value, VtIntArray const &indices) { in _ComputeFlattenedValue()
130 HdIntArrayDataSourceHandle indices) in _HdDataSourceFlattenedPrimvarValue()
139 VtIntArray indices = _indices->GetTypedValue(shutterOffset); in GetValue() local
219 const HdIntArrayDataSourceHandle &indices, in BuildRetained()
367 const HdIntArrayDataSourceHandle &indices) in SetIndices()
/dports/textproc/py-aeidon/aeidon-1.10.1/aeidon/agents/
H A Dtext.py34 def break_lines(self, indices, doc, patterns, length_func, max_length, argument
95 def capitalize(self, indices, doc, patterns, register=-1): argument
155 def correct_common_errors(self, indices, doc, patterns, register=-1): argument
206 def remove_hearing_impaired(self, indices, doc, patterns, argument
274 def spell_check_join_words(self, indices, doc, language, register=-1): argument
320 def spell_check_split_words(self, indices, doc, language, register=-1): argument
/dports/graphics/jogamp-jogl/jogl/make/config/jogl/
H A Dgl3bc-common-cpubufferJavaCode.java4 …public void glDrawElementsBaseVertex(int mode, int count, int type, Buffer indices, int basevertex… in glDrawElementsBaseVertex()
8 …public void glDrawElementsInstancedBaseVertex(int mode, int count, int type, Buffer indices, int i… in glDrawElementsInstancedBaseVertex()
12 …lementsBaseVertex(int mode, int start, int end, int count, int type, Buffer indices, int baseverte… in glDrawRangeElementsBaseVertex()
/dports/science/cdk/cdk-cdk-2.3/storage/smiles/src/main/java/org/openscience/cdk/smiles/
H A DCDKToBeam.java114 Edge toBeamEdge(IBond b, Map<IAtom, Integer> indices) throws CDKException { in toBeamEdge()
137 Map<IAtom, Integer> indices = Maps.newHashMapWithExpectedSize(order); in toBeamGraph() local
255 static Edge toBeamEdge(IBond b, int flavour, Map<IAtom, Integer> indices) throws CDKException { in toBeamEdge()
309 …ration(IDoubleBondStereochemistry dbs, int flavour, GraphBuilder gb, Map<IAtom, Integer> indices) { in addGeometricConfiguration()
338 …dTetrahedralConfiguration(ITetrahedralChirality tc, GraphBuilder gb, Map<IAtom, Integer> indices) { in addTetrahedralConfiguration()
358 Map<IAtom, Integer> indices) { in addExtendedTetrahedralConfiguration()
371 Map<IAtom, Integer> indices, in addExtendedCisTransConfig()

12345678910>>...609