MCPcopy Create free account

hub / github.com/NVIDIA-Merlin/HugeCTR / types & classes

Types & classes981 in github.com/NVIDIA-Merlin/HugeCTR

↓ 165 callersClassTensorParams
HugeCTR/core23/tensor.hpp:35
↓ 152 callersClassTensor
HugeCTR/core23/tensor.hpp:37
↓ 72 callersClassRuntimeError
* An internal exception, as a child of std::runtime_error, to carry the error code. */
HugeCTR/core23/error.hpp:187
↓ 44 callersClassDevice
HugeCTR/core23/tensor.hpp:32
↓ 20 callersClassCUDAStream
HugeCTR/core23/cuda_stream.hpp:27
↓ 20 callersClassShape
HugeCTR/core23/shape.hpp:27
↓ 13 callersClassCostModel
benchmarks/embedding_collection/hugectr/sharding/planner.py:270
↓ 12 callersClassPlanner
The planner work out a series of plans iteratively. In each iteration, the planner tries to split the hottest shard and place the shards into
benchmarks/embedding_collection/hugectr/sharding/planner.py:364
↓ 8 callersClassDynamicVariable
Abbreviated as ``sok.DynamicVariable``. A variable that allocates memory dynamically. Parameters ---------- dimension: int
sparse_operation_kit/sparse_operation_kit/dynamic_variable.py:34
↓ 7 callersClassDataType
HugeCTR/core23/tensor.hpp:33
↓ 4 callersClassDataSourceParams
HugeCTR/include/io/filesystem.hpp:122
↓ 3 callersClassCompressOffset
notebooks/prototype_embedding_collection/op.py:147
↓ 3 callersClassCompressOffset
HugeCTR/embedding/operators/compress_offset.hpp:24
↓ 3 callersClassCriteoTsvReader
Input reader for pre-processed Criteo data. Raw Criteo data is assumed to be preprocessed in the following way: 1. Missing values are re
sparse_operation_kit/documents/tutorials/DLRM/dataset.py:20
↓ 3 callersClassCriteoTsvReader
Input reader for pre-processed Criteo data. Raw Criteo data is assumed to be preprocessed in the following way: 1. Missing values are re
test/sok_perf_test/dlrm/dataset.py:21
↓ 3 callersClassDemoModel
test/sok_perf_test/demo/model.py:147
↓ 3 callersClassEmbeddingShardingParam
notebooks/prototype_embedding_collection/common.py:19
↓ 3 callersClassNcclAll2AllComm
HugeCTR/embedding/operators/communication.hpp:34
↓ 3 callersClassNetworkBackward
HugeCTR/embedding/operators/network_backward.hpp:26
↓ 3 callersClassNetworkForward
HugeCTR/embedding/operators/network_forward.hpp:103
↓ 3 callersClassOptimizerWrapperV2
sparse_operation_kit/sparse_operation_kit/optimizer.py:231
↓ 3 callersClassSOKDenseDemo
sparse_operation_kit/documents/tutorials/DenseDemo/models.py:146
↓ 3 callersClassSOK_var_info
sparse_operation_kit/sparse_operation_kit/dump_load.py:146
↓ 2 callersClassBinaryDataset
sparse_operation_kit/documents/tutorials/DLRM_Benchmark/dataset.py:9
↓ 2 callersClassBinaryDataset
sparse_operation_kit/SOK_DLRM_Benchmark/dataset.py:10
↓ 2 callersClassCostModel
samples/dlrm/sharding/planner.py:143
↓ 2 callersClassDenseLayer
HugeCTR/include/pybind/model.hpp:209
↓ 2 callersClassDenseLayerComputeConfig
HugeCTR/include/pybind/model.hpp:202
↓ 2 callersClassEmbeddingParameterInfo
HugeCTR/embedding_storage/weight_io/data_info.hpp:157
↓ 2 callersClassEmbeddingTableParam
notebooks/prototype_embedding_collection/embedding_table.py:12
↓ 2 callersClassGradIndexCalculation
notebooks/prototype_embedding_collection/op.py:159
↓ 2 callersClassKernelParams
HugeCTR/core23/kernel_params.hpp:23
↓ 2 callersClassMLP
sparse_operation_kit/example/sok_train_hps_inference/sok_train.py:86
↓ 2 callersClassMLP
Sequential multi-layer perceptron (MLP) block.
sparse_operation_kit/documents/tutorials/DLRM_Benchmark/model.py:100
↓ 2 callersClassMLP
Sequential multi-layer perceptron (MLP) block.
sparse_operation_kit/documents/tutorials/DLRM/models.py:120
↓ 2 callersClassMLP
Sequential multi-layer perceptron (MLP) block.
sparse_operation_kit/SOK_DLRM_Benchmark/model.py:85
↓ 2 callersClassMLP
Sequential multi-layer perceptron (MLP) block.
test/sok_perf_test/dlrm/models.py:122
↓ 2 callersClassOffsettedBuffer
HugeCTR/core23/buffer.hpp:30
↓ 2 callersClassPlanner
The planner work out a series of plans iteratively. In each iteration, the planner tries to split the hottest shard and place the shards into
samples/dlrm/sharding/planner.py:205
↓ 2 callersClassShardingState
Containing the state of a sharding process. The plan iteratively update the sharding state based on a given heuristic and obtain solution
samples/dlrm/sharding/planner.py:22
↓ 2 callersClassShardingState
Containing the state of a sharding process. The plan iteratively update the sharding state based on a given heuristic and obtain solution
benchmarks/embedding_collection/hugectr/sharding/planner.py:38
↓ 2 callersClassSplitedBinaryDataset
sparse_operation_kit/documents/tutorials/DLRM_Benchmark/dataset.py:182
↓ 2 callersClassSyntheticDataset
sparse_operation_kit/documents/tutorials/DLRM_Benchmark/dataset.py:367
↓ 2 callersClassnccl_communication
notebooks/prototype_embedding_collection/utils.py:41
↓ 1 callersClassAll2All
notebooks/prototype_embedding_collection/op.py:663
↓ 1 callersClassAllocator
HugeCTR/core23/allocator.hpp:26
↓ 1 callersClassAllreduceInplace
notebooks/prototype_embedding_collection/op.py:675
↓ 1 callersClassAverageCombiner
HugeCTR/embedding/operators/compress_offset.hpp:38
↓ 1 callersClassBinaryToCSV
sparse_operation_kit/documents/tutorials/DLRM/bin2csv.py:28
↓ 1 callersClassBinaryToCSV
test/sok_perf_test/dlrm/bin2csv.py:28
↓ 1 callersClassCost
samples/dlrm/sharding/planner.py:129
↓ 1 callersClassCost
benchmarks/embedding_collection/hugectr/sharding/planner.py:256
↓ 1 callersClassCudaDeviceContext
* Helper class for switching device */
HugeCTR/include/utils.hpp:216
↓ 1 callersClassCudaException
gpu_cache/include/nv_util.h:39
↓ 1 callersClassDLRM
sparse_operation_kit/example/sok_train_hps_inference/sok_train.py:171
↓ 1 callersClassDLRM
sparse_operation_kit/documents/tutorials/DLRM_Benchmark/model.py:222
↓ 1 callersClassDLRM
sparse_operation_kit/documents/tutorials/DLRM/models.py:243
↓ 1 callersClassDLRM
sparse_operation_kit/SOK_DLRM_Benchmark/model.py:199
↓ 1 callersClassDLRM
test/sok_perf_test/dlrm/models.py:245
↓ 1 callersClassDPEmbedding
notebooks/prototype_embedding_collection/embedding.py:344
↓ 1 callersClassDPIndexCalculation
notebooks/prototype_embedding_collection/op.py:355
↓ 1 callersClassDPLocalReduce
notebooks/prototype_embedding_collection/op.py:605
↓ 1 callersClassDPLocalReduceIndexCalculation
notebooks/prototype_embedding_collection/op.py:282
↓ 1 callersClassDPModelForward
notebooks/prototype_embedding_collection/op.py:400
↓ 1 callersClassDPModelForward
HugeCTR/embedding/operators/model_forward.hpp:23
↓ 1 callersClassDataConverter
samples/dlrm/preprocessing/convert_to_raw.py:49
↓ 1 callersClassDataGenerator
HugeCTR/include/data_generator.hpp:1102
↓ 1 callersClassDataGeneratorParams
HugeCTR/include/data_generator.hpp:1072
↓ 1 callersClassDataReaderSparseParam
HugeCTR/include/common.hpp:235
↓ 1 callersClassDistributedVariable
sparse_operation_kit/sparse_operation_kit/distributed_variable.py:126
↓ 1 callersClassDotInteraction
Dot interaction layer. See theory in the DLRM paper: https://arxiv.org/pdf/1906.00091.pdf, section 2.1.3. Sparse activations and dense activat
sparse_operation_kit/documents/tutorials/DLRM_Benchmark/model.py:143
↓ 1 callersClassDotInteraction
Dot interaction layer. See theory in the DLRM paper: https://arxiv.org/pdf/1906.00091.pdf, section 2.1.3. Sparse activations and dense activat
sparse_operation_kit/documents/tutorials/DLRM/models.py:160
↓ 1 callersClassDotInteraction
Dot interaction layer. See theory in the DLRM paper: https://arxiv.org/pdf/1906.00091.pdf, section 2.1.3. Sparse activations and dense activat
test/sok_perf_test/dlrm/models.py:162
↓ 1 callersClassEmbeddingCollection
notebooks/prototype_embedding_collection/embedding.py:473
↓ 1 callersClassEmbeddingCollectionParam
notebooks/prototype_embedding_collection/common.py:11
↓ 1 callersClassEmbeddingIO
this unit test is same with test_embedding_collection.cpp this unit test is add embedding load dump during iteration will remove to a new unit test so
test/utest/embedding_collection/test_embedding_collection_load_dump.cpp:38
↓ 1 callersClassEmbeddingParam
notebooks/prototype_embedding_collection/common.py:4
↓ 1 callersClassEmbeddingPlanner
notebooks/prototype_embedding_collection/embedding.py:8
↓ 1 callersClassFileType
sparse_operation_kit/sparse_operation_kit/dump_load.py:181
↓ 1 callersClassGraphBuilder
onnx_converter/hugectr2onnx/graph_builder.py:23
↓ 1 callersClassGroupedEmbeddingTable
notebooks/prototype_embedding_collection/embedding_table.py:246
↓ 1 callersClassGroupedStaticEmbeddingTable
notebooks/prototype_embedding_collection/embedding_table.py:132
↓ 1 callersClassHMemCacheConfig
HugeCTR/include/embedding_training_cache/hmem_cache/hmem_cache.hpp:22
↓ 1 callersClassHashtableEmbedding
test/sok_perf_test/demo/model.py:28
↓ 1 callersClassHdfsConfigs
HugeCTR/include/io/hadoop_filesystem.hpp:27
↓ 1 callersClassHorovodTool
sparse_operation_kit/sparse_operation_kit/communication.py:125
↓ 1 callersClassHugeCTRLoader
onnx_converter/hugectr2onnx/hugectr_loader.py:114
↓ 1 callersClassInferenceModel
sparse_operation_kit/example/sok_train_hps_inference/hps_use_sok_weight_inference.py:100
↓ 1 callersClassInitParams
HugeCTR/embedding_storage/common.hpp:41
↓ 1 callersClassInput
HugeCTR/include/pybind/model.hpp:166
↓ 1 callersClassInteractionDCNArch
sparse_operation_kit/SOK_DLRM_Benchmark/model.py:165
↓ 1 callersClassLayerParams
onnx_converter/hugectr2onnx/hugectr_loader.py:68
↓ 1 callersClassLearningRateScheduler
LR Scheduler combining Polynomial Decay with Warmup at the beginning. TF-based cond operations necessary for performance in graph mode.
sparse_operation_kit/documents/tutorials/DLRM_Benchmark/trainer.py:63
↓ 1 callersClassLearningRateScheduler
LR Scheduler combining Polynomial Decay with Warmup at the beginning. TF-based cond operations necessary for performance in graph mode.
sparse_operation_kit/SOK_DLRM_Benchmark/trainer.py:64
↓ 1 callersClassLocalizedEmbedding
notebooks/prototype_embedding_collection/embedding.py:93
↓ 1 callersClassLocalizedVariable
sparse_operation_kit/sparse_operation_kit/distributed_variable.py:235
↓ 1 callersClassLowRankCrossNetLayer
sparse_operation_kit/SOK_DLRM_Benchmark/model.py:128
↓ 1 callersClassModel
notebooks/prototype_embedding_collection/main.py:13
↓ 1 callersClassModelBackward
notebooks/prototype_embedding_collection/op.py:554
↓ 1 callersClassModelBackwardIndexCalculation
notebooks/prototype_embedding_collection/op.py:240
next →1–100 of 981, ranked by callers