Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Yijunmaverick/GenerativeFaceCompletion
/ functions
Functions
2,509 in github.com/Yijunmaverick/GenerativeFaceCompletion
⨍
Functions
2,509
◇
Types & classes
783
Function
TYPED_TEST
src/caffe/test/test_split_layer.cpp:51
Function
TYPED_TEST
src/caffe/test/test_dummy_data_layer.cpp:46
Function
TYPED_TEST
src/caffe/test/test_softmax_with_loss_layer.cpp:56
Function
TYPED_TEST
src/caffe/test/test_lrn_layer.cpp:115
Function
TYPED_TEST
src/caffe/test/test_flatten_layer.cpp:40
Function
TYPED_TEST
src/caffe/test/test_power_layer.cpp:90
Function
TYPED_TEST
src/caffe/test/test_filler.cpp:29
Function
TYPED_TEST
src/caffe/test/test_maxpool_dropout_layers.cpp:43
Function
TYPED_TEST
src/caffe/test/test_inner_product_layer.cpp:48
Function
TYPED_TEST
src/caffe/test/test_neuron_layer.cpp:167
Function
TYPED_TEST
src/caffe/test/test_layer_factory.cpp:22
Function
TYPED_TEST
src/caffe/test/test_reshape_layer.cpp:41
Function
TYPED_TEST
src/caffe/test/test_infogain_loss_layer.cpp:61
Function
TYPED_TEST
src/caffe/test/test_filter_layer.cpp:69
Function
TYPED_TEST
src/caffe/test/test_mvn_layer.cpp:40
Function
TYPED_TEST
src/caffe/test/test_blob.cpp:27
Function
TYPED_TEST
src/caffe/test/test_euclidean_loss_layer.cpp:75
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:47
Function
TYPED_TEST
src/caffe/test/test_db.cpp:65
Function
TYPED_TEST
src/caffe/test/test_accuracy_layer.cpp:76
Function
TYPED_TEST
src/caffe/test/test_util_blas.cpp:22
Function
TYPED_TEST
src/caffe/test/test_spp_layer.cpp:55
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/neuron_layers.hpp:600
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
TemporalLstmLayer
include/caffe/vision_layers.hpp:740
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:338
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:329
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:710
Method
TestForwardRectWide
Test for rectangular pooling layer with kernel_w > kernel_h
src/caffe/test/test_pooling_layer.cpp:835
Method
TestForwardSquare
Test for 2x 2 square pooling layer
src/caffe/test/test_pooling_layer.cpp:638
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/neuron_layers.hpp:687
Method
ThresholdLayerTest
src/caffe/test/test_threshold_layer.cpp:18
Method
TileLayer
include/caffe/common_layers.hpp:730
Method
TileLayerTest
src/caffe/test/test_tile_layer.cpp:21
Method
Timer
src/caffe/util/benchmark.cpp:8
Function
ToLower
src/gtest/gtest.h:2595
Method
ToProto
src/caffe/blob.cpp:497
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:53
Method
UniformFillerTest
src/caffe/test/test_filler.cpp:42
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:150
Method
UpdateDebugInfo
src/caffe/net.cpp:711
Method
UpsampleLayer
include/caffe/vision_layers.hpp:590
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
← previous
next →
1,801–1,900 of 2,509, ranked by callers