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
Function
CreateConstraint
include/singa/model/optimizer.h:137
Method
CreateKey
test/gtest/gtest.h:2614
Function
CreateOptimizer
include/singa/model/optimizer.h:242
Function
CreateRegularizer
include/singa/model/optimizer.h:171
Method
CreateTest
test/gtest/gtest.h:7414
Method
CreateTest
test/gtest/gtest.h:10357
Method
Cuda>
src/core/tensor/tensor_math_cuda.h:161
Method
CudaGPU
src/core/device/cuda_gpu.cc:54
Method
CudnnMode
src/model/layer/cudnn_activation.h:45
Method
Current
We need to use cached value referenced by iterator_ because *iterator_ can return a temporary object (and of type other then T), so just having "retur
test/gtest/gtest.h:10308
Method
Current
test/gtest/gtest.h:13824
Method
Current
test/gtest/gtest.h:13947
Method
Current
test/gtest/gtest.h:14088
Method
Current
test/gtest/gtest.h:14246
Method
Current
test/gtest/gtest.h:14423
Method
Current
test/gtest/gtest.h:14617
Method
Current
test/gtest/gtest.h:14830
Method
Current
test/gtest/gtest.h:15059
Method
Current
test/gtest/gtest.h:15306
Function
DGMM
src/core/tensor/tensor_math.h:437
Method
DeathTest
Death test constructor. Increments the running death test count for the current test.
test/gtest/gtest-all.cc:6829
Method
DeathTestImpl
test/gtest/gtest-all.cc:6858
Method
Debug
src/core/scheduler/scheduler.cc:109
Method
Decode
src/io/jpg_decoder.cc:29
Method
DecodeTransform
examples/cpp/imagenet/ilsvrc12.h:351
Method
Decoder
include/singa/io/decoder.h:31
Method
DefaultGlobalTestPartResultReporter
test/gtest/gtest-all.cc:2148
Method
DefaultPerThreadTestPartResultReporter
test/gtest/gtest-all.cc:2157
Function
Delete
test/gtest/gtest-all.cc:740
Function
DeleteSelf_
Deletes self. We deliberately pick an unusual name for this internal method to avoid clashing with names used in user TESTs.
test/gtest/gtest.h:17842
Method
DestroyIODescriptors
src/model/layer/cudnn_rnn.cc:61
Method
Device
src/core/device/device.cc:25
Method
Device
include/singa/core/device.h:148
Method
DistanceBetweenSignAndMagnitudeNumbers
Given two numbers in the sign-and-magnitude representation, returns the distance between them as an unsigned number.
test/gtest/gtest.h:7331
Function
Div
src/core/tensor/tensor_math.h:144
Method
DoExec
src/core/device/opencl_device.cc:103
Method
DoExec
src/core/device/cuda_gpu.cc:107
Method
DoLogging
src/utils/logging.cc:95
Function
Dot
src/core/tensor/tensor_math.h:418
Function
DoubleLE
Asserts that val1 is less than, or almost equal to, val2. Fails otherwise. In particular, it fails if either val1 or val2 is NaN.
test/gtest/gtest-all.cc:2589
Method
DoubleMapSize
src/io/lmdb_writer.cc:122
Function
DoubleNearPredFormat
Helper function for implementing ASSERT_NEAR.
test/gtest/gtest-all.cc:2523
Function
DownCast_
use like this: DownCast_<T*>(foo);
test/gtest/gtest.h:2229
Function
EQ
src/core/tensor/tensor_math.h:234
Function
EXPECT_FATAL_FAILURE
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. This r
test/gtest/gtest-all.cc:137
Method
Edge
include/singa/core/scheduler.h:95
Method
Encode
src/io/csv_encoder.cc:24
Method
Encoder
include/singa/io/encoder.h:32
Method
End
test/gtest/gtest.h:10277
Method
End
test/gtest/gtest.h:13788
Method
End
test/gtest/gtest.h:13904
Method
End
test/gtest/gtest.h:14037
Method
End
test/gtest/gtest.h:14188
Method
End
test/gtest/gtest.h:14358
Method
End
test/gtest/gtest.h:14545
Method
End
test/gtest/gtest.h:14750
Method
End
test/gtest/gtest.h:14972
Method
End
test/gtest/gtest.h:15212
Method
EndPoint
src/io/network/endpoint.cc:67
Method
EndPointFactory
include/singa/io/network.h:130
Method
EndsWithCaseInsensitive
Returns true iff str ends with the given suffix, ignoring case. Any string is considered to end with an empty suffix.
test/gtest/gtest-all.cc:3110
Method
Eq
test/gtest/gtest.h:1590
Method
Eq
test/gtest/gtest.h:1598
Method
Equals
test/gtest/gtest.h:10313
Method
Equals
test/gtest/gtest.h:13825
Method
Equals
test/gtest/gtest.h:13948
Method
Equals
test/gtest/gtest.h:14089
Method
Equals
test/gtest/gtest.h:14247
Method
Equals
test/gtest/gtest.h:14424
Method
Equals
test/gtest/gtest.h:14618
Method
Equals
test/gtest/gtest.h:14831
Method
Equals
test/gtest/gtest.h:15060
Method
Equals
test/gtest/gtest.h:15307
Function
Erf
src/core/tensor/tensor_math.h:93
Method
EscapeXml
Returns an XML-escaped copy of the input string str. If is_attribute is true, the text is meant to appear as an attribute value, and normalizable whi
test/gtest/gtest-all.cc:4623
Method
EscapeXmlAttribute
Convenience wrapper around EscapeXml when str is an attribute value.
test/gtest/gtest-all.cc:4524
Method
EscapeXmlText
Convenience wrapper around EscapeXml when str is not an attribute value.
test/gtest/gtest-all.cc:4529
Method
Evaluate
Comptue the metric value averaged over all samples (in a batch)
include/singa/model/metric.h:51
Method
Evaluate
Average loss values for all samples in the mini-batch It calls Forward() internally. The calling pattern should be [Evaluate|Forward] Backward.
include/singa/model/loss.h:52
Method
EvaluateTimeElapsed
src/core/scheduler/scheduler.cc:305
Method
EvaluateTimeElapsed
src/core/device/cpp_cpu.cc:54
Method
EvaluateTimeElapsed
src/core/device/cuda_gpu.cc:117
Method
EventForwardingEnabled
Controls whether events will be forwarded by the repeater to the listeners in the list.
test/gtest/gtest-all.cc:5108
Method
ExecDeathTest
test/gtest/gtest-all.cc:7364
Method
Execute
test/gtest/gtest-all.cc:215
Function
ExitedUnsuccessfully
Returns true if exit_status describes a process that was terminated by a signal, or exited normally with a nonzero exit code.
test/gtest/gtest-all.cc:6702
Method
ExitedWithCode
ExitedWithCode constructor.
test/gtest/gtest-all.cc:6643
Method
ExtractSummary
Gets the summary of the failure message by omitting the stack trace in it.
test/gtest/gtest-all.cc:9425
Function
FReopen
test/gtest/gtest.h:2883
Method
FeedForwardNet
include/singa/model/feed_forward_net.h:33
Method
Field
test/gtest/gtest.h:1445
Method
Field
test/gtest/gtest.h:1457
Method
Field
test/gtest/gtest.h:1469
Method
Field
test/gtest/gtest.h:1481
Method
Field
test/gtest/gtest.h:1493
Method
Field
test/gtest/gtest.h:1505
Method
Field
test/gtest/gtest.h:1517
Method
Field
test/gtest/gtest.h:1529
Method
Field
test/gtest/gtest.h:1541
Method
Field
test/gtest/gtest.h:1553
← previous
next →
2,401–2,500 of 5,531, ranked by callers