Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alexgkendall/caffe-segnet
/ functions
Functions
1,866 in github.com/alexgkendall/caffe-segnet
⨍
Functions
1,866
◇
Types & classes
639
↳
Endpoints
3
Method
Forward_cpu
src/caffe/layers/threshold_layer.cpp:17
Method
Forward_cpu
src/caffe/layers/power_layer.cpp:22
Method
Forward_cpu
src/caffe/layers/slice_layer.cpp:76
Method
Forward_cpu
src/caffe/layers/infogain_loss_layer.cpp:41
Method
Forward_gpu
If no gpu code is provided, we will simply use cpu code.
include/caffe/layer.hpp:123
Function
FullMatch
FullMatch(str, re) returns true iff regular expression re matches the entire str. PartialMatch(str, re) returns true iff regular expression re matches
src/gtest/gtest.h:1899
Method
FullMatch
Returns true iff regular expression re matches the entire str.
src/gtest/gtest-all.cpp:7929
Method
FurtherSetUp
src/caffe/layers/multinomial_logistic_loss_layer.cpp:14
Method
FurtherSetUp
src/caffe/layers/sigmoid_cross_entropy_loss_layer.cpp:12
Method
FurtherSetUp
src/caffe/layers/euclidean_loss_layer.cpp:11
Method
FurtherSetUp
src/caffe/layers/infogain_loss_layer.cpp:14
Method
FurtherSetUp
include/caffe/loss_layers.hpp:64
Method
GTestFlagSaver
The c'tor.
src/gtest/gtest-all.cpp:551
Method
GTestLog
src/gtest/gtest-all.cpp:8261
Method
GTestMutexLock
src/gtest/gtest.h:2329
Method
GTestShouldProcessSEH
Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the given SEH exception, or EXCEPTION_CONTINUE_SEARCH otherwise. This function is usefu
src/gtest/gtest-all.cpp:1811
Method
GaussianFiller
include/caffe/filler.hpp:64
Method
GaussianFillerTest
src/caffe/test/test_filler.cpp:108
Method
GenerateUniqueFileName
Returns a pathname for a file that does not currently exist. The pathname will be directory/base_name.extension or directory/base_name_<number>.extens
src/gtest/gtest-all.cpp:7706
Method
Generator
src/caffe/common.cpp:75
Method
GetAbsolutePathToOutputFile
Returns the name of the requested output file, or the default if none was explicitly specified.
src/gtest/gtest-all.cpp:1700
Function
GetBoolAssertionFailureMessage
Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
src/gtest/gtest-all.cpp:2324
Function
GetCapturedStdout
Stops capturing stdout and returns the captured string.
src/gtest/gtest-all.cpp:8422
Method
GetCurrentDir
Returns the current working directory, or "" if unsuccessful.
src/gtest/gtest-all.cpp:7527
Function
GetCurrentOsStackTraceExceptTop
Returns the current OS stack trace as a String. The maximum number of stack frames to be included is specified by the gtest_stack_trace_depth flag.
src/gtest/gtest-all.cpp:5821
Method
GetFileSize
Returns the size (in bytes) of a file.
src/gtest/gtest-all.cpp:8357
Function
GetFiller
include/caffe/filler.hpp:151
Method
GetInstance
Gets the singleton UnitTest object. The first time this method is called, a UnitTest object is constructed and returned. Consecutive calls will retu
src/gtest/gtest-all.cpp:4936
Function
GetLayer
src/caffe/layer_factory.cpp:16
Method
GetLearningRate
src/caffe/solver.cpp:321
Method
GetLearningRateAndWeightDecay
src/caffe/net.cpp:401
Method
GetMutableTestCase
Gets the i-th test case among all the test cases. i can range from 0 to total_test_case_count() - 1. If i is not in that range, returns NULL.
src/gtest/gtest-all.cpp:5017
Method
GetMutableTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
src/gtest/gtest-all.cpp:3720
Method
GetObjAndGradient
include/caffe/test/test_gradient_check_util.hpp:215
Method
GetOrCreateValue
src/gtest/gtest.h:2432
Method
GetOutputFormat
Returns the output format, or "" for normal printed output.
src/gtest/gtest-all.cpp:1688
Function
GetString
Gets the text streamed to this object so far as a String. Each '\0' character in the buffer is replaced with "\\0". INTERNAL IMPLEMENTATION - DO NOT
src/gtest/gtest.h:8683
Method
GetTestCasePatternHolder
src/gtest/gtest.h:10503
Function
GetTypeId
src/gtest/gtest.h:7172
Function
GetTypeName
src/gtest/gtest.h:3472
Method
GoogleTestFailureException
src/gtest/gtest-all.cpp:3359
Method
GradientChecker
kink and kink_range specify an ignored nonsmooth region of the form kink - kink_range <= |feature value| <= kink + kink_range, which accounts for all
include/caffe/test/test_gradient_check_util.hpp:24
Method
HDF5DataLayer
include/caffe/data_layers.hpp:112
Method
HDF5DataLayerTest
src/caffe/test/test_hdf5data_layer.cpp:25
Method
HDF5OutputLayer
src/caffe/layers/hdf5_output_layer.cpp:15
Method
HDF5OutputLayerTest
src/caffe/test/test_hdf5_output_layer.cpp:24
Function
HasFailure
Returns true iff the current test has a (either fatal or non-fatal) failure.
src/gtest/gtest.h:17417
Method
HasFatalFailure
Returns true iff the test fatally failed.
src/gtest/gtest-all.cpp:3170
Method
HasNewFatalFailureHelper
src/gtest/gtest-all.cpp:8988
Method
HasNonfatalFailure
Returns true iff the test has a non-fatal failure.
src/gtest/gtest-all.cpp:3180
Function
HasOneFailure
This predicate-formatter checks that 'results' contains a test part failure of the given type and that the failure message contains the given substrin
src/gtest/gtest-all.cpp:1908
Method
HasSameFixtureClass
Google Test requires all tests in the same test case to use the same test fixture class. This function checks if the current test has the same fixtur
src/gtest/gtest-all.cpp:3254
Method
HingeLossLayer
include/caffe/loss_layers.hpp:117
Method
HingeLossLayerTest
src/caffe/test/test_hinge_loss_layer.cpp:23
Method
Im2colLayer
include/caffe/vision_layers.hpp:99
Method
Im2colLayerTest
src/caffe/test/test_im2col_layer.cpp:20
Method
ImageDataLayer
include/caffe/data_layers.hpp:180
Method
ImageDataLayerTest
src/caffe/test/test_image_data_layer.cpp:27
Function
ImplicitCast_
src/gtest/gtest.h:2044
Method
Infinity
Returns the floating-point number that represent positive infinity.
src/gtest/gtest.h:7059
Method
InfogainLossLayer
include/caffe/loss_layers.hpp:136
Method
InfogainLossLayerTest
src/caffe/test/test_infogain_loss_layer.cpp:23
Method
Init
python/caffe/_caffe.cpp:153
Method
Init
src/caffe/solver.cpp:31
Method
Init
src/caffe/net.cpp:33
Method
Init
src/caffe/util/benchmark.cpp:83
Method
Init
Initializes this object; makes a copy of the input array if 'relation' is kCopy.
src/gtest/gtest.h:7750
Method
Init
src/gtest/gtest-all.cpp:1857
Method
InitNetFromProtoString
src/caffe/test/test_net.cpp:25
Method
InitTestNets
src/caffe/solver.cpp:88
Method
InitTrainNet
src/caffe/solver.cpp:50
Method
InnerProductLayer
include/caffe/vision_layers.hpp:133
Method
InnerProductLayerTest
src/caffe/test/test_inner_product_layer.cpp:24
Method
InternalRunDeathTestFlag
src/gtest/gtest.h:8170
Method
InternalThread
include/caffe/internal_thread.hpp:15
Method
InternalThreadEntry
src/caffe/layers/window_data_layer.cpp:31
Method
InternalThreadEntry
src/caffe/layers/image_data_layer.cpp:17
Method
InternalThreadEntryFunc
include/caffe/internal_thread.hpp:34
Function
IsAlNum
src/gtest/gtest.h:2576
Function
IsAlpha
src/gtest/gtest.h:2573
Function
IsContainerTest
src/gtest/gtest.h:7609
Function
IsEmpty
Returns true iff the path is NULL or "".
src/gtest/gtest.h:3314
Function
IsHRESULTFailure
src/gtest/gtest-all.cpp:2688
Function
IsHRESULTSuccess
src/gtest/gtest-all.cpp:2681
Function
IsLower
src/gtest/gtest.h:2582
Method
IsNormalizableWhitespace
Is c a whitespace character that is normalized to a space character when it appears in an XML attribute value?
src/gtest/gtest-all.cpp:4322
Function
IsNotSubstring
src/gtest/gtest-all.cpp:2595
Method
IsRootDirectory
Returns true if pathname describes a root directory. (Windows has one root directory per disk drive.)
src/gtest/gtest-all.cpp:7673
Method
IsSource
File has a source file extension.
scripts/cpp_lint.py:954
Function
IsSubstring
src/gtest/gtest-all.cpp:2583
Function
IsUpper
src/gtest/gtest.h:2588
Method
IsValidXmlCharacter
May c appear in a well-formed XML document?
src/gtest/gtest-all.cpp:4327
Method
Iterator
src/gtest/gtest.h:10134
Method
Iterator
src/gtest/gtest.h:10221
Method
Iterator
src/gtest/gtest.h:13409
Method
Iterator
src/gtest/gtest.h:13525
Method
Iterator
src/gtest/gtest.h:13659
Method
Iterator
src/gtest/gtest.h:13810
Method
Iterator
src/gtest/gtest.h:13980
Method
Iterator
src/gtest/gtest.h:14167
← previous
next →
1,001–1,100 of 1,866, ranked by callers