MCPcopy Create free account

hub / github.com/apache/singa / functions

Functions5,531 in github.com/apache/singa

↓ 1 callersFunctionParseInternalRunDeathTestFlag
Returns a newly created InternalRunDeathTestFlag object with fields initialized from the GTEST_FLAG(internal_run_death_test) flag if the flag is speci
test/gtest/gtest-all.cc:7790
↓ 1 callersFunctionPartialMatch
test/gtest/gtest.h:2064
↓ 1 callersFunctionPassed
Returns true iff the unit test passed (i.e. all test cases passed).
test/gtest/gtest-all.cc:977
↓ 1 callersMethodPostFlagParsingInit
Performs initialization dependent upon flag values obtained in ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to ParseGoogleT
test/gtest/gtest-all.cc:5596
↓ 1 callersFunctionPrintAsStringLiteralTo
Prints a wchar_t c as if it's part of a string literal, escaping it when necessary; returns how c was formatted.
test/gtest/gtest-all.cc:9201
↓ 1 callersFunctionPrintBytesInObjectTo
Delegates to PrintBytesInObjectToImpl() to print the bytes in the given object. The delegation simplifies the implementation, which uses the << opera
test/gtest/gtest-all.cc:9123
↓ 1 callersFunctionPrintBytesInObjectToImpl
Prints the bytes in the given value to the given ostream.
test/gtest/gtest-all.cc:9091
↓ 1 callersFunctionPrintColorEncoded
Prints a string containing code-encoded text. The following escape sequences can be used in the string to control the text color: @@ prints a sin
test/gtest/gtest-all.cc:6271
↓ 1 callersFunctionPrintTestPartResult
Prints a TestPartResult.
test/gtest/gtest-all.cc:4014
↓ 1 callersFunctionPrintTo
test/gtest/gtest.h:9544
↓ 1 callersFunctionRE
Constructs an RE from a string.
test/gtest/gtest.h:2040
↓ 1 callersFunctionRUN_ALL_TESTS
test/gtest/gtest.h:20057
↓ 1 callersFunctionReLU
src/core/tensor/tensor_math.h:256
↓ 1 callersMethodReadMean
examples/cpp/imagenet/ilsvrc12.h:285
↓ 1 callersMethodRecordProperty
Adds a test property to the list. If a property with the same key as the supplied property is already represented, the value of this test_property rep
test/gtest/gtest-all.cc:3218
↓ 1 callersMethodRegister
src/model/updater/updater.cc:25
↓ 1 callersMethodRemoveDirectoryName
Returns a copy of the FilePath with the directory part removed. Example: FilePath("path/to/file").RemoveDirectoryName() returns FilePath("file"). If t
test/gtest/gtest-all.cc:7984
↓ 1 callersMethodRemoveExtension
Returns a copy of the FilePath with the case-insensitive extension removed. Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns FilePath(
test/gtest/gtest-all.cc:7953
↓ 1 callersFunctionRepeatDataToFrom
src/core/tensor/tensor.cc:646
↓ 1 callersFunctionReportInvalidTestCaseType
test/gtest/gtest-all.cc:3717
↓ 1 callersMethodReportTestPartResult
Increments the test part result count and remembers the result. This method is from the TestPartResultReporterInterface interface.
test/gtest/gtest-all.cc:2066
↓ 1 callersMethodRun
Runs the test and updates the test result.
test/gtest/gtest-all.cc:3625
↓ 1 callersFunctionSet
test/gtest/gtest.h:3560
↓ 1 callersFunctionSetChannelDirectory
src/utils/channel.cc:94
↓ 1 callersMethodSetDefaultDir
src/utils/channel.cc:39
↓ 1 callersMethodSetDefaultResultPrinter
Sets the default_result_printer attribute to the provided listener. The listener is also added to the listener list and previous default_result_printe
test/gtest/gtest-all.cc:5079
↓ 1 callersMethodSetDefaultXmlGenerator
Sets the default_xml_generator attribute to the provided listener. The listener is also added to the listener list and previous default_xml_generator
test/gtest/gtest-all.cc:5095
↓ 1 callersMethodSetDestFilePath
src/utils/channel.cc:64
↓ 1 callersFunctionSetLogDestination
src/utils/logging.cc:66
↓ 1 callersFunctionSetStderrLogging
src/utils/logging.cc:56
↓ 1 callersMethodSetUp
Sets up the test fixture. A sub-class may override this.
test/gtest/gtest-all.cc:3387
↓ 1 callersMethodSetup
include/singa/model/initializer.h:59
↓ 1 callersFunctionShouldRunTestOnShard
Given the total number of shards, the shard index, and the test id, returns true iff the test should be run on this shard. The test id is some arbitra
test/gtest/gtest-all.cc:5928
↓ 1 callersFunctionShouldUseColor
Returns true iff Google Test should use colors in the output.
test/gtest/gtest-all.cc:4069
↓ 1 callersFunctionShuffle
test/gtest/gtest-all.cc:733
↓ 1 callersFunctionSigmoid
src/core/tensor/tensor_math.h:267
↓ 1 callersMethodSize
* @return Number of elements in the queue. */
include/singa/utils/safe_queue.h:99
↓ 1 callersFunctionSkipSpaces
Skips to the first non-space char in str. Returns an empty string if str contains only whitespace characters.
test/gtest/gtest-all.cc:9524
↓ 1 callersFunctionSleepMilliseconds
Sleeps for (roughly) n milli-seconds. This function is only for testing Google Test's own constructs. Don't use it in user tests, either directly or
test/gtest/gtest.h:2295
↓ 1 callersFunctionSliceColumns
src/core/tensor/tensor.cc:1459
↓ 1 callersFunctionSliceRows
src/core/tensor/tensor.cc:1441
↓ 1 callersMethodSnapshot
src/io/snapshot.cc:33
↓ 1 callersFunctionSplitString
Splits a given string on a given delimiter, populating a given vector with the fields. GTEST_HAS_DEATH_TEST implies that we have ::std::string, so we
test/gtest/gtest-all.cc:7702
↓ 1 callersFunctionStackGrowsDown
test/gtest/gtest-all.cc:7482
↓ 1 callersFunctionStackLowerThanAddress
test/gtest/gtest-all.cc:7477
↓ 1 callersFunctionStrCaseCmp
test/gtest/gtest.h:2815
↓ 1 callersFunctionStrError
test/gtest/gtest.h:2897
↓ 1 callersMethodTearDown
Tears down the test fixture. A sub-class may override this.
test/gtest/gtest-all.cc:3393
↓ 1 callersFunctionTestOneEpoch
examples/cpp/imagenet/alexnet.cc:237
↓ 1 callersFunctionTestPartResult
C'tor. TestPartResult does NOT have a default constructor. Always use this constructor (with parameters) to create a TestPartResult object.
test/gtest/gtest.h:17103
↓ 1 callersFunctionTestPartResultTypeToString
Converts a TestPartResult::Type enum to human-friendly string representation. Both kNonFatalFailure and kFatalFailure are translated to "Failure", as
test/gtest/gtest-all.cc:3984
↓ 1 callersMethodToProto
src/core/tensor/tensor.cc:419
↓ 1 callersFunctionToUpper
test/gtest/gtest.h:2795
↓ 1 callersFunctionTrain
examples/cpp/imagenet/alexnet.cc:300
↓ 1 callersFunctionTrain
examples/cpp/cifar10/vgg-parallel.cc:205
↓ 1 callersFunctionTrain
examples/cpp/cifar10/cnn-parallel.cc:142
↓ 1 callersMethodTrain
src/model/feed_forward_net.cc:129
↓ 1 callersMethodTrainOnBatch
src/model/feed_forward_net.cc:190
↓ 1 callersFunctionTrainOneEpoch
examples/cpp/imagenet/alexnet.cc:168
↓ 1 callersMethodTryPop
* Try to pop an element from the queue. * \return false the queue is empty now. */
include/singa/utils/safe_queue.h:86
↓ 1 callersFunctionUniversalPrintArray
test/gtest/gtest.h:9802
↓ 1 callersMethodUnlock
test/gtest/gtest.h:2656
↓ 1 callersFunctionValidateRegex
Generates non-fatal failures and returns false if regex is invalid; otherwise returns true.
test/gtest/gtest-all.cc:8467
↓ 1 callersFunctionValidateTestPropertyName
test/gtest/gtest-all.cc:3302
↓ 1 callersFunctionVecToStr
include/singa/utils/string.h:56
↓ 1 callersMethodWaitForNotification
Blocks until the controller thread notifies. Must be called from a test thread.
test/gtest/gtest.h:2328
↓ 1 callersFunctionWrite
test/gtest/gtest.h:2893
↓ 1 callersFunctionWriteToShardStatusFileIfNeeded
Reads the GTEST_SHARD_STATUS_FILE environment variable, and creates the file if the variable is present. If a file already exists at this location, th
test/gtest/gtest-all.cc:5843
↓ 1 callersMethod__call__
(self, loss)
python/singa/opt.py:103
↓ 1 callersMethod__eq__
(self, rhs)
python/singa/tensor.py:728
↓ 1 callersMethod__getitem__
(self, index: int)
examples/healthcare/data/bloodmnist.py:194
↓ 1 callersMethod__gt__
(self, rhs)
python/singa/tensor.py:716
↓ 1 callersMethod__init__
(self, conv1, conv2)
test/python/test_onnx.py:1977
↓ 1 callersMethod__init__
(self, length)
examples/model_selection/Trails/internal/ml/model_selection/src/tools/utils.py:91
↓ 1 callersMethod__init__
(self, lr=0.1, momentum=0, dampening=0, we
examples/model_selection/Trails/internal/ml/model_selection/src/eva_engine/phase1/algo/prune_synflow.py:112
↓ 1 callersMethod__init__
(self, in_filters, out_filters, reps, stri
examples/model_selection/Trails/internal/ml/model_selection/src/eva_engine/phase1/algo/singa_ms/cnn_ms/model/xceptionnet.py:27
↓ 1 callersMethod__init__
(self, in_filters, out_filters, reps, stri
examples/model_selection/Trails/internal/ml/model_selection/src/eva_engine/phase1/algo/singa_ms/cnn_ms/autograd/xceptionnet.py:33
↓ 1 callersMethod__init__
(self, perceptron_size=100, num_classes=10)
examples/healthcare/models/malaria_net.py:90
↓ 1 callersMethod__init__
(self, in_filters, out_filters, reps, stri
examples/largedataset_cnn/model/xceptionnet.py:27
↓ 1 callersMethod__init__
(self, in_filters, out_filters, reps, stri
examples/largedataset_cnn/autograd/xceptionnet.py:33
↓ 1 callersMethod__init__
(self, in_filters, out_filters, reps, stri
examples/cifar_distributed_cnn/model/xceptionnet.py:27
↓ 1 callersMethod__init__
(self, in_filters, out_filters, reps, stri
examples/cifar_distributed_cnn/autograd/xceptionnet.py:33
↓ 1 callersMethod__init__
Data object for loading a plain text file. Args: fpath, path to the text file. train_ratio, split the text file into
examples/singa_peft/examples/model/char_rnn.py:94
↓ 1 callersMethod__init__
(self, in_filters, out_filters, reps, stri
examples/singa_peft/examples/autograd/xceptionnet.py:33
↓ 1 callersMethod__init__
(self, in_filters, out_filters, reps, stri
examples/cnn/model/xceptionnet.py:27
↓ 1 callersMethod__init__
(self, in_filters, out_filters, reps, stri
examples/cnn/autograd/xceptionnet.py:33
↓ 1 callersMethod__init__
Data object for loading a plain text file. Args: fpath, path to the text file. train_ratio, split the text file into
examples/rnn/char_rnn.py:94
↓ 1 callersMethod__init__
(self, in_filters, out_filters, reps,
examples/cnn_ms/model/xceptionnet.py:27
↓ 1 callersMethod__init__
(self, in_filters, out_filters, reps, stri
examples/cnn_ms/autograd/xceptionnet.py:33
↓ 1 callersMethod__repr__
(self)
examples/onnx/bert/run_onnx_squad.py:66
↓ 1 callersMethod__start_connection
Start the network connection to server.
examples/hfl/src/client.py:79
↓ 1 callersMethod__start_connection
Start the network connection of server.
examples/hfl/src/server.py:73
↓ 1 callersMethod__start_rank_pairing
Sending global rank to server
examples/hfl/src/client.py:83
↓ 1 callersMethod__start_rank_pairing
Start pair each client to a global rank
examples/hfl/src/server.py:79
↓ 1 callersFunction_check_is_max_context
Check if this is the 'max context' doc span for the token.
examples/onnx/bert/run_onnx_squad.py:79
↓ 1 callersMethod_clean_text
Performs invalid character removal and whitespace cleanup on text.
examples/onnx/bert/tokenization.py:282
↓ 1 callersFunction_compute_fans
Computes the number of input and output units for a weight shape. # Arguments shape: Integer shape tuple. data_format: Image data
python/singa/initializer.py:248
↓ 1 callersFunction_compute_softmax
Compute softmax probability over raw logits.
examples/onnx/bert/run_onnx_squad.py:487
↓ 1 callersFunction_data_transforms_cifar100
(args)
examples/model_selection/Trails/internal/ml/model_selection/src/tools/utils.py:230
↓ 1 callersMethod_do_backward
(self, *dys)
python/singa/autograd.py:316
← previousnext →1,401–1,500 of 5,531, ranked by callers