Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ functions
Functions
5,531 in github.com/apache/singa
⨍
Functions
5,531
◇
Types & classes
1,090
↳
Endpoints
3
Method
Register
test/gtest/gtest.h:7592
Method
Register
src/model/updater/local_updater.cc:24
Method
Register
src/model/optimizer/optimizer.cc:36
Method
Register
* Register functions to create user defined classes. * This function is called by the REGISTER_FACTORY macro. * * @param id Identifier of the
include/singa/utils/factory.h:54
Method
RegisterParameterizedTests
This method expands all parameterized tests registered with macros TEST_P and INSTANTIATE_TEST_CASE_P into regular tests and registers those. This wil
test/gtest/gtest-all.cc:3771
Method
RegisterTests
test/gtest/gtest.h:10598
Method
Registra
include/singa/utils/factory.h:91
Method
Regularizer
include/singa/model/optimizer.h:144
Method
ReinterpretBits
Reinterprets a bit pattern as a floating-point number. This function is needed to test the AlmostEquals() method.
test/gtest/gtest.h:7247
Method
Release
TODO(vladl@google.com): Factor the search functionality into Vector::Find.
test/gtest/gtest-all.cc:4428
Method
RemoveInvalidXmlCharacters
Returns the given string with all characters invalid in XML removed. Currently invalid characters are dropped from the string. An alternative is to re
test/gtest/gtest-all.cc:4669
Function
Reseed
test/gtest/gtest.h:7642
Method
Reset
src/core/scheduler/scheduler.cc:82
Method
ResetHiddenAndCellDescriptors
src/model/layer/cudnn_rnn.cc:167
Function
Resize
src/core/tensor/tensor.cc:111
Method
ReturnSentinel
test/gtest/gtest.h:8244
Function
RmDir
test/gtest/gtest.h:2838
Function
Round
src/core/tensor/tensor_math.h:114
Function
RoundE
src/core/tensor/tensor_math.h:119
Function
RowMax
src/core/tensor/tensor_math.h:483
Method
RunAllTests
Runs all tests in this UnitTest object, prints the result, and returns true if all tests are successful. If any exception is thrown during a test, th
test/gtest/gtest-all.cc:5706
Method
RunGraph
src/core/scheduler/scheduler.cc:327
Function
RunSetUpTestCase
Runs SetUpTestCase() for this TestCase. This wrapper is needed for catching exceptions thrown from SetUpTestCase().
test/gtest/gtest.h:18268
Function
RunTearDownTestCase
Runs TearDownTestCase() for this TestCase. This wrapper is needed for catching exceptions thrown from TearDownTestCase().
test/gtest/gtest.h:18272
Method
SafeQueue
include/singa/utils/safe_queue.h:38
Function
Scale
src/core/tensor/tensor_math.h:412
Method
ScopedFakeTestPartResultReporter
The c'tor sets this object as the test part result reporter used by Google Test. The 'result' parameter specifies where to report the results. Interc
test/gtest/gtest-all.cc:2025
Method
ScopedPrematureExitFile
test/gtest/gtest-all.cc:5014
Method
Seek
src/io/lmdb_reader.cc:105
Method
SeekToFirst
src/io/textfile_reader.cc:63
Method
SeekToFirst
src/io/binfile_reader.cc:89
Method
SendLn
Sends a string and a newline to the socket.
test/gtest/gtest-all.cc:1485
Method
SendLn
Sends the given message and a newline to the socket.
test/gtest/gtest-all.cc:1601
Function
Set
src/core/tensor/tensor_math.h:262
Method
SetBlock
src/core/scheduler/scheduler.cc:36
Method
SetDstNode
src/core/scheduler/scheduler.cc:40
Function
SetInjectableArgvs
test/gtest/gtest-all.cc:8893
Method
SetMomentumGenerator
The argument function returns the momentum value given the current running step (i.e., iterations/mini-batches).
include/singa/model/optimizer.h:206
Method
SetParam
Sets parameter value. The caller is responsible for making sure the value remains alive and unchanged throughout the current test.
test/gtest/gtest.h:19233
Method
SetRNNDescriptor
must be called after setting IO descriptors
src/model/layer/cudnn_rnn.cc:121
Method
SetRandSeed
src/core/device/opencl_device.cc:58
Method
SetRandSeed
src/core/device/cuda_gpu.cc:102
Method
SetSrcNode
src/core/scheduler/scheduler.cc:38
Method
SetUp
Override this to define how to set up the environment.
test/gtest/gtest.h:18359
Method
SetUp
test/singa/test_tensor_math.cc:29
Method
SetUp
test/singa/test_mse.cc:30
Method
SetUp
test/singa/test_cross_entropy.cc:31
Method
SetUp
test/singa/test_scheduler.cc:139
Method
SetUp
test/singa/test_cudnn_rnn.cc:33
Function
SetUpEnvironment
Helpers for setting up / tearing down the given environment. They are for use in the ForEach() function.
test/gtest/gtest-all.cc:5694
Function
SetUpTestCase
Sets up the stuff shared by all tests in this test case. Google Test will call Foo::SetUpTestCase() before running the first test in test case Foo.
test/gtest/gtest.h:17778
Method
Setup
src/core/device/cuda_gpu.cc:68
Method
Setup
src/model/layer/softmax.cc:26
Method
Setup
src/model/layer/cudnn_convolution.cc:38
Method
Setup
src/model/layer/flatten.cc:27
Method
Setup
src/model/layer/cudnn_batchnorm.cc:40
Method
Setup
src/model/layer/cudnn_pooling.cc:36
Method
Setup
src/model/layer/convolution.cc:27
Method
Setup
src/model/layer/prelu.cc:27
Method
Setup
src/model/layer/dense.cc:34
Method
Setup
src/model/layer/batchnorm.cc:29
Method
Setup
src/model/layer/cudnn_softmax.cc:31
Method
Setup
src/model/layer/split.cc:28
Method
Setup
src/model/layer/dropout.cc:27
Method
Setup
src/model/layer/lrn.cc:29
Method
Setup
src/model/layer/concat.cc:28
Method
Setup
src/model/layer/opencl_pooling.cc:122
Method
Setup
src/model/layer/opencl_convolution.cc:164
Method
Setup
src/model/layer/slice.cc:28
Method
Setup
src/model/layer/pooling.cc:26
Method
Setup
src/model/layer/merge.cc:28
Method
Setup
src/model/layer/activation.cc:38
Method
Setup
src/model/updater/updater.cc:23
Method
Setup
src/model/optimizer/optimizer.cc:30
Method
Setup
src/model/optimizer/rmsprop.cc:24
Method
Setup
src/model/optimizer/nesterov.cc:24
Method
Setup
src/model/optimizer/adagrad.cc:24
Method
Setup
src/model/optimizer/sgd.cc:24
Method
Setup
Set meta data fields from a string representing a proto message. 'in_shape' is the shape of the input feature for one sample
include/singa/model/layer.h:43
Method
Setup
include/singa/model/metric.h:38
Method
Setup
Set meta fields from user configurations.
include/singa/model/metric.h:62
Method
Setup
include/singa/model/initializer.h:31
Method
Setup
include/singa/model/initializer.h:48
Method
Setup
include/singa/model/initializer.h:73
Method
Setup
Setup the optimzier using configurations from serialized string (for binding languages).
include/singa/model/optimizer.h:47
Method
Setup
include/singa/model/optimizer.h:113
Method
Setup
include/singa/model/optimizer.h:149
Method
Setup
include/singa/model/loss.h:34
Method
Setup
include/singa/io/encoder.h:35
Method
Setup
include/singa/io/encoder.h:46
Method
Setup
include/singa/io/encoder.h:66
Method
Setup
include/singa/io/decoder.h:34
Method
Setup
include/singa/io/decoder.h:45
Method
Setup
include/singa/io/decoder.h:62
Method
Setup
include/singa/io/transformer.h:36
Method
Setup
include/singa/io/transformer.h:43
Function
ShouldRunTest
Returns true if the given test should run.
test/gtest/gtest.h:18301
Function
ShouldRunTestCase
Returns true iff test_case contains at least one test that should run.
test/gtest/gtest-all.cc:1826
Method
ShowWideCString
Converts a wide C string to an std::string using the UTF-8 encoding. NULL will be converted to "(null)".
test/gtest/gtest-all.cc:3009
Method
ShuffleTests
Shuffles the tests in this test case.
test/gtest/gtest-all.cc:3947
← previous
next →
2,801–2,900 of 5,531, ranked by callers