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
Fill
include/singa/model/initializer.h:49
Method
Fill
include/singa/model/initializer.h:63
Method
Fill
include/singa/model/initializer.h:77
Method
Fill
include/singa/model/initializer.h:87
Method
FilterMatchesTest
Returns true iff the user-specified filter matches the test case name and the test name.
test/gtest/gtest-all.cc:1964
Method
FilterTests
Compares the name of each test with the user-specified filter to decide whether the test should be run, then records the result in each TestCase and T
test/gtest/gtest-all.cc:5939
Method
FindLastPathSeparator
Returns a pointer to the last occurence of a valid path separator in the FilePath. On Windows, for example, both '/' and '\' are valid path separators
test/gtest/gtest-all.cc:7965
Function
FloatLE
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:2582
Method
FloatingPoint
Constructs a FloatingPoint from a raw floating-point number. On an Intel CPU, passing a non-normalized NAN (Not a Number) around may change its bits,
test/gtest/gtest.h:7240
Function
FloatingPointLE
test/gtest/gtest-all.cc:2545
Function
Floor
src/core/tensor/tensor_math.h:109
Method
Flush
src/io/binfile_writer.cc:85
Method
Flush
src/io/textfile_writer.cc:56
Method
ForkingDeathTest
Constructs a ForkingDeathTest.
test/gtest/gtest-all.cc:7286
Method
Format
test/gtest/gtest.h:18779
Method
Format
src/model/layer/prelu.h:51
Method
FormatBool
test/gtest/gtest-all.cc:1607
Method
FormatByte
Formats a byte as "%02X".
test/gtest/gtest-all.cc:3134
Method
FormatHexInt
Formats an int value as "%X".
test/gtest/gtest-all.cc:3127
Method
FormatIntWidth2
Formats an int value as "%02d".
test/gtest/gtest-all.cc:3120
Method
Forward
src/model/layer/rnn.cc:85
Method
Forward
src/model/layer/cudnn_lrn.cc:46
Method
Forward
src/model/layer/softmax.cc:32
Method
Forward
src/model/layer/cudnn_convolution.cc:161
Method
Forward
src/model/layer/cudnn_rnn.cc:258
Method
Forward
src/model/layer/flatten.cc:37
Method
Forward
src/model/layer/cudnn_batchnorm.cc:64
Method
Forward
src/model/layer/cudnn_dropout.cc:65
Method
Forward
src/model/layer/cudnn_activation.cc:61
Method
Forward
src/model/layer/cudnn_pooling.cc:74
Method
Forward
\copydoc Layer::Forward(int flag, const Tensor&)
src/model/layer/convolution.cc:107
Method
Forward
src/model/layer/prelu.cc:37
Method
Forward
\copydoc Layer::Forward(int flag, const Tensor&)
src/model/layer/dense.cc:53
Method
Forward
src/model/layer/batchnorm.cc:68
Method
Forward
src/model/layer/cudnn_softmax.cc:58
Method
Forward
src/model/layer/split.cc:35
Method
Forward
src/model/layer/dropout.cc:33
Method
Forward
src/model/layer/lrn.cc:39
Method
Forward
src/model/layer/concat.cc:56
Method
Forward
src/model/layer/opencl_pooling.cc:27
Method
Forward
\copydoc Layer::Forward(int flag, const Tensor&)
src/model/layer/opencl_convolution.cc:28
Method
Forward
src/model/layer/slice.cc:56
Method
Forward
src/model/layer/pooling.cc:86
Method
Forward
src/model/layer/merge.cc:33
Method
Forward
src/model/layer/activation.cc:53
Method
Forward
TODO(wangwei) consider multi-label cases, where target is of shape nb_samples * nb_classes
src/model/metric/accuracy.cc:53
Method
Forward
src/model/loss/softmax_cross_entropy.cc:24
Method
Forward
Do feature transformation for the given 'input' tensor (denoted as x). 'flag' is either kTrain or kEval for feed-forward nets, and would be used for o
include/singa/model/layer.h:103
Method
ForwardAvgPooling
src/model/layer/pooling.cc:235
Method
ForwardMaxPooling
src/model/layer/pooling.cc:162
Method
Free
src/core/device/opencl_device.cc:142
Method
Free
src/core/device/cpp_cpu.cc:66
Method
Free
Free gpu memory.
src/core/device/cuda_gpu.cc:199
Method
FreeLoop
src/core/scheduler/scheduler.cc:690
Function
FullMatch
FullMatch(str, re) returns true iff regular expression re matches the entire str. PartialMatch(str, re) returns true iff regular expression re matches
test/gtest/gtest.h:2061
Method
FullMatch
Returns true iff regular expression re matches the entire str.
test/gtest/gtest-all.cc:8363
Function
GE
src/core/tensor/tensor_math.h:214
Function
GEMM
src/core/tensor/tensor_math.h:445
Function
GEMMBatched
src/core/tensor/tensor_math.h:451
Function
GEMV
src/core/tensor/tensor_math.h:429
Function
GT
src/core/tensor/tensor_math.h:224
Method
GTEST_LOCK_EXCLUDED_
test/gtest/gtest.h:9069
Method
GTestFlagSaver
The c'tor.
test/gtest/gtest-all.cc:565
Method
GTestLog
test/gtest/gtest-all.cc:8695
Method
GTestMutexLock
test/gtest/gtest.h:2520
Method
GTestShouldProcessSEH
Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the given SEH exception, or EXCEPTION_CONTINUE_SEARCH otherwise. This function is usefu
test/gtest/gtest-all.cc:1996
Function
Gaussian
src/core/tensor/tensor_math.h:361
Method
GenerateLogMessage
src/utils/logging.cc:84
Method
GenerateUniqueFileName
Returns a pathname for a file that does not currently exist. The pathname will be directory/base_name.extension or directory/base_name_<number>.extens
test/gtest/gtest-all.cc:8115
Method
GetAbsolutePathToOutputFile
Returns the name of the requested output file, or the default if none was explicitly specified.
test/gtest/gtest-all.cc:1888
Method
GetAllocatedMem
Return the size (bytes) of memory in use TODO(wangwei) override this function for all devices.
include/singa/core/device.h:81
Method
GetArgvsForDeathTestChildProcess
test/gtest/gtest-all.cc:7369
Function
GetBoolAssertionFailureMessage
Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
test/gtest/gtest-all.cc:2507
Function
GetCapturedStdout
Stops capturing stdout and returns the captured string.
test/gtest/gtest-all.cc:8874
Method
GetCurrentDir
Returns the current working directory, or "" if unsuccessful.
test/gtest/gtest-all.cc:7935
Function
GetCurrentOsStackTraceExceptTop
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:6119
Method
GetFileSize
Returns the size (in bytes) of a file.
test/gtest/gtest-all.cc:8809
Method
GetIDs
include/singa/utils/factory.h:73
Method
GetInstance
Gets the singleton UnitTest object. The first time this method is called, a UnitTest object is constructed and returned. Consecutive calls will retu
test/gtest/gtest-all.cc:5125
Method
GetMemUsage
Return a pair for free and total memory managed by this pool.
include/singa/core/memory.h:43
Method
GetMutableTestCase
Gets the i-th test case among all the test cases. i can range from 0 to total_test_case_count() - 1. If i is not in that range, returns NULL.
test/gtest/gtest-all.cc:5228
Method
GetMutableTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
test/gtest/gtest-all.cc:3900
Method
GetOrCreateValue
test/gtest/gtest.h:2623
Method
GetOutputFormat
Returns the output format, or "" for normal printed output.
test/gtest/gtest-all.cc:1876
Method
GetOutputSampleShape
src/model/layer/dense.h:35
Method
GetOutputSampleShape
src/model/layer/dropout.h:33
Method
GetOutputSampleShape
src/model/layer/merge.h:33
Method
GetOutputSampleShape
src/model/layer/flatten.h:33
Method
GetOutputSampleShape
src/model/layer/activation.h:33
Method
GetOutputSampleShape
src/model/layer/prelu.h:35
Method
GetOutputSampleShape
src/model/layer/split.h:35
Method
GetOutputSampleShape
src/model/layer/softmax.h:31
Method
GetOutputSampleShape
src/model/layer/concat.h:36
Method
GetOutputSampleShape
src/model/layer/pooling.h:35
Method
GetOutputSampleShape
the i-th subshape is the shape of the i-th output tensor
src/model/layer/slice.h:38
Method
GetOutputSampleShape
src/model/layer/batchnorm.h:36
Method
GetOutputSampleShape
src/model/layer/convolution.h:34
Method
GetOutputSampleShape
Return the shape of the generated Tensor without the batchsize dimension
include/singa/model/layer.h:84
Method
GetParamSpecs
src/model/feed_forward_net.cc:62
Function
GetRegisteredLayers
include/singa/model/layer.h:243
← previous
next →
2,501–2,600 of 5,531, ranked by callers