MCPcopy Create free account

hub / github.com/alibaba/libgrape-lite / types & classes

Types & classes479 in github.com/alibaba/libgrape-lite

↓ 16 callersClassconst_iterator
grape/graph/adj_list.h:197
↓ 9 callersClassDestList
* @brief Destination list for message exchange. A message may need to be sent * to all the fragments in the DestList. * */
grape/graph/adj_list.h:522
↓ 9 callersClassFileInfo
Provides utility functions for filenames. FileInfo provides easy access to the components of a file's path relative to the project root.
misc/cpplint.py:1550
↓ 8 callersClassiterator
grape/utils/vertex_array.h:137
↓ 8 callersClassiterator
grape/graph/adj_list.h:158
↓ 6 callersClassconst_iterator
grape/utils/gcontainer.h:526
↓ 6 callersClassiterator
grape/utils/gcontainer.h:493
↓ 5 callersClassWorkerIterator
grape/communication/sync_comm.h:693
↓ 2 callersClassMicroBuffer
grape/utils/message_buffer_pool.h:27
↓ 2 callersClassedge_bucket_t
grape/fragment/immutable_vertexcut_fragment.h:53
↓ 1 callersClassCleansedLines
Holds 4 copies of all lines with different preprocessing applied to them. 1) elided member contains lines without strings and comments. 2) lines
misc/cpplint.py:1901
↓ 1 callersClassEvent
grape/cuda/utils/event.h:60
↓ 1 callersEnumLoadStrategy
* @brief LoadStrategy specifies the which edges should be loadded when building * the graph from a location. * */
grape/types.h:81
↓ 1 callersClassMessageManager
grape/cuda/parallel/gpu_message_manager.h:45
↓ 1 callersClassNestingState
Holds states related to parsing braces.
misc/cpplint.py:2897
↓ 1 callersClass_BlockInfo
Stores information about a generic block of code.
misc/cpplint.py:2696
↓ 1 callersClass_ClassInfo
Stores information about a class.
misc/cpplint.py:2753
↓ 1 callersClass_CppLintState
Maintains module-wide state..
misc/cpplint.py:1245
↓ 1 callersClass_ExternCInfo
Stores information about an 'extern "C"' block.
misc/cpplint.py:2746
↓ 1 callersClass_FunctionState
Tracks current function name and the number of lines in its body.
misc/cpplint.py:1486
↓ 1 callersClass_IncludeState
Tracks line numbers for includes, and the order in which includes appear. include_list contains list of lists of (header, line number) pairs. It'
misc/cpplint.py:1069
↓ 1 callersClass_NamespaceInfo
Stores information about a namespace.
misc/cpplint.py:2822
↓ 1 callersClass_PreprocessorInfo
Stores checkpoints of nesting stacks when #if/#else is seen.
misc/cpplint.py:2883
↓ 1 callersClassstat
grape/util.h:146
ClassAdjList
grape/graph/adj_list.h:144
ClassAdjList
grape/graph/mutable_csr_impl.h:29
ClassAppConfig
examples/analytical_apps/cuda/app_config.h:22
ClassAppendOnlyEdgecutFragment
examples/gnn_sampler/append_only_edgecut_fragment.h:282
ClassAppendOnlyEdgecutFragmentTraits
examples/gnn_sampler/fragment_indices.h:35
ClassAppendOnlyEdgecutFragmentTraits
examples/gnn_sampler/append_only_edgecut_fragment.h:269
ClassArchiveShuffle
grape/parallel/batch_shuffle_message_manager.h:66
ClassArray
grape/utils/gcontainer.h:77
ClassArray<EmptyType, _Alloc>
grape/utils/gcontainer.h:387
ClassArrayView
grape/cuda/utils/array_view.h:24
ClassAutoAppBase
grape/app/auto_app_base.h:38
ClassAutoParallelMessageManager
grape/app/auto_app_base.h:27
ClassAutoParallelMessageManager
grape/parallel/auto_parallel_message_manager.h:48
ClassBC
examples/analytical_apps/bc/bc.h:38
ClassBCContext
examples/analytical_apps/bc/bc_context.h:30
ClassBFS
examples/analytical_apps/bfs/bfs.h:36
ClassBFS
examples/analytical_apps/cuda/bfs/bfs.h:76
ClassBFSAuto
examples/analytical_apps/bfs/bfs_auto.h:37
ClassBFSAutoContext
examples/analytical_apps/bfs/bfs_auto_context.h:30
ClassBFSContext
examples/analytical_apps/bfs/bfs_context.h:30
ClassBFSContext
examples/analytical_apps/cuda/bfs/bfs.h:26
ClassBFSOpt
examples/analytical_apps/bfs/bfs_opt.h:36
ClassBFSOptContext
examples/analytical_apps/bfs/bfs_opt_context.h:30
ClassBasicEFileFragmentLoader
grape/fragment/basic_efile_fragment_loader.h:40
ClassBasicFragmentLoader
grape/fragment/basic_fragment_loader.h:29
ClassBasicFragmentLoaderBase
grape/fragment/basic_fragment_loader_base.h:245
ClassBasicFragmentMutator
grape/fragment/basic_fragment_mutator.h:43
ClassBasicLocalFragmentLoader
grape/fragment/basic_local_fragment_loader.h:22
ClassBasicRbFragmentLoader
grape/fragment/basic_rb_fragment_loader.h:24
ClassBasicVCDSFragmentLoader
grape/fragment/basic_vc_ds_fragment_loader.h:74
ClassBasicVCFragmentLoader
grape/fragment/basic_vc_fragment_loader.h:24
ClassBatchShuffleAppBase
grape/app/batch_shuffle_app_base.h:29
ClassBatchShuffleAppBase
grape/cuda/app/batch_shuffle_app_base.h:40
ClassBatchShuffleMessageManager
grape/app/batch_shuffle_app_base.h:26
ClassBatchShuffleMessageManager
grape/parallel/batch_shuffle_message_manager.h:110
ClassBatchShuffleMessageManager
grape/cuda/app/batch_shuffle_app_base.h:24
ClassBatchShuffleMessageManager
grape/cuda/parallel/batch_shuffle_message_manager.h:44
ClassBinaryVecIn
examples/analytical_apps/lcc/lcc_directed.h:71
ClassBinaryVecOut
examples/analytical_apps/lcc/lcc_directed.h:34
ClassBitset
* @brief Bitset is a highly-optimized bitset implementation. */
grape/utils/bitset.h:41
ClassBitset
grape/cuda/utils/bitset.h:30
ClassBitset<uint32_t>
grape/cuda/utils/bitset.h:33
ClassBitset<uint64_t>
grape/cuda/utils/bitset.h:106
ClassBlob
grape/graph/mutable_csr_impl.h:41
ClassBlockingQueue
grape/utils/concurrent_queue.h:35
ClassBreadthFirstSearchJob
ldbc_driver/src/main/java/science/atlarge/graphalytics/libgrape/algorithms/bfs/BreadthFirstSearchJob.java:9
ClassCDLP
examples/analytical_apps/cdlp/cdlp.h:37
ClassCDLP
examples/analytical_apps/cuda/cdlp/cdlp.h:127
ClassCDLPAuto
examples/analytical_apps/cdlp/cdlp_auto.h:38
ClassCDLPAutoContext
examples/analytical_apps/cdlp/cdlp_auto_context.h:28
ClassCDLPContext
examples/analytical_apps/cdlp/cdlp_context.h:31
ClassCDLPContext
examples/analytical_apps/cdlp/cdlp_context.h:33
ClassCDLPContext
examples/analytical_apps/cuda/cdlp/cdlp.h:28
ClassCDLPOpt
examples/analytical_apps/cdlp/cdlp_opt.h:37
ClassCDLPOptContext
examples/analytical_apps/cdlp/cdlp_opt_context.h:30
ClassCDLPOptUD
examples/analytical_apps/cdlp/cdlp_opt_ud.h:37
ClassCDLPOptUDDense
examples/analytical_apps/cdlp/cdlp_opt_ud_dense.h:37
ClassCOOFragment
grape/cuda/fragment/coo_fragment.h:30
ClassCSREdgecutFragmentBase
grape/fragment/csr_edgecut_fragment_base.h:34
ClassCTAWorkScheduler
grape/cuda/parallel/parallel_engine.h:451
ClassCommImpl
grape/communication/sync_comm.h:251
ClassCommImpl<Array<T, ALLOC_T>, typename std::enable_if<std::is_pod<T>::value>::type>
grape/communication/sync_comm.h:395
ClassCommImpl<IdIndexer<OID_T, VID_T>>
grape/graph/id_indexer.h:752
ClassCommImpl<InArchive, void>
grape/communication/sync_comm.h:457
ClassCommImpl<OutArchive, void>
grape/communication/sync_comm.h:496
ClassCommImpl<StringViewVector, void>
grape/communication/sync_comm.h:542
ClassCommImpl<T, typename std::enable_if<std::is_pod<T>::value>::type>
grape/communication/sync_comm.h:308
ClassCommImpl<id_indexer_impl::KeyBuffer<T>>
grape/graph/id_indexer.h:229
ClassCommImpl<id_indexer_impl::KeyBuffer<nonstd::string_view>>
grape/graph/id_indexer.h:242
ClassCommImpl<std::vector<T>, typename std::enable_if<!std::is_pod<T>::value>::type>
grape/communication/sync_comm.h:589
ClassCommImpl<std::vector<T>, typename std::enable_if<std::is_pod<T>::value>::type>
grape/communication/sync_comm.h:333
ClassCommSpec
grape/fragment/immutable_edgecut_fragment.h:48
ClassCommSpec
* @brief CommSpec records the mappings of fragments, workers, and the * threads(tasks) in each worker. * */
grape/worker/comm_spec.h:34
ClassCommunicator
* @brief Communicator provides methods to implement distributed aggregation, * such as Min/Max/Sum. * */
grape/communication/communicator.h:35
ClassCommunicator
grape/cuda/communication/communicator.h:29
ClassCommunityDetectionJob
ldbc_driver/src/main/java/science/atlarge/graphalytics/libgrape/algorithms/cdlp/CommunityDetectionJob.java:9
next →1–100 of 479, ranked by callers