Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Harick1/caffe-yolo
/ functions
Functions
2,741 in github.com/Harick1/caffe-yolo
⨍
Functions
2,741
◇
Types & classes
813
↳
Endpoints
3
Function
TYPED_TEST
src/caffe/test/test_layer_factory.cpp:22
Function
TYPED_TEST
src/caffe/test/test_reshape_layer.cpp:40
Function
TYPED_TEST
src/caffe/test/test_rnn_layer.cpp:68
Function
TYPED_TEST
src/caffe/test/test_infogain_loss_layer.cpp:58
Function
TYPED_TEST
src/caffe/test/test_filter_layer.cpp:67
Function
TYPED_TEST
src/caffe/test/test_mvn_layer.cpp:38
Function
TYPED_TEST
src/caffe/test/test_blob.cpp:26
Function
TYPED_TEST
src/caffe/test/test_euclidean_loss_layer.cpp:73
Function
TYPED_TEST
src/caffe/test/test_solver_factory.cpp:36
Function
TYPED_TEST
src/caffe/test/test_argmax_layer.cpp:40
Function
TYPED_TEST
src/caffe/test/test_tile_layer.cpp:46
Function
TYPED_TEST
src/caffe/test/test_db.cpp:65
Function
TYPED_TEST
src/caffe/test/test_accuracy_layer.cpp:74
Function
TYPED_TEST
src/caffe/test/test_util_blas.cpp:20
Function
TYPED_TEST
src/caffe/test/test_spp_layer.cpp:58
Function
TYPED_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
Function
TYPED_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
Method
TanHLayer
include/caffe/layers/tanh_layer.hpp:25
Method
TanHLayerTest
src/caffe/test/test_tanh_layer.cpp:35
Method
TearDown
Override this to define how to tear down the environment.
src/gtest/gtest.h:17944
Function
TearDownEnvironment
src/gtest/gtest-all.cpp:5437
Function
TearDownTestCase
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
Method
TersePrintPrefixToStrings
src/gtest/gtest.h:9910
Method
TersePrintPrefixToStrings
src/gtest/gtest.h:9925
Method
TersePrintPrefixToStrings
src/gtest/gtest.h:9941
Method
Test
src/caffe/solver.cpp:335
Method
Test
The c'tor saves the values of all Google Test flags.
src/gtest/gtest-all.cpp:3200
Method
TestAll
src/caffe/solver.cpp:326
Method
TestCase
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
Function
TestCaseFailed
Returns true iff the test case failed.
src/gtest/gtest-all.cpp:1632
Method
TestCaseNameIs
Constructor.
src/gtest/gtest-all.cpp:5375
Function
TestCasePassed
Returns true iff the test case passed.
src/gtest/gtest-all.cpp:1627
Function
TestDisabled
Returns true iff test is disabled.
src/gtest/gtest.h:17881
Method
TestEventListeners
src/gtest/gtest-all.cpp:4854
Method
TestEventRepeater
src/gtest/gtest-all.cpp:4202
Method
TestFactoryBase
src/gtest/gtest.h:7198
Function
TestFailed
Returns true iff test failed.
src/gtest/gtest.h:17876
Method
TestForwardRectHigh
Test for 3x 2 rectangular pooling layer with kernel_h > kernel_w
src/caffe/test/test_pooling_layer.cpp:713
Method
TestForwardRectWide
Test for rectangular pooling layer with kernel_w > kernel_h
src/caffe/test/test_pooling_layer.cpp:838
Method
TestForwardSquare
Test for 2x 2 square pooling layer
src/caffe/test/test_pooling_layer.cpp:641
Method
TestInfo
src/gtest/gtest.h:10460
Method
TestInfo
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
Method
TestMetaFactory
src/gtest/gtest.h:10329
Method
TestNameIs
Constructor. TestNameIs has NO default constructor.
src/gtest/gtest-all.cpp:3583
Function
TestPartFatallyFailed
Returns true iff the test part fatally failed.
src/gtest/gtest-all.cpp:3165
Function
TestPartNonfatallyFailed
Returns true iff the test part non-fatally failed.
src/gtest/gtest-all.cpp:3175
Function
TestPassed
Returns true iff test passed.
src/gtest/gtest.h:17871
Method
TestPropertiesAsXmlAttributes
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
Method
TestProperty
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
Method
TestPropertyKeyIs
Constructor. TestPropertyKeyIs has NO default constructor.
src/gtest/gtest-all.cpp:739
Method
TestResult
Creates an empty TestResult.
src/gtest/gtest-all.cpp:3077
Function
ThreadFuncWithCLinkage
src/gtest/gtest.h:2186
Method
ThreadLocal
src/gtest/gtest.h:2391
Method
ThreadWithParam
src/gtest/gtest.h:2208
Method
ThresholdLayer
* @param param provides ThresholdParameter threshold_param, * with ThresholdLayer options: * - threshold (\b optional, default 0). *
include/caffe/layers/threshold_layer.hpp:27
Method
ThresholdLayerTest
src/caffe/test/test_threshold_layer.cpp:18
Method
TileLayer
include/caffe/layers/tile_layer.hpp:18
Method
TileLayerTest
src/caffe/test/test_tile_layer.cpp:20
Method
Timer
src/caffe/util/benchmark.cpp:8
Function
ToLower
src/gtest/gtest.h:2595
Method
ToProto
src/caffe/blob.cpp:499
Method
ToProto
include/caffe/layer.hpp:507
Function
ToString
src/gtest/gtest.h:3280
Method
Transaction
include/caffe/util/db.hpp:28
Method
UniformFiller
include/caffe/filler.hpp:52
Method
UniformFillerTest
src/caffe/test/test_filler.cpp:40
Method
UnitTest
Creates an empty UnitTest.
src/gtest/gtest-all.cpp:5216
Function
UniversalPrintArray
Prints a (const) char array of 'len' elements, starting at address 'begin'.
src/gtest/gtest-all.cpp:8823
Function
UniversalTersePrintTupleFieldsToStrings
src/gtest/gtest.h:9962
Method
Unlock
src/caffe/layer.cpp:19
Method
UnshuffleTests
Restores the test order to before the first shuffle.
src/gtest/gtest-all.cpp:3771
Method
Update
src/caffe/blob.cpp:152
Method
UpdateDebugInfo
src/caffe/net.cpp:647
Method
UpdateSmoothedLoss
src/caffe/solver.cpp:482
Method
UrlEncode
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
Method
Utf16ToAnsi
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
Method
ValidateTestProperty
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
Method
ValueArray1
src/gtest/gtest.h:10630
Method
ValueArray10
src/gtest/gtest.h:10838
Method
ValueArray11
src/gtest/gtest.h:10869
Method
ValueArray12
src/gtest/gtest.h:10901
Method
ValueArray13
src/gtest/gtest.h:10935
Method
ValueArray14
src/gtest/gtest.h:10971
Method
ValueArray15
src/gtest/gtest.h:11008
Method
ValueArray16
src/gtest/gtest.h:11047
Method
ValueArray17
src/gtest/gtest.h:11088
Method
ValueArray18
src/gtest/gtest.h:11130
Method
ValueArray19
src/gtest/gtest.h:11173
Method
ValueArray2
src/gtest/gtest.h:10645
Method
ValueArray20
src/gtest/gtest.h:11217
Method
ValueArray21
src/gtest/gtest.h:11264
Method
ValueArray22
src/gtest/gtest.h:11312
Method
ValueArray23
src/gtest/gtest.h:11361
Method
ValueArray24
src/gtest/gtest.h:11413
Method
ValueArray25
src/gtest/gtest.h:11466
Method
ValueArray26
src/gtest/gtest.h:11521
Method
ValueArray27
src/gtest/gtest.h:11577
Method
ValueArray28
src/gtest/gtest.h:11635
Method
ValueArray29
src/gtest/gtest.h:11694
Method
ValueArray3
src/gtest/gtest.h:10664
← previous
next →
2,001–2,100 of 2,741, ranked by callers