MCPcopy Create free account

hub / github.com/apache/singa / functions

Functions5,531 in github.com/apache/singa

MethodFill
include/singa/model/initializer.h:49
MethodFill
include/singa/model/initializer.h:63
MethodFill
include/singa/model/initializer.h:77
MethodFill
include/singa/model/initializer.h:87
MethodFilterMatchesTest
Returns true iff the user-specified filter matches the test case name and the test name.
test/gtest/gtest-all.cc:1964
MethodFilterTests
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
MethodFindLastPathSeparator
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
FunctionFloatLE
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
MethodFloatingPoint
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
FunctionFloatingPointLE
test/gtest/gtest-all.cc:2545
FunctionFloor
src/core/tensor/tensor_math.h:109
MethodFlush
src/io/binfile_writer.cc:85
MethodFlush
src/io/textfile_writer.cc:56
MethodForkingDeathTest
Constructs a ForkingDeathTest.
test/gtest/gtest-all.cc:7286
MethodFormat
test/gtest/gtest.h:18779
MethodFormat
src/model/layer/prelu.h:51
MethodFormatBool
test/gtest/gtest-all.cc:1607
MethodFormatByte
Formats a byte as "%02X".
test/gtest/gtest-all.cc:3134
MethodFormatHexInt
Formats an int value as "%X".
test/gtest/gtest-all.cc:3127
MethodFormatIntWidth2
Formats an int value as "%02d".
test/gtest/gtest-all.cc:3120
MethodForward
src/model/layer/rnn.cc:85
MethodForward
src/model/layer/cudnn_lrn.cc:46
MethodForward
src/model/layer/softmax.cc:32
MethodForward
src/model/layer/cudnn_convolution.cc:161
MethodForward
src/model/layer/cudnn_rnn.cc:258
MethodForward
src/model/layer/flatten.cc:37
MethodForward
src/model/layer/cudnn_batchnorm.cc:64
MethodForward
src/model/layer/cudnn_dropout.cc:65
MethodForward
src/model/layer/cudnn_activation.cc:61
MethodForward
src/model/layer/cudnn_pooling.cc:74
MethodForward
\copydoc Layer::Forward(int flag, const Tensor&)
src/model/layer/convolution.cc:107
MethodForward
src/model/layer/prelu.cc:37
MethodForward
\copydoc Layer::Forward(int flag, const Tensor&)
src/model/layer/dense.cc:53
MethodForward
src/model/layer/batchnorm.cc:68
MethodForward
src/model/layer/cudnn_softmax.cc:58
MethodForward
src/model/layer/split.cc:35
MethodForward
src/model/layer/dropout.cc:33
MethodForward
src/model/layer/lrn.cc:39
MethodForward
src/model/layer/concat.cc:56
MethodForward
src/model/layer/opencl_pooling.cc:27
MethodForward
\copydoc Layer::Forward(int flag, const Tensor&)
src/model/layer/opencl_convolution.cc:28
MethodForward
src/model/layer/slice.cc:56
MethodForward
src/model/layer/pooling.cc:86
MethodForward
src/model/layer/merge.cc:33
MethodForward
src/model/layer/activation.cc:53
MethodForward
TODO(wangwei) consider multi-label cases, where target is of shape nb_samples * nb_classes
src/model/metric/accuracy.cc:53
MethodForward
src/model/loss/softmax_cross_entropy.cc:24
MethodForward
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
MethodForwardAvgPooling
src/model/layer/pooling.cc:235
MethodForwardMaxPooling
src/model/layer/pooling.cc:162
MethodFree
src/core/device/opencl_device.cc:142
MethodFree
src/core/device/cpp_cpu.cc:66
MethodFree
Free gpu memory.
src/core/device/cuda_gpu.cc:199
MethodFreeLoop
src/core/scheduler/scheduler.cc:690
FunctionFullMatch
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
MethodFullMatch
Returns true iff regular expression re matches the entire str.
test/gtest/gtest-all.cc:8363
FunctionGE
src/core/tensor/tensor_math.h:214
FunctionGEMM
src/core/tensor/tensor_math.h:445
FunctionGEMMBatched
src/core/tensor/tensor_math.h:451
FunctionGEMV
src/core/tensor/tensor_math.h:429
FunctionGT
src/core/tensor/tensor_math.h:224
MethodGTEST_LOCK_EXCLUDED_
test/gtest/gtest.h:9069
MethodGTestFlagSaver
The c'tor.
test/gtest/gtest-all.cc:565
MethodGTestLog
test/gtest/gtest-all.cc:8695
MethodGTestMutexLock
test/gtest/gtest.h:2520
MethodGTestShouldProcessSEH
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
FunctionGaussian
src/core/tensor/tensor_math.h:361
MethodGenerateLogMessage
src/utils/logging.cc:84
MethodGenerateUniqueFileName
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
MethodGetAbsolutePathToOutputFile
Returns the name of the requested output file, or the default if none was explicitly specified.
test/gtest/gtest-all.cc:1888
MethodGetAllocatedMem
Return the size (bytes) of memory in use TODO(wangwei) override this function for all devices.
include/singa/core/device.h:81
MethodGetArgvsForDeathTestChildProcess
test/gtest/gtest-all.cc:7369
FunctionGetBoolAssertionFailureMessage
Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
test/gtest/gtest-all.cc:2507
FunctionGetCapturedStdout
Stops capturing stdout and returns the captured string.
test/gtest/gtest-all.cc:8874
MethodGetCurrentDir
Returns the current working directory, or "" if unsuccessful.
test/gtest/gtest-all.cc:7935
FunctionGetCurrentOsStackTraceExceptTop
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
MethodGetFileSize
Returns the size (in bytes) of a file.
test/gtest/gtest-all.cc:8809
MethodGetIDs
include/singa/utils/factory.h:73
MethodGetInstance
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
MethodGetMemUsage
Return a pair for free and total memory managed by this pool.
include/singa/core/memory.h:43
MethodGetMutableTestCase
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
MethodGetMutableTestInfo
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
MethodGetOrCreateValue
test/gtest/gtest.h:2623
MethodGetOutputFormat
Returns the output format, or "" for normal printed output.
test/gtest/gtest-all.cc:1876
MethodGetOutputSampleShape
src/model/layer/dense.h:35
MethodGetOutputSampleShape
src/model/layer/dropout.h:33
MethodGetOutputSampleShape
src/model/layer/merge.h:33
MethodGetOutputSampleShape
src/model/layer/flatten.h:33
MethodGetOutputSampleShape
src/model/layer/activation.h:33
MethodGetOutputSampleShape
src/model/layer/prelu.h:35
MethodGetOutputSampleShape
src/model/layer/split.h:35
MethodGetOutputSampleShape
src/model/layer/softmax.h:31
MethodGetOutputSampleShape
src/model/layer/concat.h:36
MethodGetOutputSampleShape
src/model/layer/pooling.h:35
MethodGetOutputSampleShape
the i-th subshape is the shape of the i-th output tensor
src/model/layer/slice.h:38
MethodGetOutputSampleShape
src/model/layer/batchnorm.h:36
MethodGetOutputSampleShape
src/model/layer/convolution.h:34
MethodGetOutputSampleShape
Return the shape of the generated Tensor without the batchsize dimension
include/singa/model/layer.h:84
MethodGetParamSpecs
src/model/feed_forward_net.cc:62
FunctionGetRegisteredLayers
include/singa/model/layer.h:243
← previousnext →2,501–2,600 of 5,531, ranked by callers