MCPcopy Create free account

hub / github.com/apache/singa / functions

Functions5,531 in github.com/apache/singa

↓ 3 callersMethodpool_method
src/model/layer/pooling.h:84
↓ 3 callersMethodprefer
src/model/layer/cudnn_convolution.h:49
↓ 3 callersMethodprofile_filtering
(self, data_loader: List[DataLoader] = [None, None, None])
examples/model_selection/Trails/internal/ml/model_selection/src/eva_engine/run_ms.py:250
↓ 3 callersMethodprofile_refinement
(self, data_loader: List[DataLoader] = [None, None, None])
examples/model_selection/Trails/internal/ml/model_selection/src/eva_engine/run_ms.py:263
↓ 3 callersMethodprofiling
(self, dataset: str, train_loader: DataLoader = None, val_loader: DataLoader = None,
examples/model_selection/Trails/internal/ml/model_selection/src/search_space/mlp_api/space.py:651
↓ 3 callersMethodrandom_architecture_id
(self)
examples/model_selection/Trails/internal/ml/model_selection/src/search_space/mlp_api/space.py:798
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/model_selection/Trails/internal/ml/model_selection/src/eva_engine/phase1/algo/singa_ms/cnn_ms/train_ms_model.py:263
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/model_selection/Trails/internal/ml/model_selection/src/eva_engine/phase1/algo/singa_ms/cnn_ms/train_cnn.py:263
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/model_selection/Trails/internal/ml/model_selection/src/eva_engine/phase1/algo/singa_ms/cnn_ms/autograd/mnist_cnn.py:130
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/model_selection/Trails/internal/ml/model_selection/src/eva_engine/phase1/algo/singa_ms/cnn_ms/autograd/resnet_cifar10.py:133
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/model_selection/Trails/internal/ml/model_selection/src/eva_engine/phase2/algo/trainer.py:289
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/malaria_cnn/train_cnn.py:77
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/hfl/src/client.py:165
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/healthcare/application/Malaria_Disease/train.py:81
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/healthcare/application/Diabetic_Disease/Diabetic_Retinopathy_Classification/train.py:81
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/healthcare/application/Diabetic_Disease/Diabetic_Readmission_Prediction/train.py:64
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/healthcare/application/Kidney_Disease/train.py:83
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/healthcare/application/Cerebrovascular_Disease/train.py:58
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/largedataset_cnn/train_largedata.py:72
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/largedataset_cnn/autograd/mnist_cnn.py:130
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/largedataset_cnn/autograd/resnet_cifar10.py:133
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/cifar_distributed_cnn/autograd/mnist_cnn.py:130
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/cifar_distributed_cnn/autograd/resnet_cifar10.py:133
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/singa_peft/examples/autograd/mnist_cnn.py:130
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/cnn/train_cnn.py:76
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/cnn/autograd/mnist_cnn.py:130
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/cnn/autograd/resnet_cifar10.py:133
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/onnx/training/train.py:84
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/cnn_ms/train_ms_model.py:251
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/cnn_ms/train_cnn.py:258
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/cnn_ms/autograd/mnist_cnn.py:130
↓ 3 callersFunctionreduce_variable
(variable, dist_opt, reducer)
examples/cnn_ms/autograd/resnet_cifar10.py:133
↓ 3 callersMethodrefinement_phase
(self, U, k_models, alg_name: str = Config.SUCCHALF, train_loader=None, valid_loader=None,
examples/model_selection/Trails/internal/ml/model_selection/src/eva_engine/run_ms.py:317
↓ 3 callersMethodreportable_disabled_test_count
Gets the number of disabled tests that will be reported in the XML report.
test/gtest/gtest-all.cc:2223
↓ 3 callersMethodreportable_test_count
Gets the number of tests to be printed in the XML report.
test/gtest/gtest-all.cc:2234
↓ 3 callersMethodresize_by_list
Args: num_case: num of resize cases, must be <= the length of size_list inplace: inplace imgs or not ( return new_img
python/singa/image_tool.py:276
↓ 3 callersFunctionresnet50
Constructs a ResNet-50 model. Args: pretrained (bool): If True, returns a model pre-trained on ImageNet. Returns: The create
examples/cnn/model/resnet.py:256
↓ 3 callersFunctionround
Element-wise round the input Args: x (Tensor): input tensor. Returns: the output Tensor.
python/singa/autograd.py:5609
↓ 3 callersMethodrun_phase2
:param U: mini unit computation for each modle :param candidates_m: :return:
examples/model_selection/Trails/internal/ml/model_selection/src/eva_engine/phase2/run_uniform.py:75
↓ 3 callersMethodset_optimizer
(self, optimizer)
examples/model_selection/Trails/internal/ml/model_selection/src/eva_engine/phase1/algo/singa_ms/msmlp/model.py:141
↓ 3 callersMethodset_optimizer
(self, optimizer)
examples/model_selection/Trails/internal/ml/model_selection/src/eva_engine/phase1/algo/singa_ms/cnn_ms/model/cnn.py:72
↓ 3 callersMethodset_optimizer
(self, optimizer)
examples/cnn_ms/model/cnn.py:72
↓ 3 callersFunctionsigmoid
(x, derivative=False)
examples/onnx/tiny_yolov2.py:51
↓ 3 callersMethodstep
To increment the step counter and update the lr
python/singa/opt.py:113
↓ 3 callersMethodstep
(self)
examples/model_selection/Trails/internal/ml/model_selection/src/eva_engine/phase2/algo/trainer.py:214
↓ 3 callersFunctiontag_string
(tags)
tool/release/release.py:26
↓ 3 callersFunctiontensordot
Returns the tensor multiplication of two tensors along specified axes. This is equivalent to compute dot product along the specified axes which
python/singa/tensor.py:1489
↓ 3 callersFunctiontensordot
Returns the tensor multiplication of two tensors along specified axes. This is equivalent to compute dot product along the specified axes which
examples/model_selection/Trails/singa_pkg_code/tensor.py:1454
↓ 3 callersFunctiontinydir_next
include/singa/utils/tinydir.h:258
↓ 3 callersFunctiontinydir_open
include/singa/utils/tinydir.h:126
↓ 3 callersMethodtokenize
(self, text)
examples/onnx/bert/tokenization.py:166
↓ 3 callersMethodtrain
Set the model in evaluation mode. Args: mode(bool): when mode is True, this model will enter training mode
python/singa/model.py:210
↓ 3 callersMethodvalue
Gets the user supplied value.
test/gtest/gtest.h:17891
↓ 3 callersFunctionwhitespace_tokenize
Runs basic whitespace cleaning and splitting on a piece of text.
examples/onnx/bert/tokenization.py:148
↓ 3 callersMethodworkspace_byte_limit
src/model/layer/cudnn_convolution.h:48
↓ 3 callersMethodwrite_fd
test/gtest/gtest-all.cc:6883
↓ 2 callersFunctionAbort
test/gtest/gtest.h:2923
↓ 2 callersMethodAddArgument
test/gtest/gtest-all.cc:7393
↓ 2 callersMethodAddTestInfo
Adds a test to this test case. Will delete the test upon destruction of the TestCase object.
test/gtest/gtest-all.cc:3907
↓ 2 callersMethodAdvance
test/gtest/gtest.h:10207
↓ 2 callersMethodAlmostEquals
Returns true iff this number is at most kMaxUlps ULP's away from rhs. In particular, this function: - returns false if either number is (or both are
test/gtest/gtest.h:7288
↓ 2 callersFunctionAlwaysTrue
test/gtest/gtest-all.cc:6134
↓ 2 callersMethodAppend
test/gtest/gtest-all.cc:4423
↓ 2 callersFunctionArrayEq
test/gtest/gtest.h:7849
↓ 2 callersMethodAsyncLoadData
examples/cpp/imagenet/ilsvrc12.h:295
↓ 2 callersFunctionAtomMatchesChar
Returns true iff the given atom (specified by escaped and pattern) matches ch. The result is undefined if the atom is invalid.
test/gtest/gtest-all.cc:8438
↓ 2 callersFunctionBackwardConcatColumnTest
test/singa/test_concat.cc:145
↓ 2 callersFunctionBackwardConcatRowTest
test/singa/test_concat.cc:109
↓ 2 callersFunctionBackwardSliceColumnTest
test/singa/test_slice.cc:146
↓ 2 callersFunctionBackwardSliceRowTest
test/singa/test_slice.cc:118
↓ 2 callersFunctionCaptureStream
Starts capturing an output stream (stdout/stderr).
test/gtest/gtest-all.cc:8845
↓ 2 callersMethodCommunicator
contructer for application with python multi-processing module
src/io/communicator.cc:54
↓ 2 callersFunctionConcatOn
src/core/tensor/tensor.cc:1324
↓ 2 callersFunctionCpuConvBackwardW
src/model/operation/convolution.cc:313
↓ 2 callersFunctionCpuConvBackwardx
src/model/operation/convolution.cc:227
↓ 2 callersFunctionCpuPoolingBackward
src/model/operation/pooling.cc:120
↓ 2 callersFunctionCreateNet
examples/cpp/cifar10/vgg-parallel.cc:165
↓ 2 callersFunctionCreateNet
examples/cpp/cifar10/cnn-parallel.cc:122
↓ 2 callersMethodCudnnPoolingHandle
src/model/operation/pooling.cc:150
↓ 2 callersMethodCurrent
test/gtest/gtest.h:10214
↓ 2 callersMethodCurrentOsStackTraceExceptTop
Returns the current OS stack trace as an std::string. The maximum number of stack frames to be included is specified by the gtest_stack_trace_depth f
test/gtest/gtest-all.cc:2258
↓ 2 callersMethodDirectoryExists
Returns true if pathname describes a directory in the file-system that exists.
test/gtest/gtest-all.cc:8052
↓ 2 callersFunctionFailed
Returns true iff the test case failed.
test/gtest/gtest.h:18219
↓ 2 callersFunctionFormatCxxExceptionMessage
Adds an "exception thrown" fatal failure to the current test.
test/gtest/gtest-all.cc:3512
↓ 2 callersFunctionFormatTestCaseCount
Formats the count of test cases.
test/gtest/gtest-all.cc:3976
↓ 2 callersMethodForward
src/model/feed_forward_net.cc:207
↓ 2 callersFunctionForwardConcatColumnTest
test/singa/test_concat.cc:65
↓ 2 callersFunctionForwardConcatRowTest
test/singa/test_concat.cc:39
↓ 2 callersFunctionForwardSliceColumnTest
test/singa/test_slice.cc:71
↓ 2 callersFunctionForwardSliceRowTest
test/singa/test_slice.cc:40
↓ 2 callersFunctionGenBatchNormConf
examples/cpp/cifar10/vgg-parallel.cc:117
↓ 2 callersFunctionGenDenseConf
examples/cpp/cifar10/vgg-parallel.cc:88
↓ 2 callersFunctionGenDropoutConf
examples/cpp/imagenet/alexnet.cc:128
↓ 2 callersFunctionGenLRNConf
examples/cpp/imagenet/alexnet.cc:110
↓ 2 callersFunctionGenLRNConf
examples/cpp/cifar10/cnn.cc:102
↓ 2 callersFunctionGenLRNConf
examples/cpp/cifar10/cnn-parallel.cc:104
↓ 2 callersFunctionGenReLUConf
examples/cpp/cifar10/vgg-parallel.cc:81
↓ 2 callersFunctionGetCapturedStream
Stops capturing the output stream and returns the captured string.
test/gtest/gtest-all.cc:8854
↓ 2 callersMethodGetDefaultDevice
Return the default host device
include/singa/core/device.h:314
↓ 2 callersFunctionGetEnviron
test/gtest/gtest-all.cc:7421
← previousnext →601–700 of 5,531, ranked by callers