Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LBANN/lbann
/ functions
Functions
8,063 in github.com/LBANN/lbann
⨍
Functions
8,063
◇
Types & classes
1,225
↳
Endpoints
4
↓ 37 callers
Method
get
include/lbann/utils/dnn_lib/cudnn/utils.hpp:70
↓ 37 callers
Method
get_values_sharded
src/weights/data_type_weights.cpp:320
↓ 37 callers
Function
join_path
include/lbann/utils/file_utils.hpp:147
↓ 37 callers
Method
mark_updated
src/layers/distconv_adapter.cpp:463
↓ 37 callers
Method
size
include/lbann/data_readers/sample_list_open_files_impl.hpp:113
↓ 36 callers
Method
get_values
src/weights/data_type_weights.cpp:303
↓ 36 callers
Method
mark_invariant
src/layers/distconv_adapter.cpp:468
↓ 35 callers
Method
get_child_layers
src/layers/layer.cpp:891
↓ 35 callers
Method
get_data_layout
src/layers/learning/gru.cpp:104
↓ 35 callers
Method
get_gradient_buffer
src/execution_algorithms/kfac/kfac_block_gru.cpp:1102
↓ 35 callers
Method
get_procs_in_world
Return the total number of ranks. */
include/lbann/comm.hpp:229
↓ 35 callers
Function
hash_combine
include/lbann/utils/hash.hpp:47
↓ 35 callers
Function
load_parameter
Create a PyTorch Parameter object with weights from LBANN. Weight file is assumed to have been created by the "dump weights" callback in LBAN
applications/nlp/transformer/evaluate_translation_bleu.py:95
↓ 34 callers
Method
exists
@todo Deprecated.
src/io/file_io.cpp:57
↓ 34 callers
Method
fp_compute
src/layers/misc/argmin.cpp:68
↓ 34 callers
Method
get_batch_interval
@brief Return the batch interval. */
include/lbann/callbacks/callback.hpp:200
↓ 34 callers
Method
size
include/lbann/data_readers/sample_list_impl.hpp:409
↓ 34 callers
Method
trainer_barrier
src/comm.cpp:714
↓ 33 callers
Function
build_string
include/lbann/utils/exception.hpp:160
↓ 33 callers
Function
check_error
src/utils/python.cpp:98
↓ 32 callers
Method
distconv_enabled
src/layers/layer.cpp:1096
↓ 32 callers
Method
get_trainer_master
Return the rank of the master process in this trainer. */
include/lbann/comm.hpp:186
↓ 32 callers
Method
intertrainer_gather
include/lbann/comm_impl.hpp:331
↓ 32 callers
Method
set_weights
include/lbann/layers/layer.hpp:742
↓ 31 callers
Method
add_header_line
Add line to script header. The header should specify configuration options for the job scheduler, without containing executable comma
python/lbann/launcher/batch_script.py:52
↓ 31 callers
Function
swap
src/utils/cudnn.cpp:180
↓ 30 callers
Method
bp_compute
src/layers/math/matmul.cpp:97
↓ 30 callers
Method
reset_mode
At the start of the epoch, set the execution mode and make sure that each layer points to this model
src/models/model.cpp:1513
↓ 29 callers
Function
test_func
Function that can interact with PyTest. Returns a dict containing log files and other output data.
ci_test/common_python/tools.py:772
↓ 29 callers
Method
wait
src/comm.cpp:636
↓ 28 callers
Method
get_input_size
src/layers/layer.cpp:314
↓ 28 callers
Method
get_num_trainers
Return the total number of trainers. */
include/lbann/comm.hpp:220
↓ 27 callers
Method
Get
src/layers/regularizers/local_response_normalization.cpp:45
↓ 27 callers
Method
MakeEmpty
src/layers/matrix_builder.hpp:90
↓ 27 callers
Method
get_grid_tag
src/layers/layer.cpp:254
↓ 27 callers
Method
get_layer
Get the layer being managed. */
include/lbann/utils/dnn_lib/dnn_lib.hpp:580
↓ 27 callers
Method
get_matrix_height
src/weights/weights.cpp:154
↓ 26 callers
Method
get_matrix_width
src/weights/weights.cpp:159
↓ 26 callers
Method
get_num_threads
@brief Query the number of worker threads actually present */
include/lbann/utils/threads/thread_pool.hpp:145
↓ 25 callers
Method
get_gradient_sharded
include/lbann/optimizers/data_type_optimizer_impl.hpp:120
↓ 25 callers
Method
get_output_size
src/layers/layer.cpp:340
↓ 25 callers
Method
get_role
* Get the role for this dataset. */
include/lbann/utils/dataset.hpp:71
↓ 25 callers
Method
set_dims
src/layers/transform/permute/cutt_permuteimpl.hpp:251
↓ 25 callers
Method
trainer_broadcast
include/lbann/comm_impl.hpp:48
↓ 24 callers
Method
decode
(self, x)
applications/graph/node2vec/model/random_projection.py:137
↓ 24 callers
Function
get_sync_info
include/lbann/utils/sync_info_helpers.hpp:39
↓ 24 callers
Method
save
src/layers/transform/cereal_registration/permute.cpp:42
↓ 24 callers
Function
to_string
include/lbann/io/persist_impl.hpp:59
↓ 24 callers
Method
trainer_reduce
include/lbann/comm_impl.hpp:470
↓ 23 callers
Method
allreduce
src/comm.cpp:559
↓ 23 callers
Method
has_weights
include/lbann/layers/layer.hpp:736
↓ 23 callers
Method
set_optimizer
src/weights/data_type_weights.cpp:216
↓ 23 callers
Method
set_value
src/weights/data_type_weights.cpp:359
↓ 22 callers
Method
evaluate
NOTE (trb 04/19/2021): Currently, "evaluate" is just defined as "run forward prop and look at objective functions/metrics/etc". This is currently impl
src/trainers/trainer.cpp:285
↓ 22 callers
Method
find_child_layer_index
src/layers/layer.cpp:919
↓ 22 callers
Function
init_random
src/utils/random_number_generators.cpp:164
↓ 22 callers
Method
set_initializer
src/weights/data_type_weights.cpp:175
↓ 21 callers
Function
exp
(x)
python/lbann/torch/replacements/functions.py:282
↓ 21 callers
Method
get_comm
include/lbann/models/model.hpp:650
↓ 21 callers
Method
get_max
include/lbann/operators/math/clamp.hpp:106
↓ 21 callers
Method
get_min
include/lbann/operators/math/clamp.hpp:105
↓ 21 callers
Method
get_objective_function
include/lbann/models/model.hpp:623
↓ 21 callers
Function
init_data_seq_random
src/utils/random_number_generators.cpp:204
↓ 21 callers
Method
model
src/models/model.cpp:72
↓ 20 callers
Method
add_command
Add executable command to script. Args: command (`str` or `Iterable` of `str`s): Program invocation or sequence o
python/lbann/launcher/batch_script.py:69
↓ 20 callers
Function
construct_std_options
src/utils/options.cpp:33
↓ 20 callers
Method
get_callbacks
include/lbann/models/model.hpp:634
↓ 20 callers
Function
get_mpi_comm
src/utils/distconv.cpp:331
↓ 20 callers
Method
get_weights
include/lbann/optimizers/data_type_optimizer_impl.hpp:75
↓ 20 callers
Method
make_reference
Marks the given tensor as a reference output of the tested LBANN model, and returns a matching LBANN node. :param ref: The r
ci_test/common_python/test_util.py:209
↓ 20 callers
Function
set_environment
(key, default)
python/lbann/contrib/lc/launcher.py:45
↓ 20 callers
Method
set_matrix_distribution
src/weights/weights.cpp:192
↓ 19 callers
Function
RowMajor
src/layers/transform/permute/tensor_dims_utils.hpp:158
↓ 19 callers
Method
Set
tools/compute_mean/Mat.hpp:167
↓ 19 callers
Function
commify
src/utils/commify.cpp:34
↓ 19 callers
Method
distconv_enabled
@brief Indicate whether distconv is enabled. */
include/lbann/layers/layer.hpp:1090
↓ 19 callers
Method
get_max_mini_batch_size
include/lbann/models/model.hpp:739
↓ 19 callers
Function
get_number_of_io_partitions
src/utils/distconv.cpp:380
↓ 19 callers
Function
ones
src/transforms/vision/unit_test/helper.hpp:75
↓ 19 callers
Method
set_loss
Sets an LBANN node to be measured for the test. :param loss: The LBANN graph node to use for the test. :param tolerance: Opt
ci_test/common_python/test_util.py:268
↓ 19 callers
Function
setup
(data_reader_file, name='classifier', num_labels=200, mini_batch_size=128,
applications/selfsupervised/classifier.py:7
↓ 18 callers
Method
add_weights
@name Weights-related accessors */ @{
include/lbann/layers/layer.hpp:731
↓ 18 callers
Function
desc
src/layers/transform/unit_test/permute_layer_test.cpp:57
↓ 18 callers
Function
guess_global_rank
model_zoo/lbann.cpp:52
↓ 18 callers
Function
isnan
include/lbann/utils/impl/gpu_lib.hpp:105
↓ 18 callers
Method
max
include/lbann/utils/impl/rocm.hpp:229
↓ 18 callers
Function
set_io_generators_local_index
src/utils/random_number_generators.cpp:116
↓ 18 callers
Function
system
Name of compute system.
ci_test/common_python/tools.py:1031
↓ 17 callers
Function
construct_jag_options
src/utils/options.cpp:489
↓ 17 callers
Function
dirname
(request)
applications/MOF/test/conftest.py:30
↓ 17 callers
Method
get_model
@brief Get a reference to the model that manages this layer. * * May be null if this layer is "free" (e.g., during model assembly * or for
include/lbann/layers/layer.hpp:341
↓ 17 callers
Function
get_num_dims
src/utils/distconv.cpp:493
↓ 17 callers
Method
mark_equivalent
src/layers/distconv_adapter.cpp:449
↓ 17 callers
Method
raw_value
include/lbann/utils/environment_variable.hpp:120
↓ 16 callers
Method
allocate
include/lbann/utils/impl/rocm.hpp:270
↓ 16 callers
Function
epsilon
include/lbann/utils/impl/cuda.hpp:248
↓ 16 callers
Function
finalize
src/utils/python.cpp:72
↓ 16 callers
Method
get
include/lbann/utils/dnn_lib/miopen/utils.hpp:70
↓ 16 callers
Method
get_primary_grid_ranks
Return the ranks of primary grid in the trainer */
include/lbann/comm.hpp:910
↓ 16 callers
Method
get_sample_stride
Return the sample stride.
include/lbann/utils/dataset.hpp:118
← previous
next →
101–200 of 8,063, ranked by callers