文件历史

33 次代码提交

作者 SHA1 备注 提交日期
Andrei Ivanov 25e7b1b7b1 [GRAPHBOLT][WARNINGS]Fixing warnings appearing in some graphbolt tests. (#7582) 2024-08-27 18:57:38 +08:00
Muhammed Fatih BALIN 5434fc35db [GraphBolt][Standalone] Reduce and mark dependencies on DGL. (#7499) 2024-07-09 05:58:20 -04:00
Mingbang Wang 7c3d418e88 [GraphBolt] Alias ItemSetDict to HeteroItemSet (#7466)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2024-06-20 10:29:38 +08:00
Mingbang Wang ece1210817 [GraphBolt] Rename ItemSetDict as HeteroItemSet (#7424) 2024-05-24 13:39:27 +08:00
Mingbang Wang 3574bff42c [GraphBolt] Update ItemSampler (#7408) 2024-05-21 14:48:47 +08:00
Mingbang Wang 2ee440a68f [GraphBolt] Modify ItemSet/Dict requiring items to be tensors (#7394)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-30-178.ap-northeast-1.compute.internal>
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2024-05-15 11:48:56 +08:00
Xinyu Yao 9090a8790c [GraphBolt] Hyperlink support in subgraph_sampler. (#7354)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-28 13:06:52 +08:00
Xinyu Yao 21aeed86e3 [GraphBolt] Update docstring of itemset.py. (#7303)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2024-04-15 12:50:32 +08:00
Mingbang Wang 3df6e30180 [GraphBolt] Update __len__() and __getitem__() of ItemSet (#7253) 2024-04-02 11:04:08 +08:00
Muhammed Fatih BALIN dbafbe4159 [GraphBolt] Fix scalar itemset dtype issue (#7147) 2024-02-26 12:39:02 -05:00
Muhammed Fatih BALIN 7a10bcb688 [GraphBolt][Doc] Minor fixes and clarifications. (#7135) 2024-02-22 09:13:32 +08:00
Mingbang Wang f7e065f767 [GraphBolt] update the docstring (#6975) 2024-01-18 22:39:10 +08:00
Mingbang Wang 905321f855 [GraphBolt] Modify __repr__ (#6953) 2024-01-16 14:38:58 +08:00
Mingbang Wang 80f36134c1 [GraphBolt] Update the docstring of ItemSet (#6943) 2024-01-16 11:14:04 +08:00
Mingbang Wang 90e57e741f [GraphBolt] Update __repr__ of ItemSet and ItemSetDict (#6944) 2024-01-15 15:17:27 +08:00
yxy235 2b966da2d6 [GraphBolt] Add __repr__ to ItemSet. (#6790)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-21 13:20:16 +08:00
Rhett Ying 9d5b897a24 [GraphBolt] enable indexing for ItemSetDict (#6459) 2023-10-18 21:50:30 +08:00
Rhett Ying 3774945dce [GraphBolt] enable slice for integer-init ItemSet (#6457) 2023-10-18 10:42:36 +08:00
Rhett Ying c8ec9ce305 [GraphBolt] enable indexing on ItemSet instance (#6439) 2023-10-16 17:53:11 +08:00
Mingbang Wang 34af2d6889 [GraphBolt] Enable ItemSet to initiate by integer (#6427)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-39-125.ap-northeast-1.compute.internal>
2023-10-11 17:40:31 +08:00
Rhett Ying a2a3a91325 [GraphBolt][Doc] update examples and display methods on page (#6426) 2023-10-11 16:41:42 +08:00
Rhett Ying 3349d34195 [GraphBolt][Doc] update top level APIs (#6415) 2023-10-10 10:49:55 +08:00
LastWhisper 1328baf7cb [Graphbolt] Use for to implement ItemSet.__iter__ (#6293)
Optimize the ItemSet.__iter__ function implementation
2023-09-11 10:59:42 +08:00
Rhett Ying 37d70e541b [GraphBolt] split node_pairs to tuple of (src, dst) (#6291) 2023-09-06 16:06:39 +08:00
Rhett Ying 729924e381 [GraphBolt] update docstring of ItemSet (#6282) 2023-09-05 16:04:35 +08:00
Rhett Ying 268f456936 [GraphBolt] update docstring of ItemSet (#6269) 2023-09-04 13:28:50 +08:00
Rhett Ying 6068dc31ae [GraphBolt] add names for each item in ItemSet (#6254) 2023-09-01 08:43:17 +08:00
Rhett Ying 2144a3ce43 [GraphBolt] use str instead of tuple for canonical etype (#6216)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-08-28 15:41:40 +08:00
Rhett Ying bdb787585d [GraphBolt] define __len__ for ItemSet/ItemSetDict (#5844) 2023-06-12 23:25:20 +08:00
Rhett Ying ec4284097f [GraphBolt] add typing hint for ItemSet/ItemSetDic/MinibatchSampler (#5841) 2023-06-09 10:40:12 +08:00
Rhett Ying 9c756a5e1e [GraphBolt] refine ItemSet/ItemSetDict and add examples (#5834) 2023-06-09 08:56:29 +08:00
Rhett Ying 5ada3fc944 [GraphBolt] rename DictItemSet as ItemSetDict (#5806) 2023-06-08 11:13:53 +08:00
peizhou001 ce66280d9d [GraphBolt] Reorganzie graphbolt module (#5711)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-25-242.ap-northeast-1.compute.internal>
2023-05-19 16:55:03 +08:00