repo
stringlengths
7
90
file_url
stringlengths
81
315
file_path
stringlengths
4
228
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 14:38:15
2026-01-05 02:33:18
truncated
bool
2 classes
WHU-USI3DV/Mobile-Seed
https://github.com/WHU-USI3DV/Mobile-Seed/blob/e9af36ea9ac9dac5506880096cd38423dc3dbf51/configs/_base_/datasets/cityscapes_1024x1024_boundary.py
configs/_base_/datasets/cityscapes_1024x1024_boundary.py
''' This file is modified from: https://github.com/open-mmlab/mmsegmentation/blob/master/configs/_base_/datasets/cityscapes_1024x1024.py ''' _base_ = './cityscapes_boundary.py' img_norm_cfg = dict( mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], to_rgb=True) crop_size = (1024, 1024) train_pipeline = [ ...
python
BSD-2-Clause
e9af36ea9ac9dac5506880096cd38423dc3dbf51
2026-01-05T07:13:30.482047Z
false
WHU-USI3DV/Mobile-Seed
https://github.com/WHU-USI3DV/Mobile-Seed/blob/e9af36ea9ac9dac5506880096cd38423dc3dbf51/configs/_base_/datasets/cityscapes_1024x1024.py
configs/_base_/datasets/cityscapes_1024x1024.py
''' This file is modified from: https://github.com/open-mmlab/mmsegmentation/blob/master/configs/_base_/datasets/cityscapes_1024x1024.py ''' _base_ = './cityscapes.py' img_norm_cfg = dict( mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], to_rgb=True) crop_size = (1024, 1024) train_pipeline = [ dict(...
python
BSD-2-Clause
e9af36ea9ac9dac5506880096cd38423dc3dbf51
2026-01-05T07:13:30.482047Z
false
WHU-USI3DV/Mobile-Seed
https://github.com/WHU-USI3DV/Mobile-Seed/blob/e9af36ea9ac9dac5506880096cd38423dc3dbf51/configs/_base_/datasets/pascal_context_boundary.py
configs/_base_/datasets/pascal_context_boundary.py
''' This file is modified from: https://github.com/open-mmlab/mmsegmentation/blob/master/configs/_base_/datasets/pascal_context.py ''' # dataset settings dataset_type = 'PascalContextDataset_boundary' data_root = '../data/VOCdevkit/VOC2010/' img_norm_cfg = dict( mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 5...
python
BSD-2-Clause
e9af36ea9ac9dac5506880096cd38423dc3dbf51
2026-01-05T07:13:30.482047Z
false
WHU-USI3DV/Mobile-Seed
https://github.com/WHU-USI3DV/Mobile-Seed/blob/e9af36ea9ac9dac5506880096cd38423dc3dbf51/configs/_base_/datasets/cityscapes_boundary.py
configs/_base_/datasets/cityscapes_boundary.py
''' This file is modified from: https://github.com/open-mmlab/mmsegmentation/blob/master/configs/_base_/datasets/cityscapes.py ''' # dataset settings dataset_type = 'CityscapesDataset_boundary' data_root = '../data/cityscapes/data_proc_nis' img_norm_cfg = dict( mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57...
python
BSD-2-Clause
e9af36ea9ac9dac5506880096cd38423dc3dbf51
2026-01-05T07:13:30.482047Z
false
WHU-USI3DV/Mobile-Seed
https://github.com/WHU-USI3DV/Mobile-Seed/blob/e9af36ea9ac9dac5506880096cd38423dc3dbf51/configs/_base_/datasets/cityscapes.py
configs/_base_/datasets/cityscapes.py
''' This file is modified from: https://github.com/open-mmlab/mmsegmentation/blob/master/configs/_base_/datasets/cityscapes.py ''' # dataset settings dataset_type = 'CityscapesDataset' data_root = '../data/cityscapes/data_proc_nis' img_norm_cfg = dict( mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], to...
python
BSD-2-Clause
e9af36ea9ac9dac5506880096cd38423dc3dbf51
2026-01-05T07:13:30.482047Z
false
WHU-USI3DV/Mobile-Seed
https://github.com/WHU-USI3DV/Mobile-Seed/blob/e9af36ea9ac9dac5506880096cd38423dc3dbf51/configs/_base_/datasets/cityscapes_512x1024_boundary.py
configs/_base_/datasets/cityscapes_512x1024_boundary.py
''' This file is modified from: https://github.com/open-mmlab/mmsegmentation/blob/master/configs/_base_/datasets/cityscapes_1024x1024.py ''' _base_ = './cityscapes_boundary.py' img_norm_cfg = dict( mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], to_rgb=True) crop_size = (512, 1024) train_pipeline = [ ...
python
BSD-2-Clause
e9af36ea9ac9dac5506880096cd38423dc3dbf51
2026-01-05T07:13:30.482047Z
false
WHU-USI3DV/Mobile-Seed
https://github.com/WHU-USI3DV/Mobile-Seed/blob/e9af36ea9ac9dac5506880096cd38423dc3dbf51/configs/_base_/datasets/pascal_context.py
configs/_base_/datasets/pascal_context.py
''' This file is modified from: https://github.com/open-mmlab/mmsegmentation/blob/master/configs/_base_/datasets/pascal_context.py ''' # dataset settings dataset_type = 'PascalContextDataset' data_root = '../data/VOCdevkit/VOC2010/' img_norm_cfg = dict( mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], t...
python
BSD-2-Clause
e9af36ea9ac9dac5506880096cd38423dc3dbf51
2026-01-05T07:13:30.482047Z
false
WHU-USI3DV/Mobile-Seed
https://github.com/WHU-USI3DV/Mobile-Seed/blob/e9af36ea9ac9dac5506880096cd38423dc3dbf51/configs/_base_/datasets/camvid_boundary.py
configs/_base_/datasets/camvid_boundary.py
''' This file is modified from: https://github.com/open-mmlab/mmsegmentation/blob/master/configs/_base_/datasets/cityscapes.py ''' # dataset settings dataset_type = 'CamVidDataset_boundary' data_root = '../data/camvid' img_norm_cfg = dict( mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], to_rgb=True) cr...
python
BSD-2-Clause
e9af36ea9ac9dac5506880096cd38423dc3dbf51
2026-01-05T07:13:30.482047Z
false
WHU-USI3DV/Mobile-Seed
https://github.com/WHU-USI3DV/Mobile-Seed/blob/e9af36ea9ac9dac5506880096cd38423dc3dbf51/configs/_base_/datasets/pascal_context_59.py
configs/_base_/datasets/pascal_context_59.py
''' This file is modified from: https://github.com/open-mmlab/mmsegmentation/blob/master/configs/_base_/datasets/pascal_context_59.py ''' # dataset settings dataset_type = 'PascalContextDataset59' data_root = '../data/VOCdevkit/VOC2010/' img_norm_cfg = dict( mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.37...
python
BSD-2-Clause
e9af36ea9ac9dac5506880096cd38423dc3dbf51
2026-01-05T07:13:30.482047Z
false
WHU-USI3DV/Mobile-Seed
https://github.com/WHU-USI3DV/Mobile-Seed/blob/e9af36ea9ac9dac5506880096cd38423dc3dbf51/configs/_base_/datasets/camvid.py
configs/_base_/datasets/camvid.py
''' This file is modified from: https://github.com/open-mmlab/mmsegmentation/blob/master/configs/_base_/datasets/cityscapes.py ''' # dataset settings dataset_type = 'CamVidDataset' data_root = '../data/camvid' img_norm_cfg = dict( mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], to_rgb=True) crop_size =...
python
BSD-2-Clause
e9af36ea9ac9dac5506880096cd38423dc3dbf51
2026-01-05T07:13:30.482047Z
false
WHU-USI3DV/Mobile-Seed
https://github.com/WHU-USI3DV/Mobile-Seed/blob/e9af36ea9ac9dac5506880096cd38423dc3dbf51/configs/_base_/models/Mobile_Seed.py
configs/_base_/models/Mobile_Seed.py
# model settings norm_cfg = dict(type='SyncBN', requires_grad=True) ham_norm_cfg = dict(type='GN', num_groups=32, requires_grad=True) model = dict( type='EncoderDecoderRefine', down_ratio = 1, pretrained=None, backbone=dict( type='AFFormer_for_MS_base', strides=[4, 2, 2, 2], drop...
python
BSD-2-Clause
e9af36ea9ac9dac5506880096cd38423dc3dbf51
2026-01-05T07:13:30.482047Z
false
WHU-USI3DV/Mobile-Seed
https://github.com/WHU-USI3DV/Mobile-Seed/blob/e9af36ea9ac9dac5506880096cd38423dc3dbf51/configs/_base_/models/afformer.py
configs/_base_/models/afformer.py
# model settings norm_cfg = dict(type='SyncBN', requires_grad=True) ham_norm_cfg = dict(type='GN', num_groups=32, requires_grad=True) model = dict( type='EncoderDecoder', pretrained=None, backbone=dict( type='afformer_base', strides=[4, 2, 2, 2]), decode_head=dict( type='CLS', ...
python
BSD-2-Clause
e9af36ea9ac9dac5506880096cd38423dc3dbf51
2026-01-05T07:13:30.482047Z
false
WHU-USI3DV/Mobile-Seed
https://github.com/WHU-USI3DV/Mobile-Seed/blob/e9af36ea9ac9dac5506880096cd38423dc3dbf51/configs/AFFormer/AFFormer_base_cityscapes.py
configs/AFFormer/AFFormer_base_cityscapes.py
_base_ = [ '../_base_/models/afformer.py', '../_base_/datasets/cityscapes_1024x1024.py', '../_base_/default_runtime.py', '../_base_/schedules/schedule_160k.py' ] # filepath in _base_ list are imported as current file in Config.fromfile module,similar to parent class in Python model = dict( pretrained='./ckp...
python
BSD-2-Clause
e9af36ea9ac9dac5506880096cd38423dc3dbf51
2026-01-05T07:13:30.482047Z
false
WHU-USI3DV/Mobile-Seed
https://github.com/WHU-USI3DV/Mobile-Seed/blob/e9af36ea9ac9dac5506880096cd38423dc3dbf51/configs/AFFormer/AFFormer_small_cityscapes.py
configs/AFFormer/AFFormer_small_cityscapes.py
_base_ = [ '../_base_/models/afformer.py', '../_base_/datasets/cityscapes_1024x1024.py', '../_base_/default_runtime.py', '../_base_/schedules/schedule_160k.py' ] model = dict( pretrained='./ckpt/AFFormer_small_ImageNet1k.pth', backbone=dict( type='afformer_small', strides=[4, 2, 2, 2]), ...
python
BSD-2-Clause
e9af36ea9ac9dac5506880096cd38423dc3dbf51
2026-01-05T07:13:30.482047Z
false
WHU-USI3DV/Mobile-Seed
https://github.com/WHU-USI3DV/Mobile-Seed/blob/e9af36ea9ac9dac5506880096cd38423dc3dbf51/configs/AFFormer/AFFormer_tiny_pascal_context.py
configs/AFFormer/AFFormer_tiny_pascal_context.py
_base_ = [ '../_base_/models/afformer.py', '../_base_/datasets/pascal_context.py', '../_base_/default_runtime.py', '../_base_/schedules/schedule_80k.py' ] model = dict( pretrained='./ckpt/AFFormer_tiny_ImageNet1k.pth', backbone=dict( type='afformer_tiny', strides=[4, 2, 2, 2]), decod...
python
BSD-2-Clause
e9af36ea9ac9dac5506880096cd38423dc3dbf51
2026-01-05T07:13:30.482047Z
false
WHU-USI3DV/Mobile-Seed
https://github.com/WHU-USI3DV/Mobile-Seed/blob/e9af36ea9ac9dac5506880096cd38423dc3dbf51/configs/AFFormer/AFFormer_tiny_camvid.py
configs/AFFormer/AFFormer_tiny_camvid.py
_base_ = [ '../_base_/models/afformer.py', '../_base_/datasets/camvid.py', '../_base_/default_runtime.py', '../_base_/schedules/schedule_20k.py' ] model = dict( pretrained='./ckpt/AFFormer_tiny_ImageNet1k.pth', backbone=dict( type='afformer_tiny', strides=[4, 2, 2, 2]), decode_head=d...
python
BSD-2-Clause
e9af36ea9ac9dac5506880096cd38423dc3dbf51
2026-01-05T07:13:30.482047Z
false
WHU-USI3DV/Mobile-Seed
https://github.com/WHU-USI3DV/Mobile-Seed/blob/e9af36ea9ac9dac5506880096cd38423dc3dbf51/configs/AFFormer/AFFormer_tiny_cityscapes.py
configs/AFFormer/AFFormer_tiny_cityscapes.py
_base_ = [ '../_base_/models/afformer.py', '../_base_/datasets/cityscapes_1024x1024.py', '../_base_/default_runtime.py', '../_base_/schedules/schedule_160k.py' ] model = dict( pretrained='./ckpt/AFFormer_tiny_ImageNet1k.pth', backbone=dict( type='afformer_tiny', strides=[4, 2, 2, 2]), ...
python
BSD-2-Clause
e9af36ea9ac9dac5506880096cd38423dc3dbf51
2026-01-05T07:13:30.482047Z
false
WHU-USI3DV/Mobile-Seed
https://github.com/WHU-USI3DV/Mobile-Seed/blob/e9af36ea9ac9dac5506880096cd38423dc3dbf51/configs/AFFormer/AFFormer_tiny_pascal_context_59.py
configs/AFFormer/AFFormer_tiny_pascal_context_59.py
_base_ = [ '../_base_/models/afformer.py', '../_base_/datasets/pascal_context_59.py', '../_base_/default_runtime.py', '../_base_/schedules/schedule_80k.py' ] model = dict( pretrained='./ckpt/AFFormer_tiny_ImageNet1k.pth', backbone=dict( type='afformer_tiny', strides=[4, 2, 2, 2]), de...
python
BSD-2-Clause
e9af36ea9ac9dac5506880096cd38423dc3dbf51
2026-01-05T07:13:30.482047Z
false
WHU-USI3DV/Mobile-Seed
https://github.com/WHU-USI3DV/Mobile-Seed/blob/e9af36ea9ac9dac5506880096cd38423dc3dbf51/configs/Mobile_Seed/MS_tiny_cityscapes.py
configs/Mobile_Seed/MS_tiny_cityscapes.py
_base_ = [ '../_base_/models/Mobile_Seed.py', '../_base_/datasets/cityscapes_1024x1024_boundary.py', '../_base_/default_runtime.py', '../_base_/schedules/schedule_160k.py' ] model = dict( pretrained='./ckpt/AFFormer_tiny_ImageNet1k.pth', backbone=dict( type='AFFormer_for_MS_tiny'), decode_he...
python
BSD-2-Clause
e9af36ea9ac9dac5506880096cd38423dc3dbf51
2026-01-05T07:13:30.482047Z
false
WHU-USI3DV/Mobile-Seed
https://github.com/WHU-USI3DV/Mobile-Seed/blob/e9af36ea9ac9dac5506880096cd38423dc3dbf51/configs/Mobile_Seed/MS_tiny_camvid.py
configs/Mobile_Seed/MS_tiny_camvid.py
_base_ = [ '../_base_/models/Mobile_Seed.py', '../_base_/datasets/camvid_boundary.py', '../_base_/default_runtime.py', '../_base_/schedules/schedule_20k.py' ] model = dict( pretrained='./ckpt/AFFormer_tiny_ImageNet1k.pth', backbone=dict( type='AFFormer_for_MS_tiny'), decode_head=[ di...
python
BSD-2-Clause
e9af36ea9ac9dac5506880096cd38423dc3dbf51
2026-01-05T07:13:30.482047Z
false
WHU-USI3DV/Mobile-Seed
https://github.com/WHU-USI3DV/Mobile-Seed/blob/e9af36ea9ac9dac5506880096cd38423dc3dbf51/configs/Mobile_Seed/MS_tiny_pascal_context_59.py
configs/Mobile_Seed/MS_tiny_pascal_context_59.py
_base_ = [ '../_base_/models/Mobile_Seed.py', '../_base_/datasets/pascal_context_59_boundary.py', '../_base_/default_runtime.py', '../_base_/schedules/schedule_80k.py' ] model = dict( pretrained='./ckpt/AFFormer_tiny_ImageNet1k.pth', backbone=dict( type='AFFormer_for_MS_tiny'), decode_head=[...
python
BSD-2-Clause
e9af36ea9ac9dac5506880096cd38423dc3dbf51
2026-01-05T07:13:30.482047Z
false
WHU-USI3DV/Mobile-Seed
https://github.com/WHU-USI3DV/Mobile-Seed/blob/e9af36ea9ac9dac5506880096cd38423dc3dbf51/configs/Mobile_Seed/MS_tiny_pascal_context.py
configs/Mobile_Seed/MS_tiny_pascal_context.py
_base_ = [ '../_base_/models/Mobile_Seed.py', '../_base_/datasets/pascal_context_boundary.py', '../_base_/default_runtime.py', '../_base_/schedules/schedule_80k.py' ] model = dict( pretrained='./ckpt/AFFormer_tiny_ImageNet1k.pth', backbone=dict( type='AFFormer_for_MS_tiny'), decode_head=[ ...
python
BSD-2-Clause
e9af36ea9ac9dac5506880096cd38423dc3dbf51
2026-01-05T07:13:30.482047Z
false
WHU-USI3DV/Mobile-Seed
https://github.com/WHU-USI3DV/Mobile-Seed/blob/e9af36ea9ac9dac5506880096cd38423dc3dbf51/demo/image_demo.py
demo/image_demo.py
# Copyright (c) OpenMMLab. All rights reserved. from argparse import ArgumentParser from mmseg.apis import inference_segmentor, init_segmentor, show_result_pyplot from mmseg.core.evaluation import get_palette import numpy as np import cv2 from scipy.ndimage import distance_transform_edt from glob import glob import os...
python
BSD-2-Clause
e9af36ea9ac9dac5506880096cd38423dc3dbf51
2026-01-05T07:13:30.482047Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/setup.py
setup.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/benchmarks/api/run_dist_bench.py
benchmarks/api/run_dist_bench.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/benchmarks/api/bench_sampler.py
benchmarks/api/bench_sampler.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/benchmarks/api/bench_feature.py
benchmarks/api/bench_feature.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/benchmarks/api/bench_dist_neighbor_loader.py
benchmarks/api/bench_dist_neighbor_loader.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/typing.py
graphlearn_torch/python/typing.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/__init__.py
graphlearn_torch/python/__init__.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/loader/link_neighbor_loader.py
graphlearn_torch/python/loader/link_neighbor_loader.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/loader/transform.py
graphlearn_torch/python/loader/transform.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/loader/node_loader.py
graphlearn_torch/python/loader/node_loader.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/loader/link_loader.py
graphlearn_torch/python/loader/link_loader.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/loader/subgraph_loader.py
graphlearn_torch/python/loader/subgraph_loader.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/loader/__init__.py
graphlearn_torch/python/loader/__init__.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/loader/neighbor_loader.py
graphlearn_torch/python/loader/neighbor_loader.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/distributed/dist_context.py
graphlearn_torch/python/distributed/dist_context.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/distributed/dist_link_neighbor_loader.py
graphlearn_torch/python/distributed/dist_link_neighbor_loader.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/distributed/dist_feature.py
graphlearn_torch/python/distributed/dist_feature.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/distributed/dist_client.py
graphlearn_torch/python/distributed/dist_client.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/distributed/dist_subgraph_loader.py
graphlearn_torch/python/distributed/dist_subgraph_loader.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/distributed/dist_graph.py
graphlearn_torch/python/distributed/dist_graph.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/distributed/rpc.py
graphlearn_torch/python/distributed/rpc.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/distributed/dist_sampling_producer.py
graphlearn_torch/python/distributed/dist_sampling_producer.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/distributed/dist_neighbor_sampler.py
graphlearn_torch/python/distributed/dist_neighbor_sampler.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
true
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/distributed/dist_neighbor_loader.py
graphlearn_torch/python/distributed/dist_neighbor_loader.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/distributed/__init__.py
graphlearn_torch/python/distributed/__init__.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/distributed/dist_dataset.py
graphlearn_torch/python/distributed/dist_dataset.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/distributed/event_loop.py
graphlearn_torch/python/distributed/event_loop.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/distributed/dist_random_partitioner.py
graphlearn_torch/python/distributed/dist_random_partitioner.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/distributed/dist_options.py
graphlearn_torch/python/distributed/dist_options.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/distributed/dist_table_dataset.py
graphlearn_torch/python/distributed/dist_table_dataset.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/distributed/dist_server.py
graphlearn_torch/python/distributed/dist_server.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/distributed/dist_loader.py
graphlearn_torch/python/distributed/dist_loader.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/utils/topo.py
graphlearn_torch/python/utils/topo.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/utils/exit_status.py
graphlearn_torch/python/utils/exit_status.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/utils/singleton.py
graphlearn_torch/python/utils/singleton.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/utils/common.py
graphlearn_torch/python/utils/common.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/utils/units.py
graphlearn_torch/python/utils/units.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/utils/__init__.py
graphlearn_torch/python/utils/__init__.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/utils/build_glt.py
graphlearn_torch/python/utils/build_glt.py
import os import platform import shutil import subprocess from torch.utils.cpp_extension import CppExtension def glt_v6d_ext_module( name: str, root_path: str, ): include_dirs = [] library_dirs = [] libraries = [] extra_cxx_flags = [] include_dirs.append(root_path) # We assume that glt_v6d is built i...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/utils/tensor.py
graphlearn_torch/python/utils/tensor.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/utils/mixin.py
graphlearn_torch/python/utils/mixin.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/utils/device.py
graphlearn_torch/python/utils/device.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/sampler/neighbor_sampler.py
graphlearn_torch/python/sampler/neighbor_sampler.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/sampler/__init__.py
graphlearn_torch/python/sampler/__init__.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/sampler/base.py
graphlearn_torch/python/sampler/base.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/sampler/negative_sampler.py
graphlearn_torch/python/sampler/negative_sampler.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/data/graph.py
graphlearn_torch/python/data/graph.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/data/table_dataset.py
graphlearn_torch/python/data/table_dataset.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/data/unified_tensor.py
graphlearn_torch/python/data/unified_tensor.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/data/dataset.py
graphlearn_torch/python/data/dataset.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/data/vineyard_utils.py
graphlearn_torch/python/data/vineyard_utils.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/data/__init__.py
graphlearn_torch/python/data/__init__.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/data/reorder.py
graphlearn_torch/python/data/reorder.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/data/feature.py
graphlearn_torch/python/data/feature.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/channel/shm_channel.py
graphlearn_torch/python/channel/shm_channel.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/channel/remote_channel.py
graphlearn_torch/python/channel/remote_channel.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/channel/mp_channel.py
graphlearn_torch/python/channel/mp_channel.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/channel/__init__.py
graphlearn_torch/python/channel/__init__.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/channel/base.py
graphlearn_torch/python/channel/base.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/partition/frequency_partitioner.py
graphlearn_torch/python/partition/frequency_partitioner.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/partition/__init__.py
graphlearn_torch/python/partition/__init__.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/partition/base.py
graphlearn_torch/python/partition/base.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/partition/partition_book.py
graphlearn_torch/python/partition/partition_book.py
import torch from typing import List, Tuple from .base import PartitionBook class RangePartitionBook(PartitionBook): r"""A class for managing range-based partitions of consecutive IDs. Suitable when IDs within each partition are consecutive. Args: partition_ranges (List[Tuple[int, int]]): A list of tuples...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/graphlearn_torch/python/partition/random_partitioner.py
graphlearn_torch/python/partition/random_partitioner.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/test/python/test_partition.py
test/python/test_partition.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/test/python/test_feature.py
test/python/test_feature.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/test/python/test_dist_random_partitioner.py
test/python/test_dist_random_partitioner.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/test/python/test_subgraph.py
test/python/test_subgraph.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/test/python/test_dist_link_loader.py
test/python/test_dist_link_loader.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/test/python/test_unified_tensor.py
test/python/test_unified_tensor.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/test/python/test_sample_prob.py
test/python/test_sample_prob.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/test/python/test_hetero_neighbor_sampler.py
test/python/test_hetero_neighbor_sampler.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/test/python/test_dist_neighbor_loader.py
test/python/test_dist_neighbor_loader.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/test/python/test_shm_channel.py
test/python/test_shm_channel.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/test/python/test_graph.py
test/python/test_graph.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/test/python/dist_test_utils.py
test/python/dist_test_utils.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false
alibaba/graphlearn-for-pytorch
https://github.com/alibaba/graphlearn-for-pytorch/blob/88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9/test/python/test_link_loader.py
test/python/test_link_loader.py
# Copyright 2022 Alibaba Group Holding Limited. All Rights Reserved. # # 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 ...
python
Apache-2.0
88ff111ac0d9e45c6c9d2d18cfc5883dca07e9f9
2026-01-05T07:14:39.718240Z
false