repo_id stringlengths 21 96 | file_path stringlengths 31 155 | content stringlengths 1 92.9M | __index_level_0__ int64 0 0 |
|---|---|---|---|
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/sampling/node2vec.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/generators/rmat.py | # Copyright (c) 2021-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/generators/__init__.py | # Copyright (c) 2021, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/cores/core_number.py | # Copyright (c) 2019-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/cores/k_core.py | # Copyright (c) 2019-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/cores/__init__.py | # Copyright (c) 2019-2021, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/linear_assignment/lap.pxd | # Copyright (c) 2020-2021, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/linear_assignment/CMakeLists.txt | # =============================================================================
# Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# in compliance with the License. You may obtain a copy of the License at
#
# http://www.apache.o... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/linear_assignment/lap_wrapper.pyx | # Copyright (c) 2020-2021, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/linear_assignment/__init__.py | # Copyright (c) 2020-2021, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/linear_assignment/lap.py | # Copyright (c) 2020-2022, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/tree/CMakeLists.txt | # =============================================================================
# Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# in compliance with the License. You may obtain a copy of the License at
#
# http://www.apache.o... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/tree/minimum_spanning_tree_wrapper.pyx | # Copyright (c) 2020-2021, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/tree/minimum_spanning_tree.pxd | # Copyright (c) 2019-2021, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/tree/minimum_spanning_tree.py | # Copyright (c) 2019-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/tree/__init__.py | # Copyright (c) 2020-2021, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/centrality/degree_centrality.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/centrality/eigenvector_centrality.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/centrality/betweenness_centrality.py | # Copyright (c) 2019-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/centrality/__init__.py | # Copyright (c) 2019-2022, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/centrality/katz_centrality.py | # Copyright (c) 2019-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/traversal/bfs.py | # Copyright (c) 2019-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/traversal/ms_bfs.py | # Copyright (c) 2021-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/traversal/__init__.py | # Copyright (c) 2019-2021, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/traversal/sssp.py | # Copyright (c) 2019-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/link_prediction/overlap.py | # Copyright (c) 2019-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/link_prediction/wjaccard.py | # Copyright (c) 2019-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/link_prediction/wsorensen.py | # Copyright (c) 2021-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/link_prediction/jaccard.py | # Copyright (c) 2019-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/link_prediction/woverlap.py | # Copyright (c) 2019-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/link_prediction/__init__.py | # Copyright (c) 2019-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/link_prediction/sorensen.py | # Copyright (c) 2021-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/link_analysis/hits.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/link_analysis/__init__.py | # Copyright (c) 2019-2022, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/link_analysis/pagerank.py | # Copyright (c) 2019-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/utilities/pointer_utils.pyx | # Copyright (c) 2019-2021, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/utilities/CMakeLists.txt | # =============================================================================
# Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# in compliance with the License. You may obtain a copy of the License at
#
# http://www.apache.o... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/utilities/nx_factory.py | # Copyright (c) 2020-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/utilities/path_retrieval.py | # Copyright (c) 2021-2022, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/utilities/path_retrieval.pxd | # Copyright (c) 2021, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/utilities/grmat.py | # Copyright (c) 2019-2021, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/utilities/api_tools.py | # Copyright (c) 2022, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/utilities/path_retrieval_wrapper.pyx | # Copyright (c) 2021, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/utilities/__init__.py | # Copyright (c) 2019-2022, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/utilities/utils.py | # Copyright (c) 2020-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/structure/graph_classes.py | # Copyright (c) 2021-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/structure/utils_wrapper.pyx | # Copyright (c) 2020-2021, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/structure/utils.pxd | # Copyright (c) 2019-2022, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/structure/graph_primtypes.pyx | # Copyright (c) 2020-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/structure/convert_matrix.py | # Copyright (c) 2019-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/structure/CMakeLists.txt | # =============================================================================
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# in compliance with the License. You may obtain a copy of the License at
#
# http://www.apa... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/structure/graph_primtypes.pxd | # Copyright (c) 2019-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/structure/hypergraph.py | # Copyright (c) 2020-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/structure/graph_utilities.pxd | # Copyright (c) 2019-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/structure/number_map.py | # Copyright (c) 2020-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/structure/__init__.py | # Copyright (c) 2019-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/structure/graph_primtypes_wrapper.pyx | # Copyright (c) 2019-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/structure/property_graph.py | # Copyright (c) 2021-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/structure/replicate_edgelist.py | # Copyright (c) 2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph | rapidsai_public_repos/cugraph/python/cugraph/cugraph/structure/symmetrize.py | # Copyright (c) 2019-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph/structure | rapidsai_public_repos/cugraph/python/cugraph/cugraph/structure/graph_implementation/simpleGraph.py | # Copyright (c) 2021-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph/structure | rapidsai_public_repos/cugraph/python/cugraph/cugraph/structure/graph_implementation/npartiteGraph.py | # Copyright (c) 2021-2022, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph/structure | rapidsai_public_repos/cugraph/python/cugraph/cugraph/structure/graph_implementation/simpleDistributedGraph.py | # Copyright (c) 2021-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph/cugraph/structure | rapidsai_public_repos/cugraph/python/cugraph/cugraph/structure/graph_implementation/__init__.py | # Copyright (c) 2021-2022, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python | rapidsai_public_repos/cugraph/python/cugraph-service/README.md | # cugraph_service
## Description
[RAPIDS](https://rapids.ai) cugraph-service provides an RPC interace to a remote [RAPIDS cuGraph](https://github.com/rapidsai/cugraph) session, allowing users to perform GPU accelerated graph analytics from a remote process. cugraph-service uses cuGraph, cuDF, and other libraries on th... | 0 |
rapidsai_public_repos/cugraph/python | rapidsai_public_repos/cugraph/python/cugraph-service/pytest.ini | # Copyright (c) 2022, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service | rapidsai_public_repos/cugraph/python/cugraph-service/tests/client1_script.py | # Copyright (c) 2022, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service | rapidsai_public_repos/cugraph/python/cugraph-service/tests/data.py | # Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service | rapidsai_public_repos/cugraph/python/cugraph-service/tests/test_remote_graph.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service | rapidsai_public_repos/cugraph/python/cugraph-service/tests/client2_script.py | # Copyright (c) 2022, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to i... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service | rapidsai_public_repos/cugraph/python/cugraph-service/tests/README.md | # `cugraph_service` Tests
## Prerequisites
* The multi-GPU tests (`test_mg_*.py` files) require a `dask` scheduler and workers to be running on the test machine, with the path to the generated scheduler JSON file set in the env var `SCHEDULER_FILE`. These also assume the test machine has at least two GPUs, which can b... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service | rapidsai_public_repos/cugraph/python/cugraph-service/tests/test_mg_e2e.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service | rapidsai_public_repos/cugraph/python/cugraph-service/tests/gen_demo_data.py | # Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service | rapidsai_public_repos/cugraph/python/cugraph-service/tests/conftest.py | # Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service | rapidsai_public_repos/cugraph/python/cugraph-service/tests/test_mg_cugraph_handler.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service | rapidsai_public_repos/cugraph/python/cugraph-service/tests/test_cugraph_handler.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service | rapidsai_public_repos/cugraph/python/cugraph-service/tests/demo1.py | # Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service | rapidsai_public_repos/cugraph/python/cugraph-service/tests/multi_client_test_runner.sh | # Copyright (c) 2019-2022, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service | rapidsai_public_repos/cugraph/python/cugraph-service/tests/test_e2e.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service | rapidsai_public_repos/cugraph/python/cugraph-service/tests/__init__.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service/tests | rapidsai_public_repos/cugraph/python/cugraph-service/tests/data/transactions.csv | "user_id" "merchant_id" "volume" "time" "card_num" "card_type"
89021 11 33.2 1639084966.5513437 123456 "MC"
89216 4 0 1639085163.481217 8832 "CASH"
78634 16 72.0 1639084912.567394 4321 "DEBIT"
32431 4 103.2 1639084721.354346 98124 "V"
| 0 |
rapidsai_public_repos/cugraph/python/cugraph-service/tests | rapidsai_public_repos/cugraph/python/cugraph-service/tests/data/referrals.csv | "user_id_1" "user_id_2" "merchant_id" "stars"
89216 78634 11 5
89021 89216 4 4
89021 89216 21 3
89021 89216 11 3
89021 78634 21 4
78634 32431 11 4
78634 89216 21 3
78634 89216 21 4
| 0 |
rapidsai_public_repos/cugraph/python/cugraph-service/tests | rapidsai_public_repos/cugraph/python/cugraph-service/tests/data/users.csv | "user_id" "user_location" "vertical"
89021 78757 0
32431 78750 1
89216 78757 1
78634 47906 0
| 0 |
rapidsai_public_repos/cugraph/python/cugraph-service/tests | rapidsai_public_repos/cugraph/python/cugraph-service/tests/data/merchants.csv | "merchant_id" "merchant_location" "merchant_size" "merchant_sales" "merchant_num_employees" "merchant_name"
11 78750 44 123.2 12 "north"
4 78757 112 234.99 18 "south"
21 44145 83 992.1 27 "east"
16 47906 92 32.43 5 "west"
86 47906 192 2.43 51 "west"
| 0 |
rapidsai_public_repos/cugraph/python/cugraph-service/tests | rapidsai_public_repos/cugraph/python/cugraph-service/tests/data/relationships.csv | "user_id_1" "user_id_2" "relationship_type"
89216 89021 9
89216 32431 9
32431 78634 8
78634 89216 8
78634 89216 9
| 0 |
rapidsai_public_repos/cugraph/python/cugraph-service/tests | rapidsai_public_repos/cugraph/python/cugraph-service/tests/data/karate.csv | 1 0 1.0
2 0 1.0
3 0 1.0
4 0 1.0
5 0 1.0
6 0 1.0
7 0 1.0
8 0 1.0
10 0 1.0
11 0 1.0
12 0 1.0
13 0 1.0
17 0 1.0
19 0 1.0
21 0 1.0
31 0 1.0
2 1 1.0
3 1 1.0
7 1 1.0
13 1 1.0
17 1 1.0
19 1 1.0
21 1 1.0
30 1 1.0
3 2 1.0
7 2 1.0
8 2 1.0
9 2 1.0
13 2 1.0
27 2 1.0
28 2 1.0
32 2 1.0
7 3 1.0
12 3 1.0
13 3 1.0
6 4 1.0
10 4 1.0
6 5 ... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service | rapidsai_public_repos/cugraph/python/cugraph-service/client/pyproject.toml | # Copyright (c) 2022, NVIDIA CORPORATION.
[build-system]
requires = [
"setuptools>=61.0.0",
"wheel",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../../dependencies.yaml and run `rapids-dependency-file-generator`.
build-backend = "setuptools.build_meta"
[project... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service | rapidsai_public_repos/cugraph/python/cugraph-service/client/README.md | # cugraph_service
## Description
[RAPIDS](https://rapids.ai) cugraph-service provides an RPC interace to a remote [RAPIDS cuGraph](https://github.com/rapidsai/cugraph) session, allowing users to perform GPU accelerated graph analytics from a remote process. cugraph-service uses cuGraph, cuDF, and other libraries on th... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service | rapidsai_public_repos/cugraph/python/cugraph-service/client/setup.py | # Copyright (c) 2018-2023, NVIDIA CORPORATION.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service | rapidsai_public_repos/cugraph/python/cugraph-service/client/LICENSE | Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service/client | rapidsai_public_repos/cugraph/python/cugraph-service/client/cugraph_service_client/remote_graph.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service/client | rapidsai_public_repos/cugraph/python/cugraph-service/client/cugraph_service_client/types.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service/client | rapidsai_public_repos/cugraph/python/cugraph-service/client/cugraph_service_client/remote_graph_utils.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service/client | rapidsai_public_repos/cugraph/python/cugraph-service/client/cugraph_service_client/exceptions.py | # Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service/client | rapidsai_public_repos/cugraph/python/cugraph-service/client/cugraph_service_client/cugraph_service_thrift.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service/client | rapidsai_public_repos/cugraph/python/cugraph-service/client/cugraph_service_client/_version.py | # Copyright (c) 2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service/client | rapidsai_public_repos/cugraph/python/cugraph-service/client/cugraph_service_client/__init__.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service/client | rapidsai_public_repos/cugraph/python/cugraph-service/client/cugraph_service_client/VERSION | 23.12.00
| 0 |
rapidsai_public_repos/cugraph/python/cugraph-service/client | rapidsai_public_repos/cugraph/python/cugraph-service/client/cugraph_service_client/defaults.py | # Copyright (c) 2022, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | 0 |
rapidsai_public_repos/cugraph/python/cugraph-service/client | rapidsai_public_repos/cugraph/python/cugraph-service/client/cugraph_service_client/client.py | # Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agre... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.