67dc11971f9f7878e28496dc28382923598557ea,python/dgl/graph_index.py,GraphIndex,copyto_shared_mem,#GraphIndex#Any#Any#,839
Before Change
GraphIndex
The graph index on the given device context.
handle = _CAPI_DGLImmutableGraphCopyToSharedMem(self._handle, edge_dir, shared_mem_name)
return GraphIndex(handle)
def nbits(self):
Return the number of integer bits used in the storage (32 or 64).
After Change
GraphIndex
The graph index on the given device context.
return _CAPI_DGLImmutableGraphCopyToSharedMem(self, edge_dir, shared_mem_name)
def nbits(self):
Return the number of integer bits used in the storage (32 or 64).
In pattern: SUPERPATTERN
Frequency: 6
Non-data size: 4
Instances
Project Name: dmlc/dgl
Commit Name: 67dc11971f9f7878e28496dc28382923598557ea
Time: 2019-07-23
Author: wmjlyjemaine@gmail.com
File Name: python/dgl/graph_index.py
Class Name: GraphIndex
Method Name: copyto_shared_mem
Project Name: dmlc/dgl
Commit Name: 67dc11971f9f7878e28496dc28382923598557ea
Time: 2019-07-23
Author: wmjlyjemaine@gmail.com
File Name: python/dgl/graph_index.py
Class Name: GraphIndex
Method Name: line_graph
Project Name: dmlc/dgl
Commit Name: 67dc11971f9f7878e28496dc28382923598557ea
Time: 2019-07-23
Author: wmjlyjemaine@gmail.com
File Name: python/dgl/graph_index.py
Class Name: GraphIndex
Method Name: asbits
Project Name: dmlc/dgl
Commit Name: 67dc11971f9f7878e28496dc28382923598557ea
Time: 2019-07-23
Author: wmjlyjemaine@gmail.com
File Name: python/dgl/graph_index.py
Class Name: GraphIndex
Method Name: copy_to
Project Name: dmlc/dgl
Commit Name: 67dc11971f9f7878e28496dc28382923598557ea
Time: 2019-07-23
Author: wmjlyjemaine@gmail.com
File Name: python/dgl/graph_index.py
Class Name:
Method Name: create_graph_index
Project Name: dmlc/dgl
Commit Name: 67dc11971f9f7878e28496dc28382923598557ea
Time: 2019-07-23
Author: wmjlyjemaine@gmail.com
File Name: python/dgl/graph_index.py
Class Name: GraphIndex
Method Name: to_immutable