MCPcopy Create free account

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

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

FunctionTYPED_TEST
src/caffe/test/test_layer_factory.cpp:22
FunctionTYPED_TEST
src/caffe/test/test_reshape_layer.cpp:40
FunctionTYPED_TEST
src/caffe/test/test_rnn_layer.cpp:68
FunctionTYPED_TEST
src/caffe/test/test_infogain_loss_layer.cpp:58
FunctionTYPED_TEST
src/caffe/test/test_filter_layer.cpp:67
FunctionTYPED_TEST
src/caffe/test/test_mvn_layer.cpp:38
FunctionTYPED_TEST
src/caffe/test/test_blob.cpp:26
FunctionTYPED_TEST
src/caffe/test/test_euclidean_loss_layer.cpp:73
FunctionTYPED_TEST
src/caffe/test/test_solver_factory.cpp:36
FunctionTYPED_TEST
src/caffe/test/test_argmax_layer.cpp:40
FunctionTYPED_TEST
src/caffe/test/test_tile_layer.cpp:46
FunctionTYPED_TEST
src/caffe/test/test_db.cpp:65
FunctionTYPED_TEST
src/caffe/test/test_accuracy_layer.cpp:74
FunctionTYPED_TEST
src/caffe/test/test_util_blas.cpp:20
FunctionTYPED_TEST
src/caffe/test/test_spp_layer.cpp:58
FunctionTYPED_TEST
Then, use TYPED_TEST() instead of TEST_F() to define as many typed tests for this test case as you want.
src/gtest/gtest.h:16899
FunctionTYPED_TEST_P
Then, use TYPED_TEST_P() to define as many type-parameterized tests for this type-parameterized test case as you want.
src/gtest/gtest.h:16950
MethodTanHLayer
include/caffe/layers/tanh_layer.hpp:25
MethodTanHLayerTest
src/caffe/test/test_tanh_layer.cpp:35
MethodTearDown
Override this to define how to tear down the environment.
src/gtest/gtest.h:17944
FunctionTearDownEnvironment
src/gtest/gtest-all.cpp:5437
FunctionTearDownTestCase
Tears down the stuff shared by all tests in this test case. Google Test will call Foo::TearDownTestCase() after running the last test in test case Fo
src/gtest/gtest.h:17407
MethodTersePrintPrefixToStrings
src/gtest/gtest.h:9910
MethodTersePrintPrefixToStrings
src/gtest/gtest.h:9925
MethodTersePrintPrefixToStrings
src/gtest/gtest.h:9941
MethodTest
src/caffe/solver.cpp:335
MethodTest
The c'tor saves the values of all Google Test flags.
src/gtest/gtest-all.cpp:3200
MethodTestAll
src/caffe/solver.cpp:326
MethodTestCase
Creates a TestCase with the given name. Arguments: name: name of the test case a_type_param: the name of the test case's type parameter, or
src/gtest/gtest-all.cpp:3694
FunctionTestCaseFailed
Returns true iff the test case failed.
src/gtest/gtest-all.cpp:1632
MethodTestCaseNameIs
Constructor.
src/gtest/gtest-all.cpp:5375
FunctionTestCasePassed
Returns true iff the test case passed.
src/gtest/gtest-all.cpp:1627
FunctionTestDisabled
Returns true iff test is disabled.
src/gtest/gtest.h:17881
MethodTestEventListeners
src/gtest/gtest-all.cpp:4854
MethodTestEventRepeater
src/gtest/gtest-all.cpp:4202
MethodTestFactoryBase
src/gtest/gtest.h:7198
FunctionTestFailed
Returns true iff test failed.
src/gtest/gtest.h:17876
MethodTestForwardRectHigh
Test for 3x 2 rectangular pooling layer with kernel_h > kernel_w
src/caffe/test/test_pooling_layer.cpp:713
MethodTestForwardRectWide
Test for rectangular pooling layer with kernel_w > kernel_h
src/caffe/test/test_pooling_layer.cpp:838
MethodTestForwardSquare
Test for 2x 2 square pooling layer
src/caffe/test/test_pooling_layer.cpp:641
MethodTestInfo
src/gtest/gtest.h:10460
MethodTestInfo
Constructs a TestInfo object. It assumes ownership of the test factory object. TODO(vladl@google.com): Make a_test_case_name and a_name const string&'
src/gtest/gtest-all.cpp:3493
MethodTestMetaFactory
src/gtest/gtest.h:10329
MethodTestNameIs
Constructor. TestNameIs has NO default constructor.
src/gtest/gtest-all.cpp:3583
FunctionTestPartFatallyFailed
Returns true iff the test part fatally failed.
src/gtest/gtest-all.cpp:3165
FunctionTestPartNonfatallyFailed
Returns true iff the test part non-fatally failed.
src/gtest/gtest-all.cpp:3175
FunctionTestPassed
Returns true iff test passed.
src/gtest/gtest.h:17871
MethodTestPropertiesAsXmlAttributes
Produces a string representing the test properties in a result as space delimited XML attributes based on the property key="value" pairs.
src/gtest/gtest-all.cpp:4617
MethodTestProperty
C'tor. TestProperty does NOT have a default constructor. Always use this constructor (with parameters) to create a TestProperty object.
src/gtest/gtest.h:17501
MethodTestPropertyKeyIs
Constructor. TestPropertyKeyIs has NO default constructor.
src/gtest/gtest-all.cpp:739
MethodTestResult
Creates an empty TestResult.
src/gtest/gtest-all.cpp:3077
FunctionThreadFuncWithCLinkage
src/gtest/gtest.h:2186
MethodThreadLocal
src/gtest/gtest.h:2391
MethodThreadWithParam
src/gtest/gtest.h:2208
MethodThresholdLayer
* @param param provides ThresholdParameter threshold_param, * with ThresholdLayer options: * - threshold (\b optional, default 0). *
include/caffe/layers/threshold_layer.hpp:27
MethodThresholdLayerTest
src/caffe/test/test_threshold_layer.cpp:18
MethodTileLayer
include/caffe/layers/tile_layer.hpp:18
MethodTileLayerTest
src/caffe/test/test_tile_layer.cpp:20
MethodTimer
src/caffe/util/benchmark.cpp:8
FunctionToLower
src/gtest/gtest.h:2595
MethodToProto
src/caffe/blob.cpp:499
MethodToProto
include/caffe/layer.hpp:507
FunctionToString
src/gtest/gtest.h:3280
MethodTransaction
include/caffe/util/db.hpp:28
MethodUniformFiller
include/caffe/filler.hpp:52
MethodUniformFillerTest
src/caffe/test/test_filler.cpp:40
MethodUnitTest
Creates an empty UnitTest.
src/gtest/gtest-all.cpp:5216
FunctionUniversalPrintArray
Prints a (const) char array of 'len' elements, starting at address 'begin'.
src/gtest/gtest-all.cpp:8823
FunctionUniversalTersePrintTupleFieldsToStrings
src/gtest/gtest.h:9962
MethodUnlock
src/caffe/layer.cpp:19
MethodUnshuffleTests
Restores the test order to before the first shuffle.
src/gtest/gtest-all.cpp:3771
MethodUpdate
src/caffe/blob.cpp:152
MethodUpdateDebugInfo
src/caffe/net.cpp:647
MethodUpdateSmoothedLoss
src/caffe/solver.cpp:482
MethodUrlEncode
Checks if str contains '=', '&', '%' or '\n' characters. If yes, replaces them by "%xx" where xx is their hexadecimal value. For example, replaces "="
src/gtest/gtest-all.cpp:4743
MethodUtf16ToAnsi
Creates an ANSI string from the given wide string, allocating memory using new. The caller is responsible for deleting the return value using delete[]
src/gtest/gtest-all.cpp:2179
MethodValidateTestProperty
Adds a failure if the key is a reserved attribute of Google Test testcase tags. Returns true if the property is valid.
src/gtest/gtest-all.cpp:3134
MethodValueArray1
src/gtest/gtest.h:10630
MethodValueArray10
src/gtest/gtest.h:10838
MethodValueArray11
src/gtest/gtest.h:10869
MethodValueArray12
src/gtest/gtest.h:10901
MethodValueArray13
src/gtest/gtest.h:10935
MethodValueArray14
src/gtest/gtest.h:10971
MethodValueArray15
src/gtest/gtest.h:11008
MethodValueArray16
src/gtest/gtest.h:11047
MethodValueArray17
src/gtest/gtest.h:11088
MethodValueArray18
src/gtest/gtest.h:11130
MethodValueArray19
src/gtest/gtest.h:11173
MethodValueArray2
src/gtest/gtest.h:10645
MethodValueArray20
src/gtest/gtest.h:11217
MethodValueArray21
src/gtest/gtest.h:11264
MethodValueArray22
src/gtest/gtest.h:11312
MethodValueArray23
src/gtest/gtest.h:11361
MethodValueArray24
src/gtest/gtest.h:11413
MethodValueArray25
src/gtest/gtest.h:11466
MethodValueArray26
src/gtest/gtest.h:11521
MethodValueArray27
src/gtest/gtest.h:11577
MethodValueArray28
src/gtest/gtest.h:11635
MethodValueArray29
src/gtest/gtest.h:11694
MethodValueArray3
src/gtest/gtest.h:10664
← previousnext →2,001–2,100 of 2,741, ranked by callers