MCPcopy Create free account

hub / github.com/Harick1/caffe-yolo / functions

Functions2,741 in github.com/Harick1/caffe-yolo

MethodOnTestCaseEnd
src/gtest/gtest.h:18018
MethodOnTestCaseEnd
src/gtest/gtest-all.cpp:4678
MethodOnTestCaseStart
src/gtest/gtest.h:18014
MethodOnTestCaseStart
src/gtest/gtest-all.cpp:4674
MethodOnTestEnd
src/gtest/gtest.h:18017
MethodOnTestEnd
src/gtest/gtest-all.cpp:4688
MethodOnTestIterationEnd
src/gtest/gtest.h:18021
MethodOnTestIterationEnd
src/gtest/gtest-all.cpp:4668
MethodOnTestIterationStart
src/gtest/gtest.h:18010
MethodOnTestIterationStart
src/gtest/gtest-all.cpp:4663
MethodOnTestPartResult
src/gtest/gtest.h:18016
MethodOnTestPartResult
src/gtest/gtest-all.cpp:4695
MethodOnTestProgramEnd
src/gtest/gtest.h:18023
MethodOnTestProgramEnd
src/gtest/gtest-all.cpp:4009
MethodOnTestProgramStart
src/gtest/gtest.h:18009
MethodOnTestProgramStart
The following methods override what's in the TestEventListener class.
src/gtest/gtest-all.cpp:3997
MethodOnTestStart
src/gtest/gtest.h:18015
MethodOnTestStart
src/gtest/gtest-all.cpp:4684
MethodOpen
src/caffe/util/db_leveldb.cpp:8
MethodOsStackTraceGetter
src/gtest/gtest-all.cpp:831
MethodOsStackTraceGetterInterface
src/gtest/gtest-all.cpp:808
MethodOutputBlobNames
src/caffe/layers/lstm_layer.cpp:41
MethodOutputBlobNames
src/caffe/layers/rnn_layer.cpp:36
MethodOutputXmlCDataSection
Streams an XML CDATA section, escaping invalid CDATA sequences as needed.
src/gtest/gtest-all.cpp:4506
MethodOutputXmlTestInfo
Prints an XML representation of a TestInfo object. TODO(wan): There is also value in printing properties with the plain printer.
src/gtest/gtest-all.cpp:4527
MethodP2PSync
src/caffe/parallel.cpp:202
MethodPReLULayer
* @param param provides PReLUParameter prelu_param, * with PReLULayer options: * - filler (\b optional, FillerParameter, * default
include/caffe/layers/prelu_layer.hpp:33
FunctionPairCompare
examples/cpp_classification/classification.cpp:86
MethodParamGenerator
src/gtest/gtest.h:10097
MethodParamIterator
ParamIterator assumes ownership of the impl_ pointer.
src/gtest/gtest.h:10040
MethodParameterLayer
include/caffe/layers/parameter_layer.hpp:13
MethodParameterizedTestCaseInfo
src/gtest/gtest.h:10387
MethodParameterizedTestCaseInfoBase
src/gtest/gtest.h:10364
MethodParameterizedTestCaseRegistry
src/gtest/gtest.h:10492
MethodParameterizedTestFactory
src/gtest/gtest.h:10290
MethodParams
src/caffe/parallel.cpp:70
MethodPartialMatch
Returns true iff regular expression re matches a substring of str (including str itself).
src/gtest/gtest-all.cpp:7938
FunctionPassed
Returns true iff the test passed (i.e. no test part failed).
src/gtest/gtest.h:17549
MethodPatternMatchesString
Returns true iff the wildcard pattern matches the string. The first ':' or '\0' character in pattern marks the end of it. This recursive algorithm i
src/gtest/gtest-all.cpp:1736
MethodPoolingLayer
include/caffe/layers/pooling_layer.hpp:20
MethodPoolingLayerTest
src/caffe/test/test_pooling_layer.cpp:24
MethodPositiveUnitballFiller
include/caffe/filler.hpp:103
MethodPositiveUnitballFillerTest
src/caffe/test/test_filler.cpp:69
MethodPowerLayer
* @param param provides PowerParameter power_param, * with PowerLayer options: * - scale (\b optional, default 1) the scale @f$ \alpha @f$
include/caffe/layers/power_layer.hpp:29
MethodPowerLayerTest
src/caffe/test/test_power_layer.cpp:21
MethodPreSolve
src/caffe/solvers/sgd_solver.cpp:75
MethodPredict
examples/cpp_classification/classification.cpp:150
MethodPrefetchRand
src/caffe/layers/window_data_layer.cpp:219
MethodPrepare
src/caffe/parallel.cpp:383
MethodPreprocess
examples/cpp_classification/classification.cpp:189
MethodPrettyUnitTestResultPrinter
src/gtest/gtest-all.cpp:3991
MethodPrint
Note: we deliberately don't call this PrintTo(), as that name conflicts with ::testing::internal::PrintTo in the body of the function.
src/gtest/gtest.h:9776
MethodPrint
Prints the given array, omitting some elements when there are too many.
src/gtest/gtest.h:9828
MethodPrint
src/gtest/gtest.h:9844
FunctionPrintAsCharLiteralTo
src/gtest/gtest-all.cpp:8695
FunctionPrintCharAndCodeTo
src/gtest/gtest-all.cpp:8765
MethodPrintFailedTests
Internal helper for printing the list of failed tests.
src/gtest/gtest-all.cpp:4133
MethodPrintPrefixTo
src/gtest/gtest.h:9900
MethodPrintPrefixTo
src/gtest/gtest.h:9922
MethodPrintPrefixTo
src/gtest/gtest.h:9935
MethodPrintTestName
src/gtest/gtest-all.cpp:3992
FunctionPrintTo
src/gtest/gtest-all.cpp:8790
MethodPrintValue
This default version is called when kTypeKind is kOtherType.
src/gtest/gtest.h:9320
MethodPrintValue
src/gtest/gtest.h:9334
MethodPrintValue
Since T has no << operator or PrintTo() but can be implicitly converted to BiggestInt, we print it as a BiggestInt. Most likely T is an enum type (ei
src/gtest/gtest.h:9353
MethodPrintXmlTestCase
Prints an XML representation of a TestCase object
src/gtest/gtest-all.cpp:4575
MethodPrintXmlUnitTest
Prints an XML summary of unit_test to output stream out.
src/gtest/gtest-all.cpp:4596
MethodPut
include/caffe/util/db_leveldb.hpp:32
MethodPythonCallback
python/caffe/_caffe.cpp:237
MethodPythonLayer
include/caffe/layers/python_layer.hpp:16
MethodQueuePair
src/caffe/data_reader.cpp:44
MethodRMSPropSolver
include/caffe/sgd_solvers.hpp:86
MethodRNG
src/caffe/common.cpp:92
MethodRNNLayer
include/caffe/layers/rnn_layer.hpp:32
MethodRNNLayerTest
src/caffe/test/test_rnn_layer.cpp:21
MethodRand
src/caffe/data_transformer.cpp:637
FunctionRandom
src/gtest/gtest.h:7434
MethodRandomNumberGeneratorTest
src/caffe/test/test_random_number_generator.cpp:16
FunctionRange
src/gtest/gtest.h:15422
MethodRangeGenerator
src/gtest/gtest.h:10119
MethodReLULayer
* @param param provides ReLUParameter relu_param, * with ReLULayer options: * - negative_slope (\b optional, default 0). * the valu
include/caffe/layers/relu_layer.hpp:27
MethodReadAndInterpretStatusByte
Called in the parent process only. Reads the result code of the death test child process via a pipe, interprets it to set the outcome_ member, and clo
src/gtest/gtest-all.cpp:6581
MethodReadEntireFile
Reads the entire content of a file as a string.
src/gtest/gtest-all.cpp:8363
FunctionReadFileToDatum
include/caffe/util/io.hpp:95
FunctionReadImageToDatum
include/caffe/util/io.hpp:103
FunctionReadProtoFromTextFileOrDie
include/caffe/util/io.hpp:58
MethodRecordProperty
src/gtest/gtest-all.cpp:1417
MethodRecurrentInputBlobNames
src/caffe/layers/lstm_layer.cpp:14
MethodRecurrentInputShapes
src/caffe/layers/lstm_layer.cpp:28
MethodRecurrentInputShapes
src/caffe/layers/rnn_layer.cpp:26
MethodRecurrentLayer
include/caffe/layers/recurrent_layer.hpp:28
MethodRecurrentOutputBlobNames
src/caffe/layers/lstm_layer.cpp:21
MethodReductionLayer
include/caffe/layers/reduction_layer.hpp:22
MethodReductionLayerTest
src/caffe/test/test_reduction_layer.cpp:20
MethodRegister
'index' is the index of the test in the type list 'Types' specified in INSTANTIATE_TYPED_TEST_CASE_P(Prefix, TestCase, Types). Valid values for 'inde
src/gtest/gtest.h:7326
MethodRegister
src/gtest/gtest.h:7355
MethodRegister
src/gtest/gtest.h:7368
MethodRegister
src/gtest/gtest.h:7386
MethodRegisterParameterizedTests
This method expands all parameterized tests registered with macros TEST_P and INSTANTIATE_TEST_CASE_P into regular tests and registers those. This wil
src/gtest/gtest-all.cpp:3602
MethodRegisterTests
src/gtest/gtest.h:10533
← previousnext →1,701–1,800 of 2,741, ranked by callers