MCPcopy Create free account

hub / github.com/LBANN/lbann / types & classes

Types & classes1,225 in github.com/LBANN/lbann

↓ 358 callersClassZero
applications/nas/nasnet/search/operations.py:151
↓ 166 callersClassIR
tools/compute_mean/Mat.hpp:13
↓ 157 callersClasslbann_exception
tools/compute_mean/lbann/utils/exception.hpp:57
↓ 49 callersClassSqrt
Apply the Sqrt operator entrywise.
python/lbann/core/operators.py:714
↓ 47 callersClassMax
Apply the Max operator entrywise.
python/lbann/core/operators.py:452
↓ 39 callersClassScale
Scale each input value by a constant value (c*x).
python/lbann/core/operators.py:593
↓ 29 callersClasstype_erased_matrix
@class type_erased_matrix * @brief A type-erased wrapper around an @c El::Matrix<T,Device::CPU> * * @warning This class is an implementation deta
include/lbann/utils/type_erased_matrix.hpp:45
↓ 19 callersClasstransform
* Abstract base class for transforms on data. * * A transform takes a CPUMat and modifies it in-place. Transforms should * be thread-safe, as one i
include/lbann/transforms/transform.hpp:50
↓ 17 callersClassresize
Resize an image. */
include/lbann/transforms/vision/resize.hpp:38
↓ 14 callersClassExp
Apply the Exp operator entrywise.
python/lbann/core/operators.py:273
↓ 12 callersClassResBlock
applications/gan/image/gan_model.py:43
↓ 11 callersClassMod
Apply the Mod operator entrywise.
python/lbann/core/operators.py:492
↓ 10 callersClassConvBNRelu
Convolution -> Batch normalization -> ReLU Basic unit for ResNets. Assumes image data in NCHW format.
python/lbann/models/resnet.py:8
↓ 10 callersClassConvBNRelu
Convolution -> Batch normalization -> ReLU Basic unit for ResNets. Assumes image data in NCHW format.
applications/selfsupervised/resnet.py:9
↓ 10 callersClassop
src/layers/activations/relu.cpp:37
↓ 9 callersClassA
tests/test_stack_tracing/test_sigsev_tracing.cpp:33
↓ 9 callersClassSystemParams
Simple data structure to describe an LC system.
python/lbann/contrib/lc/systems.py:9
↓ 8 callersClassChannelwiseFullyConnectedModule
Basic block for channelwise fully-connected neural networks. Applies a dense linearity channelwise and a nonlinear activation function.
python/lbann/modules/base.py:134
↓ 8 callersClassGPTConfig
A simple size configuration entry for GPT-3 models.
applications/nlp/transformer/pretrain_gpt.py:28
↓ 8 callersClassGPTConfig
applications/nlp/transformer/pytorch-reference/pretrain_gpt.py:23
↓ 6 callersClassBatchNorm
applications/nas/nasnet/search/operations.py:18
↓ 6 callersClassGather
include/lbann/layers/transform/distconv/distconv_gather.hpp:41
↓ 6 callersClassLayerNorm
See https://pytorch.org/docs/stable/generated/torch.nn.LayerNorm.html
python/lbann/models/transformer.py:20
↓ 6 callersClassMin
Apply the Min operator entrywise.
python/lbann/core/operators.py:472
↓ 6 callersClasscenter_crop
Crop an image at the center. */
include/lbann/transforms/vision/center_crop.hpp:38
↓ 6 callersClassrandom_crop
Crop an image at a random location. */
include/lbann/transforms/vision/random_crop.hpp:38
↓ 5 callersClassConvBnRelu
applications/selfsupervised/modules.py:51
↓ 5 callersClassDownsample
Downsample a 2D tensor using average pooling.
applications/gan/image/gan_model.py:29
↓ 5 callersClassFFTShift
Shift zero-frequency component of discrete Fourier transform to center of spectrum. The input can have any dimension, although the first dime
python/lbann/contrib/modules/fftshift.py:8
↓ 5 callersClassIdentity
applications/nas/nasnet/search/operations.py:143
↓ 5 callersClassMOFDataset
Custom Dataset loader for MOF data.
applications/MOF/data/MOFdataset.py:7
↓ 5 callersClassPool
applications/nas/nasnet/search/operations.py:189
↓ 5 callersClassRadialProfile
Compute average pixel value w.r.t. distance from image center. We compute the distance between each image pixel and the image center. These d
python/lbann/contrib/modules/radial_profile.py:5
↓ 5 callersClassUpsample
Nearest-neighbor upsample a 2D tensor by a factor of 2 using the native gather layer.
applications/gan/image/gan_model.py:5
↓ 5 callersClassmodel
include/lbann/layers/layer.hpp:86
↓ 5 callersClassrandom_affine
Apply a random affine transform to an image. */
include/lbann/transforms/vision/random_affine.hpp:38
↓ 4 callersClassCosh
Apply the Cosh operator entrywise.
python/lbann/core/operators.py:217
↓ 4 callersClassGenerator
applications/gan/image/gan_model.py:55
↓ 4 callersClassSepConv
applications/nas/nasnet/search/operations.py:105
↓ 4 callersClassTrackModule
applications/CANDLE/pilot1/combo.py:5
↓ 4 callersClassTransformerDecoderLayerAllSubGraphInputSubGrids
Building block for decoder in Transformer model. Comprised of two multi-head attention modules and a fully-connected feedforward network, eac
python/lbann/models/subgraph/transformer.py:744
↓ 4 callersClassnormalize
* Normalize with mean and standard deviation. * This is done channel-wise for images. If the input does not have channels, * (e.g. it is not an imag
include/lbann/transforms/normalize.hpp:46
↓ 4 callersClassrandom_resized_crop
* Extract a crop of random size and aspect ratio, then crop to a size. * This is commonly used for Inception-style networks and some other * image c
include/lbann/transforms/vision/random_resized_crop.hpp:42
↓ 4 callersClassrandom_resized_crop_with_fixed_aspect_ratio
Resize an image then extract a random crop. */
include/lbann/transforms/vision/random_resized_crop_with_fixed_aspect_ratio.hpp:38
↓ 4 callersClassresized_center_crop
Resize an image and then crop its center. */
include/lbann/transforms/vision/resized_center_crop.hpp:38
↓ 3 callersClassCos
Apply the Cos operator entrywise.
python/lbann/core/operators.py:208
↓ 3 callersClassDenseGCNConv
python/lbann/modules/graph/dense/DenseGCNConv.py:6
↓ 3 callersClassDenseGraphConv
python/lbann/modules/graph/dense/DenseGraphConv.py:5
↓ 3 callersClassDilConv
applications/nas/nasnet/search/operations.py:57
↓ 3 callersClassFactorizedReduce
applications/nas/nasnet/search/operations.py:163
↓ 3 callersClassFullyConnectedModule
Basic block for fully-connected neural networks. Applies a dense linearity and a nonlinear activation function.
python/lbann/modules/base.py:38
↓ 3 callersClassNonexistentArchiveFile
include/lbann/io/persist.hpp:147
↓ 3 callersClassPow
Apply the Pow operator entrywise.
python/lbann/core/operators.py:539
↓ 3 callersClassReLUConvBN
applications/nas/nasnet/search/operations.py:40
↓ 3 callersClassSystemParams
Simple data structure to describe an OLCF system.
python/lbann/contrib/olcf/systems.py:9
↓ 3 callersClassTanh
Apply the Tanh operator entrywise.
python/lbann/core/operators.py:770
↓ 3 callersClassTransformerEncoderLayerAllSubgraph
Building block for encoder in Transformer model. Comprised of multi-head attention and a fully-connected feedforward network, each with a res
python/lbann/models/subgraph/transformer.py:21
↓ 3 callersClassUNet3DConvBlock
Basic block of an optional concatenation layer and a list of 3D convolutional layers.
applications/segmentation/unet3d/unet3d_network_architectures.py:107
↓ 3 callersClassWeights
Trainable parameters for neural network.
python/lbann/core/weights.py:25
↓ 3 callersClasshorizontal_flip
Horizontally flip image data with given probability. */
include/lbann/transforms/vision/horizontal_flip.hpp:38
↓ 3 callersClassvertical_flip
Vertically flip image data with given probability. */
include/lbann/transforms/vision/vertical_flip.hpp:38
↓ 2 callersClassCosmoFlow
CosmoFlow neural network. See: Amrita Mathuriya, Deborah Bard, Peter Mendygral, Lawrence Meadows, James Arnemann, Lei Shao,
model_zoo/cosmoflow/cosmoflow.py:17
↓ 2 callersClassCosmoflowDataset
applications/physics/cosmology/cosmoflow/ref/data.py:10
↓ 2 callersClassEpochTerminationCriteria
include/lbann/execution_algorithms/sgd_execution_context.hpp:173
↓ 2 callersClassGCNConv
GCN Conv later. See: https://arxiv.org/abs/1609.02907
python/lbann/modules/graph/sparse/GCNConv.py:7
↓ 2 callersClassGraphConv
Graph Conv layer. See: https://arxiv.org/abs/1609.02907
python/lbann/modules/graph/sparse/GraphConv.py:7
↓ 2 callersClassLeNet5
LeNet-5, as presented in Y. LeCun et al., "Gradient-Based Learning Applied to Document Recognition", Proc. IEEE 1998.
ci_test/pytorch_tests/test_lenet.py:38
↓ 2 callersClassMemUsage
src/callbacks/memory_profiler.cpp:155
↓ 2 callersClassMultiheadAttention
Parallel instances of scaled dot-product attention. See: Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan
python/lbann/modules/transformer.py:9
↓ 2 callersClassMutationStrategy
The strategy for mutation after a tournament in LTFB. When a trainer loses in a LTFB tournament, the winning model is copied ov
python/lbann/core/training_algorithm.py:189
↓ 2 callersClassOpaque
An opaque PyTorch module that prohibits Dynamo from inlining the contents of the original module, which might not be compilable.
python/lbann/torch/opaque.py:38
↓ 2 callersClassPositionalEncoding
Positional encoding, adapted from https://pytorch.org/tutorials/beginner/transformer_tutorial.html for batch_first operation.
applications/nlp/transformer/pytorch-reference/train_transformer_translation.py:87
↓ 2 callersClassScatter
include/lbann/layers/transform/distconv/distconv_scatter.hpp:41
↓ 2 callersClassSelectImpl
src/operators/math/select.cpp:35
↓ 2 callersClassSelectImplConstant
src/operators/math/select.cpp:119
↓ 2 callersClassSelectImplIfFalse
src/operators/math/select.cpp:92
↓ 2 callersClassSelectImplIfTrue
src/operators/math/select.cpp:65
↓ 2 callersClassSin
Apply the Sin operator entrywise.
python/lbann/core/operators.py:678
↓ 2 callersClassSinh
Apply the Sinh operator entrywise.
python/lbann/core/operators.py:687
↓ 2 callersClassTransformerEncoderLayerAllSubgraphInputSubGrids
Building block for encoder in Transformer model. Comprised of multi-head attention and a fully-connected feedforward network, each with a res
python/lbann/models/subgraph/transformer.py:246
↓ 2 callersClassbatch_functional_inference_algorithm
@brief Class for LBANN batch inference algorithms. * * This execution algorithm is meant for running inference using a trained * model and sample
include/lbann/execution_algorithms/batch_functional_inference_algorithm.hpp:46
↓ 2 callersClasscolorize
Convert an image from grayscale to color. */
include/lbann/transforms/vision/colorize.hpp:38
↓ 2 callersClassembedding_layer
include/lbann/layers/learning/embedding.hpp:53
↓ 2 callersClassgrayscale
Convert an image to grayscale. */
include/lbann/transforms/vision/grayscale.hpp:38
↓ 2 callersClassobject
@brief Wrapper around a Python object pointer. * * Manages the reference count for a @c PyObject pointer and is * implicitly convertible to the p
include/lbann/utils/python.hpp:116
↓ 2 callersClassparameterized
ci_test/pytorch_tests/test_simple.py:72
↓ 2 callersClassparse_error
@class parse_error * @brief std::exception subclass that is thrown if the parser * can not parse the arguments. */
include/lbann/utils/argument_parser.hpp:52
↓ 2 callersClassprint_statistics
Periodically print computational results. * Prints average objective function value and metric scores after * each training epoch and evaluation.
include/lbann/callbacks/print_statistics.hpp:41
↓ 2 callersClassstat
src/data_store/data_store_conduit.cpp:1371
↓ 2 callersClassto_lbann_layout
* Convert data to LBANN's native data layout. * Currently only supports converting from OpenCV layouts. * This will also rescale data from [0, 255]
include/lbann/transforms/vision/to_lbann_layout.hpp:42
↓ 1 callersClassAcos
Apply the Acos operator entrywise.
python/lbann/core/operators.py:78
↓ 1 callersClassAcosh
Apply the Acosh operator entrywise.
python/lbann/core/operators.py:87
↓ 1 callersClassAddToGrad
src/objective_functions/weight_regularization/l2.cpp:192
↓ 1 callersClassAsin
Apply the Asin operator entrywise.
python/lbann/core/operators.py:116
↓ 1 callersClassAsinh
Apply the Asinh operator entrywise.
python/lbann/core/operators.py:125
↓ 1 callersClassAtan
Apply the Atan operator entrywise.
python/lbann/core/operators.py:134
↓ 1 callersClassAtanh
Apply the Atanh operator entrywise.
python/lbann/core/operators.py:143
↓ 1 callersClassB
tests/test_stack_tracing/test_sigsev_tracing.cpp:49
↓ 1 callersClassBadSubstitutionPattern
@brief Indicates that an invalid pattern is detected. */
unit_test/utilities/ReplaceEscapes.hpp:95
↓ 1 callersClassBatchNormModule
applications/selfsupervised/modules.py:5
next →1–100 of 1,225, ranked by callers