MCPcopy Create free account

hub / github.com/alexgkendall/caffe-segnet / functions

Functions1,866 in github.com/alexgkendall/caffe-segnet

MethodSoftmaxLayer
include/caffe/common_layers.hpp:123
MethodSoftmaxLayerTest
src/caffe/test/test_softmax_layer.cpp:21
MethodSoftmaxWithLossLayer
include/caffe/loss_layers.hpp:223
MethodSoftmaxWithLossLayerTest
src/caffe/test/test_softmax_with_loss_layer.cpp:23
MethodSolve
include/caffe/solver.hpp:22
MethodSolveResume
python/caffe/_caffe.cpp:301
MethodSolver
src/caffe/solver.cpp:17
MethodSplitLayer
include/caffe/common_layers.hpp:155
MethodSplitLayerTest
src/caffe/test/test_split_layer.cpp:24
MethodStartInternalThread
Returns true if the thread was successfully started **/
include/caffe/internal_thread.hpp:19
MethodStateMeetsRule
src/caffe/net.cpp:218
FunctionStaticAssertTypeEq
src/gtest/gtest.h:19456
MethodStochasticPoolingLayerTest
src/caffe/test/test_stochastic_pooling.cpp:22
FunctionStreamHelper
src/gtest/gtest.h:8695
MethodStreamingListener
src/gtest/gtest-all.cpp:4638
MethodSuppressTestEventsIfInSubprocess
Disables event forwarding if the control is currently in a death test subprocess. Must not be called before InitGoogleTest.
src/gtest/gtest-all.cpp:5294
MethodSyncedMemory
include/caffe/syncedmem.hpp:36
FunctionTEST_F
src/caffe/test/test_upgrade_proto.cpp:43
FunctionTEST_F
src/caffe/test/test_protobuf.cpp:16
FunctionTEST_F
src/caffe/test/test_net.cpp:857
FunctionTEST_F
src/caffe/test/test_platform.cpp:17
FunctionTEST_F
src/caffe/test/test_split_layer.cpp:136
FunctionTEST_F
src/caffe/test/test_syncedmem.cpp:17
FunctionTEST_F
src/caffe/test/test_common.cpp:17
FunctionTEST_F
src/gtest/gtest.h:8894
FunctionTEST_P
src/gtest/gtest.h:8791
FunctionTYPED_TEST
src/caffe/test/test_stochastic_pooling.cpp:50
FunctionTYPED_TEST
src/caffe/test/test_im2col_layer.cpp:39
FunctionTYPED_TEST
src/caffe/test/test_sigmoid_cross_entropy_loss_layer.cpp:99
FunctionTYPED_TEST
src/caffe/test/test_math_functions.cpp:69
FunctionTYPED_TEST
src/caffe/test/test_benchmark.cpp:17
FunctionTYPED_TEST
src/caffe/test/test_tanh_layer.cpp:42
FunctionTYPED_TEST
src/caffe/test/test_hdf5data_layer.cpp:53
FunctionTYPED_TEST
src/caffe/test/test_random_number_generator.cpp:210
FunctionTYPED_TEST
src/caffe/test/test_concat_layer.cpp:61
FunctionTYPED_TEST
src/caffe/test/test_eltwise_layer.cpp:52
FunctionTYPED_TEST
src/caffe/test/test_hinge_loss_layer.cpp:51
FunctionTYPED_TEST
src/caffe/test/test_memory_data_layer.cpp:59
FunctionTYPED_TEST
src/caffe/test/test_softmax_layer.cpp:40
FunctionTYPED_TEST
src/caffe/test/test_data_layer.cpp:314
FunctionTYPED_TEST
src/caffe/test/test_image_data_layer.cpp:60
FunctionTYPED_TEST
src/caffe/test/test_threshold_layer.cpp:39
FunctionTYPED_TEST
src/caffe/test/test_multinomial_logistic_loss_layer.cpp:48
FunctionTYPED_TEST
src/caffe/test/test_net.cpp:483
FunctionTYPED_TEST
src/caffe/test/test_hdf5_output_layer.cpp:74
FunctionTYPED_TEST
src/caffe/test/test_pooling_layer.cpp:373
FunctionTYPED_TEST
src/caffe/test/test_slice_layer.cpp:62
FunctionTYPED_TEST
src/caffe/test/test_convolution_layer.cpp:54
FunctionTYPED_TEST
src/caffe/test/test_solver.cpp:45
FunctionTYPED_TEST
src/caffe/test/test_split_layer.cpp:50
FunctionTYPED_TEST
src/caffe/test/test_dummy_data_layer.cpp:49
FunctionTYPED_TEST
src/caffe/test/test_softmax_with_loss_layer.cpp:50
FunctionTYPED_TEST
src/caffe/test/test_lrn_layer.cpp:115
FunctionTYPED_TEST
src/caffe/test/test_flatten_layer.cpp:40
FunctionTYPED_TEST
src/caffe/test/test_power_layer.cpp:90
FunctionTYPED_TEST
src/caffe/test/test_filler.cpp:29
FunctionTYPED_TEST
src/caffe/test/test_maxpool_dropout_layers.cpp:43
FunctionTYPED_TEST
src/caffe/test/test_inner_product_layer.cpp:43
FunctionTYPED_TEST
src/caffe/test/test_neuron_layer.cpp:73
FunctionTYPED_TEST
src/caffe/test/test_infogain_loss_layer.cpp:57
FunctionTYPED_TEST
src/caffe/test/test_blob.cpp:26
FunctionTYPED_TEST
src/caffe/test/test_euclidean_loss_layer.cpp:46
FunctionTYPED_TEST
src/caffe/test/test_argmax_layer.cpp:41
FunctionTYPED_TEST
src/caffe/test/test_sgd_solver.cpp:294
FunctionTYPED_TEST
src/caffe/test/test_accuracy_layer.cpp:59
FunctionTYPED_TEST
src/caffe/test/test_util_blas.cpp:22
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/neuron_layers.hpp:214
MethodTanHLayerTest
src/caffe/test/test_tanh_layer.cpp:23
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:231
MethodTest
The c'tor saves the values of all Google Test flags.
src/gtest/gtest-all.cpp:3200
MethodTestAll
src/caffe/solver.cpp:223
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
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
← previousnext →1,301–1,400 of 1,866, ranked by callers