MCPcopy Create free account

hub / github.com/alibaba/libgrape-lite / functions

Functions2,721 in github.com/alibaba/libgrape-lite

↓ 1 callersMethodRemoveEdges
grape/fragment/basic_fragment_mutator.h:333
↓ 1 callersFunctionRemoveMultiLineComments
Removes multiline (c-style) comments from lines.
misc/cpplint.py:1869
↓ 1 callersFunctionRemoveMultiLineCommentsFromRange
Clears a range of lines for multi-line comments.
misc/cpplint.py:1861
↓ 1 callersMethodRemoveVertex
grape/fragment/basic_fragment_mutator.h:311
↓ 1 callersMethodRemoveVertices
grape/fragment/basic_fragment_mutator.h:316
↓ 1 callersMethodResetErrorCounts
Sets the module's error statistic back to zero.
misc/cpplint.py:1330
↓ 1 callersFunctionResetNolintSuppressions
Resets the set of NOLINT suppressions to empty.
misc/cpplint.py:1005
↓ 1 callersMethodResize
examples/gnn_sampler/fragment_indices.h:171
↓ 1 callersMethodRestoreFilters
Restores filters previously backed up.
misc/cpplint.py:1326
↓ 1 callersFunctionRunDirectedCDLP
examples/analytical_apps/run_app_opt.h:169
↓ 1 callersFunctionRunOpt
examples/analytical_apps/run_app_opt.h:322
↓ 1 callersFunctionRunUndirectedCDLP
examples/analytical_apps/run_app_opt.h:207
↓ 1 callersFunctionRunVC
examples/analytical_apps/run_app_vc.h:58
↓ 1 callersMethodSendRawMsgByFid
* @brief Send a buffer to a fragment. * * @param fid Destination fragment id. * @param arc Message buffer. */
grape/parallel/parallel_message_manager.h:204
↓ 1 callersMethodSendTo
grape/communication/shuffle.h:58
↓ 1 callersMethodSetBit
grape/cuda/utils/bitset.h:237
↓ 1 callersMethodSetBuffers
grape/communication/shuffle.h:122
↓ 1 callersMethodSetCountingStyle
Sets the module's counting options.
misc/cpplint.py:1289
↓ 1 callersMethodSetData
grape/fragment/mutable_edgecut_fragment.h:502
↓ 1 callersMethodSetFilters
Sets the error-message filters. These filters are applied when deciding whether to emit a given error message. Args: filters: A st
misc/cpplint.py:1293
↓ 1 callersMethodSetLastHeader
(self, header_path)
misc/cpplint.py:1146
↓ 1 callersMethodSetOutputFormat
Sets the output format for errors.
misc/cpplint.py:1273
↓ 1 callersMethodSetQuiet
Sets the module's quiet settings, and returns the previous setting.
misc/cpplint.py:1277
↓ 1 callersMethodSetVerboseLevel
Sets the module's verbosity, and returns the previous setting.
misc/cpplint.py:1283
↓ 1 callersMethodSetupBuffer
grape/parallel/batch_shuffle_message_manager.h:158
↓ 1 callersFunctionShouldCheckNamespaceIndentation
This method determines if we should apply our namespace indentation check. Args: nesting_state: The current nesting state. is_namespace_ind
misc/cpplint.py:6294
↓ 1 callersMethodShuffleVertex
grape/fragment/basic_fragment_loader_base.h:308
↓ 1 callersMethodStart
grape/fragment/basic_fragment_mutator.h:237
↓ 1 callersFunctionStringFormat
grape/util.h:71
↓ 1 callersMethodSwap
grape/utils/vertex_array.h:462
↓ 1 callersMethodSwap
grape/cuda/utils/vertex_array.h:124
↓ 1 callersMethodUpdate
Update nesting state with current line. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containin
misc/cpplint.py:3073
↓ 1 callersMethodUpdateEdges
grape/fragment/basic_fragment_mutator.h:383
↓ 1 callersFunctionUpdateIncludeState
Fill up the include_dict with new includes found from the file. Args: filename: the name of the header to read. include_dict: a dictionary
misc/cpplint.py:6025
↓ 1 callersMethodUpdatePreprocessor
Update preprocessor stack. We need to handle preprocessors due to classes like this: #ifdef SWIG struct ResultDetailsPageElementExten
misc/cpplint.py:3016
↓ 1 callersMethodUpdateVertex
grape/fragment/basic_fragment_mutator.h:345
↓ 1 callersMethodUpdateVertices
grape/fragment/basic_fragment_mutator.h:356
↓ 1 callersFunctionWarmupNccl
grape/cuda/utils/dev_utils.h:894
↓ 1 callersFunction_AddFilters
Adds more filter overrides. Unlike _SetFilters, this function does not reset the current list of filters available. Args: filters: A strin
misc/cpplint.py:1466
↓ 1 callersFunction_BackupFilters
Saves the current filter list to backup storage.
misc/cpplint.py:1478
↓ 1 callersFunction_ClassifyInclude
Figures out what kind of header 'include' is. Args: fileinfo: The current file cpplint is running over. A FileInfo instance. include: The p
misc/cpplint.py:4972
↓ 1 callersMethod_CollapseStrings
Collapses strings and chars on a line to simple "" or '' blocks. We nix strings first so we're not fooled by text like '"http://"' Args:
misc/cpplint.py:1929
↓ 1 callersFunction_ExpandDirectories
Searches a list of filenames and replaces directories in the list with all files descending from those directories. Files with extensions not in t
misc/cpplint.py:6817
↓ 1 callersFunction_FilterExcludedFiles
Filters out files listed in the --exclude command line switch. File paths in the switch are evaluated relative to the current working directory
misc/cpplint.py:6848
↓ 1 callersFunction_Filters
Returns the module's list of output filters, as a list.
misc/cpplint.py:1449
↓ 1 callersFunction_GetTextInside
r"""Retrieves all the text between matching open and close parentheses. Given a string of lines and a regular expression string, retrieve all the t
misc/cpplint.py:5138
↓ 1 callersFunction_IsParentOrSame
Return true if child is subdirectory of parent. Assumes both paths are absolute and don't contain symlinks.
misc/cpplint.py:6858
↓ 1 callersFunction_IsType
Check if expression looks like a type name, returns true if so. Args: clean_lines: A CleansedLines instance containing the file. nesting_st
misc/cpplint.py:3985
↓ 1 callersFunction_OutputFormat
Gets the module's output format.
misc/cpplint.py:1416
↓ 1 callersFunction_Quiet
Return's the module's quiet setting.
misc/cpplint.py:1425
↓ 1 callersFunction_SetCountingStyle
Sets the module's counting options.
misc/cpplint.py:1444
↓ 1 callersFunction_SetFilters
Sets the module's error-message filters. These filters are applied when deciding whether to emit a given error message. Args: filters: A s
misc/cpplint.py:1454
↓ 1 callersFunction_SetOutputFormat
Sets the module's output format.
misc/cpplint.py:1421
↓ 1 callersFunction_SetQuiet
Set the module's quiet status, and return previous setting.
misc/cpplint.py:1429
↓ 1 callersFunction_ShouldPrintError
If confidence >= verbose, category passes filter and is not suppressed.
misc/cpplint.py:1655
↓ 1 callersFunction__construct_range_forward
grape/utils/gcontainer.h:36
↓ 1 callersMethodaddJobArguments
(List<String> args)
ldbc_driver/src/main/java/science/atlarge/graphalytics/libgrape/LibgrapeJob.java:45
↓ 1 callersMethodadd_forward_edges
grape/graph/de_mutable_csr.h:260
↓ 1 callersMethodadd_reversed_edges
grape/graph/de_mutable_csr.h:270
↓ 1 callersMethodadd_vertex
grape/vertex_map/vertex_map.h:385
↓ 1 callersMethodapply_mutation
grape/app/mutation_context.h:187
↓ 1 callersFunctionbcast_small_buffer
grape/communication/sync_comm.h:222
↓ 1 callersMethodbegin
grape/utils/iterator_pair.h:31
↓ 1 callersFunctionbinary_remove_one_with_tomb
grape/graph/mutable_csr_impl.h:187
↓ 1 callersFunctionbinary_remove_with_tomb
grape/graph/mutable_csr_impl.h:145
↓ 1 callersFunctionbinary_update
grape/graph/mutable_csr_impl.h:237
↓ 1 callersFunctionbinary_update_one
grape/graph/mutable_csr_impl.h:266
↓ 1 callersFunctionblockReduceMax
grape/cuda/utils/dev_utils.h:265
↓ 1 callersMethodbucket_count
grape/graph/id_indexer.h:407
↓ 1 callersMethodchunk_size
grape/utils/message_buffer_pool.h:185
↓ 1 callersMethodclear
grape/utils/varint.h:77
↓ 1 callersFunctioncreate_directories
grape/util.h:159
↓ 1 callersMethodcuda_event
grape/cuda/utils/event.h:53
↓ 1 callersMethoddecode
grape/utils/varint.h:146
↓ 1 callersMethoddecode_u32
grape/utils/varint.h:101
↓ 1 callersMethoddecode_u64
grape/utils/varint.h:116
↓ 1 callersMethoddeserialize
grape/vertex_map/partitioner.h:157
↓ 1 callersMethoddeserialize
grape/vertex_map/idxers/sorted_array_idxer.h:59
↓ 1 callersMethoddeserialize
grape/fragment/fragment_base.h:125
↓ 1 callersMethoddump
grape/utils/pthash_utils/single_phf_view.h:34
↓ 1 callersMethodempty
grape/graph/mutable_csr.h:156
↓ 1 callersMethodencode_u32
grape/utils/varint.h:44
↓ 1 callersMethodencode_u64
grape/utils/varint.h:68
↓ 1 callersMethodend
grape/utils/iterator_pair.h:32
↓ 1 callersFunctionestimate_pool_size
grape/utils/message_buffer_pool.h:94
↓ 1 callersMethodexec
grape/parallel/batch_shuffle_message_manager.h:87
↓ 1 callersFunctionextend_indexer
grape/vertex_map/idxers/idxers.h:70
↓ 1 callersMethodfinish
grape/vertex_map/vertex_map.h:394
↓ 1 callersFunctionforeach_rval_helper
grape/communication/shuffle.h:329
↓ 1 callersFunctionget_available_memory
grape/util.h:217
↓ 1 callersMethodget_bit
grape/cuda/utils/bitset.h:79
↓ 1 callersMethodget_bucket_id
grape/fragment/basic_vc_ds_fragment_loader.h:50
↓ 1 callersMethodget_fragment_id
grape/vertex_map/vertex_map.h:381
↓ 1 callersMethodget_index
grape/vertex_map/idxers/hashmap_idxer.h:37
↓ 1 callersMethodget_index
grape/vertex_map/idxers/hashmap_idxer_view.h:40
↓ 1 callersMethodget_most_frequent_label
examples/analytical_apps/cdlp/cdlp_utils.h:174
↓ 1 callersMethodget_partition_bucket_id
grape/fragment/basic_vc_ds_fragment_loader.h:58
↓ 1 callersMethodget_positive_count
grape/cuda/utils/bitset.h:86
↓ 1 callersFunctionget_rss
grape/cuda/utils/cuda_utils.h:136
↓ 1 callersMethodget_total_vertices_num
grape/vertex_map/partitioner.h:321
← previousnext →701–800 of 2,721, ranked by callers