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
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
test/gtest/gtest.h:14222
Method
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
test/gtest/gtest.h:14395
Method
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
test/gtest/gtest.h:14585
Method
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
test/gtest/gtest.h:14794
Method
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
test/gtest/gtest.h:15019
Method
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
test/gtest/gtest.h:15262
Function
Amax
src/core/tensor/tensor_math.h:377
Function
Amin
src/core/tensor/tensor_math.h:383
Method
Analyze
src/core/scheduler/scheduler.cc:559
Method
AnalyzeEdges
src/core/scheduler/scheduler.cc:671
Method
AnalyzeNodes
src/core/scheduler/scheduler.cc:579
Method
AnsiToUtf16
Creates a UTF-16 wide string from the given ANSI string, allocating memory using new. The caller is responsible for deleting the return value using de
test/gtest/gtest-all.cc:2324
Method
Apply
src/model/updater/local_updater.cc:39
Method
Apply
src/model/updater/updater.cc:29
Method
Apply
history = history * rho + grad * grad * (1 - rho) value = value - lr * grad / sqrt(history + delta)
src/model/optimizer/rmsprop.cc:31
Method
Apply
tmp = history; history = lr * grad + history * mom tmp = (1+mom) * history - tmp * mom; value = value - tmp;
src/model/optimizer/nesterov.cc:33
Method
Apply
history += grad*grad; value = value - lr*grad/sqrt(history+delta)
src/model/optimizer/adagrad.cc:28
Method
Apply
src/io/image_transformer.cc:29
Method
ApplyRegularizerConstraint
src/model/optimizer/optimizer.cc:63
Method
Arguments
test/gtest/gtest-all.cc:7383
Function
ArrayAwareFind
test/gtest/gtest.h:7872
Method
AsType
Set the data type of Tensor in this layer.
include/singa/model/layer.h:163
Method
AssertHeld
Does nothing if the current thread holds the mutex. Otherwise, crashes with high probability.
test/gtest/gtest.h:2464
Method
AssertHeld
test/gtest/gtest.h:2657
Method
AssertHelper
AssertHelper constructor.
test/gtest/gtest-all.cc:1831
Method
AssertHelperData
test/gtest/gtest.h:19155
Function
AssertPred1Helper
test/gtest/gtest.h:19428
Function
AssertPred2Helper
test/gtest/gtest.h:19470
Function
AssertPred3Helper
test/gtest/gtest.h:19519
Function
AssertPred4Helper
test/gtest/gtest.h:19575
Function
AssertPred5Helper
test/gtest/gtest.h:19638
Method
AssertionResult
AssertionResult constructors. Used in EXPECT_TRUE/FALSE(assertion_result).
test/gtest/gtest-all.cc:2436
Method
AssumeRole
The AssumeRole process for a Windows death test. It creates a child process with the same executable as the current process to run the death test. T
test/gtest/gtest-all.cc:7178
Function
Asum
src/core/tensor/tensor_math.h:388
Method
AsyncDecodeTransform
examples/cpp/imagenet/ilsvrc12.h:344
Method
AtEnd
test/gtest/gtest.h:13985
Method
AtEnd
test/gtest/gtest.h:14131
Method
AtEnd
test/gtest/gtest.h:14293
Method
AtEnd
test/gtest/gtest.h:14474
Method
AtEnd
test/gtest/gtest.h:14672
Method
AtEnd
test/gtest/gtest.h:14889
Method
AtEnd
test/gtest/gtest.h:15123
Method
AtEnd
test/gtest/gtest.h:15374
Method
AutoHandle
test/gtest/gtest-all.cc:1376
Function
Axpy
src/core/tensor/tensor_math.h:394
Method
Backward
src/model/layer/rnn.cc:91
Method
Backward
src/model/layer/cudnn_lrn.cc:85
Method
Backward
src/model/layer/softmax.cc:40
Method
Backward
src/model/layer/cudnn_convolution.cc:214
Method
Backward
TODO(wangwei) check Tensor device to be on cuda?
src/model/layer/cudnn_rnn.cc:368
Method
Backward
src/model/layer/flatten.cc:49
Method
Backward
src/model/layer/cudnn_batchnorm.cc:143
Method
Backward
src/model/layer/cudnn_dropout.cc:100
Method
Backward
src/model/layer/cudnn_activation.cc:96
Method
Backward
src/model/layer/cudnn_pooling.cc:115
Method
Backward
\copydoc Layer::Backward(int, const Tensor&, const Tensor&);
src/model/layer/convolution.cc:139
Method
Backward
src/model/layer/prelu.cc:80
Method
Backward
\copydoc Layer::Backward(int, const Tensor&, const Tensor&);
src/model/layer/dense.cc:69
Method
Backward
src/model/layer/batchnorm.cc:158
Method
Backward
src/model/layer/cudnn_softmax.cc:93
Method
Backward
src/model/layer/split.cc:43
Method
Backward
src/model/layer/dropout.cc:47
Method
Backward
src/model/layer/lrn.cc:80
Method
Backward
src/model/layer/concat.cc:73
Method
Backward
src/model/layer/opencl_pooling.cc:75
Method
Backward
\copydoc Layer::Backward(int, const Tensor&, const Tensor&);
src/model/layer/opencl_convolution.cc:79
Method
Backward
src/model/layer/slice.cc:70
Method
Backward
src/model/layer/pooling.cc:125
Method
Backward
src/model/layer/merge.cc:54
Method
Backward
src/model/layer/activation.cc:69
Method
Backward
src/model/loss/softmax_cross_entropy.cc:48
Method
Backward
Compute gradients of this layer. Specifically, there are two types of gradients: 1. gradient of the preceding layer, i.e., dx. 2. gradients of paramet
include/singa/model/layer.h:132
Method
BackwardAvgPooling
src/model/layer/pooling.cc:280
Method
BackwardMaxPooling
src/model/layer/pooling.cc:208
Method
BaseGenerator
test/gtest/gtest.h:10291
Method
BaseGenerator
test/gtest/gtest.h:13807
Method
BaseGenerator
test/gtest/gtest.h:13926
Method
BaseGenerator
test/gtest/gtest.h:14063
Method
BaseGenerator
test/gtest/gtest.h:14217
Method
BaseGenerator
test/gtest/gtest.h:14390
Method
BaseGenerator
test/gtest/gtest.h:14580
Method
BaseGenerator
test/gtest/gtest.h:14789
Method
BaseGenerator
test/gtest/gtest.h:15014
Method
BaseGenerator
test/gtest/gtest.h:15257
Method
Begin
test/gtest/gtest.h:10274
Method
Begin
test/gtest/gtest.h:13785
Method
Begin
test/gtest/gtest.h:13900
Method
Begin
test/gtest/gtest.h:14033
Method
Begin
test/gtest/gtest.h:14184
Method
Begin
test/gtest/gtest.h:14354
Method
Begin
test/gtest/gtest.h:14540
Method
Begin
test/gtest/gtest.h:14745
Method
Begin
test/gtest/gtest.h:14967
Method
Begin
test/gtest/gtest.h:15207
Function
Bernoulli
src/core/tensor/tensor_math.h:355
Method
BlkInfo
include/singa/core/scheduler.h:119
Method
Block
include/singa/core/common.h:66
Function
Bool
Bool() allows generating tests with parameters in a set of (false, true). Synopsis: Bool() - returns a generator producing sequences with elements {f
test/gtest/gtest.h:16786
Method
BuildPrograms
src/core/device/opencl_device.cc:94
Method
CBData
include/singa/core/scheduler.h:148
← previous
next →
2,201–2,300 of 5,531, ranked by callers