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
↓ 1 callers
Function
RE
Constructs an RE from a string.
src/gtest/gtest.h:1878
↓ 1 callers
Function
ReadNetParamsFromBinaryFileOrDie
src/caffe/util/upgrade_proto.cpp:591
↓ 1 callers
Function
ReadProtoFromBinaryFile
include/caffe/util/io.hpp:40
↓ 1 callers
Function
ReadProtoFromTextFile
include/caffe/util/io.hpp:21
↓ 1 callers
Function
ReadProtoFromTextFileOrDie
include/caffe/util/io.hpp:25
↓ 1 callers
Method
RecordPropertyForCurrentTest
Creates and adds a property to the current TestResult. If a property matching the supplied value already exists, updates its value instead.
src/gtest/gtest-all.cpp:5114
↓ 1 callers
Method
RemoveDirectoryName
Returns a copy of the FilePath with the directory part removed. Example: FilePath("path/to/file").RemoveDirectoryName() returns FilePath("file"). If t
src/gtest/gtest-all.cpp:7575
↓ 1 callers
Method
RemoveExtension
Returns a copy of the FilePath with the case-insensitive extension removed. Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns FilePath(
src/gtest/gtest-all.cpp:7545
↓ 1 callers
Function
RemoveMultiLineComments
Removes multiline (c-style) comments from lines.
scripts/cpp_lint.py:1149
↓ 1 callers
Function
RemoveMultiLineCommentsFromRange
Clears a range of lines for multi-line comments.
scripts/cpp_lint.py:1141
↓ 1 callers
Function
ReportInvalidTestCaseType
src/gtest/gtest-all.cpp:3548
↓ 1 callers
Method
ReportTestPartResult
Increments the test part result count and remembers the result. This method is from the TestPartResultReporterInterface interface.
src/gtest/gtest-all.cpp:1881
↓ 1 callers
Method
Reset
src/caffe/layers/memory_data_layer.cpp:26
↓ 1 callers
Method
ResetErrorCounts
Sets the module's error statistic back to zero.
scripts/cpp_lint.py:740
↓ 1 callers
Function
ResetNolintSuppressions
Resets the set of NOLINT suppressions to empty.
scripts/cpp_lint.py:493
↓ 1 callers
Method
RngUniformIntFillGPU
Fills with uniform integers in [0, UINT_MAX] using 2 argument form of caffe_gpu_rng_uniform.
src/caffe/test/test_random_number_generator.cpp:187
↓ 1 callers
Method
Run
src/gtest/gtest.h:2229
↓ 1 callers
Method
Run
Runs the test and updates the test result.
src/gtest/gtest-all.cpp:3455
↓ 1 callers
Function
Set
src/gtest/gtest.h:3276
↓ 1 callers
Method
SetCountingStyle
Sets the module's counting options.
scripts/cpp_lint.py:711
↓ 1 callers
Method
SetDefaultResultPrinter
Sets the default_result_printer attribute to the provided listener. The listener is also added to the listener list and previous default_result_printe
src/gtest/gtest-all.cpp:4890
↓ 1 callers
Method
SetDefaultXmlGenerator
Sets the default_xml_generator attribute to the provided listener. The listener is also added to the listener list and previous default_xml_generator
src/gtest/gtest-all.cpp:4906
↓ 1 callers
Method
SetFilters
Sets the error-message filters. These filters are applied when deciding whether to emit a given error message. Args: filters: A st
scripts/cpp_lint.py:715
↓ 1 callers
Method
SetLastHeader
(self, header_path)
scripts/cpp_lint.py:592
↓ 1 callers
Method
SetOutputFormat
Sets the output format for errors.
scripts/cpp_lint.py:701
↓ 1 callers
Method
SetUp
Sets up the test fixture. A sub-class may override this.
src/gtest/gtest-all.cpp:3212
↓ 1 callers
Method
SetValue
Sets a new value, overriding the one supplied in the constructor.
src/gtest/gtest.h:17516
↓ 1 callers
Method
SetVerboseLevel
Sets the module's verbosity, and returns the previous setting.
scripts/cpp_lint.py:705
↓ 1 callers
Method
ShareTrainedLayersWith
src/caffe/net.cpp:572
↓ 1 callers
Function
ShouldRunTestOnShard
Given the total number of shards, the shard index, and the test id, returns true iff the test should be run on this shard. The test id is some arbitra
src/gtest/gtest-all.cpp:5669
↓ 1 callers
Function
ShouldUseColor
Returns true iff Google Test should use colors in the output.
src/gtest/gtest-all.cpp:3888
↓ 1 callers
Function
Shuffle
src/gtest/gtest-all.cpp:720
↓ 1 callers
Method
SigmoidCrossEntropyLossReference
src/caffe/test/test_sigmoid_cross_entropy_loss_layer.cpp:45
↓ 1 callers
Function
SkipSpaces
Skips to the first non-space char in str. Returns an empty string if str contains only whitespace characters.
src/gtest/gtest-all.cpp:9049
↓ 1 callers
Function
SleepMilliseconds
Sleeps for (roughly) n milli-seconds. This function is only for testing Google Test's own constructs. Don't use it in user tests, either directly or
src/gtest/gtest.h:2133
↓ 1 callers
Method
Solve
python/caffe/_caffe.cpp:300
↓ 1 callers
Function
SplitLayerName
src/caffe/util/insert_splits.cpp:100
↓ 1 callers
Function
SplitString
Splits a given string on a given delimiter, populating a given vector with the fields. GTEST_HAS_DEATH_TEST implies that we have ::std::string, so we
src/gtest/gtest-all.cpp:7294
↓ 1 callers
Function
StackGrowsDown
src/gtest/gtest-all.cpp:7141
↓ 1 callers
Function
StackLowerThanAddress
src/gtest/gtest-all.cpp:7136
↓ 1 callers
Function
StrCaseCmp
src/gtest/gtest.h:2618
↓ 1 callers
Function
StrError
src/gtest/gtest.h:2700
↓ 1 callers
Method
TearDown
Tears down the test fixture. A sub-class may override this.
src/gtest/gtest-all.cpp:3218
↓ 1 callers
Method
TestForward
src/caffe/test/test_sigmoid_cross_entropy_loss_layer.cpp:61
↓ 1 callers
Function
TestPartResult
C'tor. TestPartResult does NOT have a default constructor. Always use this constructor (with parameters) to create a TestPartResult object.
src/gtest/gtest.h:16717
↓ 1 callers
Function
TestPartResultTypeToString
Converts a TestPartResult::Type enum to human-friendly string representation. Both kNonFatalFailure and kFatalFailure are translated to "Failure", as
src/gtest/gtest-all.cpp:3803
↓ 1 callers
Function
ToUpper
src/gtest/gtest.h:2598
↓ 1 callers
Function
UniversalPrintArray
src/gtest/gtest.h:9796
↓ 1 callers
Method
Unlock
Releases this mutex.
src/gtest/gtest.h:2275
↓ 1 callers
Method
Update
Update nesting state with current line. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containin
scripts/cpp_lint.py:1932
↓ 1 callers
Function
UpdateIncludeState
Fill up the include_state with new includes found from the file. Args: filename: the name of the header to read. include_state: an _Include
scripts/cpp_lint.py:4382
↓ 1 callers
Method
UpdatePreprocessor
Update preprocessor stack. We need to handle preprocessors due to classes like this: #ifdef SWIG struct ResultDetailsPageElementExten
scripts/cpp_lint.py:1876
↓ 1 callers
Function
UpgradeLayerParameter
src/caffe/util/upgrade_proto.cpp:110
↓ 1 callers
Function
UpgradeV0LayerType
src/caffe/util/upgrade_proto.cpp:493
↓ 1 callers
Function
ValidateRegex
Generates non-fatal failures and returns false if regex is invalid; otherwise returns true.
src/gtest/gtest-all.cpp:8033
↓ 1 callers
Method
WaitForNotification
Blocks until the controller thread notifies. Must be called from a test thread.
src/gtest/gtest.h:2157
↓ 1 callers
Function
Write
src/gtest/gtest.h:2696
↓ 1 callers
Function
WriteProtoToTextFile
src/caffe/util/io.cpp:40
↓ 1 callers
Function
WriteToShardStatusFileIfNeeded
Reads the GTEST_SHARD_STATUS_FILE environment variable, and creates the file if the variable is present. If a file already exists at this location, th
src/gtest/gtest-all.cpp:5584
↓ 1 callers
Function
_ClassifyInclude
Figures out what kind of header 'include' is. Args: fileinfo: The current file cpplint is running over. A FileInfo instance. include: The p
scripts/cpp_lint.py:3548
↓ 1 callers
Method
_CollapseStrings
Collapses strings and chars on a line to simple "" or '' blocks. We nix strings first so we're not fooled by text like '"http://"' Args:
scripts/cpp_lint.py:1207
↓ 1 callers
Function
_Filters
Returns the module's list of output filters, as a list.
scripts/cpp_lint.py:790
↓ 1 callers
Function
_GetTextInside
r"""Retrieves all the text between matching open and close parentheses. Given a string of lines and a regular expression string, retrieve all the t
scripts/cpp_lint.py:3680
↓ 1 callers
Function
_IsTestFilename
Determines if the given filename has a suffix that identifies it as a test. Args: filename: The input filename. Returns: True if 'filena
scripts/cpp_lint.py:3531
↓ 1 callers
Function
_OutputFormat
Gets the module's output format.
scripts/cpp_lint.py:765
↓ 1 callers
Function
_SetCountingStyle
Sets the module's counting options.
scripts/cpp_lint.py:785
↓ 1 callers
Function
_SetFilters
Sets the module's error-message filters. These filters are applied when deciding whether to emit a given error message. Args: filters: A s
scripts/cpp_lint.py:795
↓ 1 callers
Function
_SetOutputFormat
Sets the module's output format.
scripts/cpp_lint.py:770
↓ 1 callers
Function
_ShouldPrintError
If confidence >= verbose, category passes filter and is not suppressed.
scripts/cpp_lint.py:959
↓ 1 callers
Function
ad_hoc_test_result
Returns the TestResult for the ad hoc test.
src/gtest/gtest-all.cpp:982
↓ 1 callers
Function
apply_orientation
(im, orientation)
examples/web_demo/exifutil.py:29
↓ 1 callers
Function
array_to_blobproto
Converts a 4-dimensional array to blob proto. If diff is given, also convert the diff. You need to make sure that arr and diff have the same shape
python/caffe/io.py:113
↓ 1 callers
Function
blobproto_to_array
Convert a blob proto to an array. In default, we will just return the data, unless return_diff is True, in which case we will return the diff.
python/caffe/io.py:101
↓ 1 callers
Function
caffe_rng_gaussian
src/caffe/util/math_functions.cpp:246
↓ 1 callers
Function
caffe_rng_uniform
src/caffe/util/math_functions.cpp:225
↓ 1 callers
Function
caffe_signbit
src/caffe/util/math_functions.cpp:369
↓ 1 callers
Function
cblas_daxpby
include/caffe/util/mkl_alternate.hpp:87
↓ 1 callers
Function
cblas_saxpby
In addition, MKL comes with an additional function axpby that is not present in standard blas. We will simply use a two-step (inefficient, of course)
include/caffe/util/mkl_alternate.hpp:81
↓ 1 callers
Method
configure_crop
Configure amount of context for cropping. If context is included, make the special input mean for context padding. Take
python/caffe/detector.py:179
↓ 1 callers
Function
convert_dataset
examples/mnist/convert_mnist_data.cpp:24
↓ 1 callers
Function
convert_dataset
examples/cifar10/convert_cifar_data.cpp:34
↓ 1 callers
Method
current_test_case
Returns the TestCase object for the test that's currently running, or NULL if no test is running. L < mutex_
src/gtest/gtest-all.cpp:5189
↓ 1 callers
Method
datum_channels
include/caffe/data_layers.hpp:241
↓ 1 callers
Method
datum_height
include/caffe/data_layers.hpp:242
↓ 1 callers
Method
datum_width
include/caffe/data_layers.hpp:243
↓ 1 callers
Method
detect_selective_search
Do windowed detection over Selective Search proposals by extracting the crop and warping to the input dimensions of the net.
python/caffe/detector.py:101
↓ 1 callers
Function
do_backward
matlab/caffe/matcaffe.cpp:95
↓ 1 callers
Function
do_forward
matlab/caffe/matcaffe.cpp:47
↓ 1 callers
Function
do_get_weights
matlab/caffe/matcaffe.cpp:145
↓ 1 callers
Function
draw_net
Draws a caffe net and returns the image string encoded using the given extension. Input: caffe_net: a caffe.proto.caffe_pb2.NetParameter prot
python/caffe/draw.py:59
↓ 1 callers
Function
embed_image_html
Creates an image embedded in HTML base64 format.
examples/web_demo/app.py:81
↓ 1 callers
Function
extract_seconds
(input_file, output_file)
tools/extra/extract_seconds.py:21
↓ 1 callers
Method
file
src/gtest/gtest.h:8182
↓ 1 callers
Method
forwarding_enabled
Controls whether events will be forwarded to listeners_. Set to false in death test child processes.
src/gtest/gtest-all.cpp:4209
↓ 1 callers
Function
get
src/gtest/gtest.h:1446
↓ 1 callers
Function
get_enum_name_by_value
()
python/caffe/draw.py:20
↓ 1 callers
Function
get_pydot_graph
(caffe_net)
python/caffe/draw.py:27
↓ 1 callers
Method
is_nan
Returns true iff this is NAN (not a number).
src/gtest/gtest.h:7078
↓ 1 callers
Method
line
src/gtest/gtest.h:8183
↓ 1 callers
Function
main
(argv)
python/detect.py:30
← previous
next →
501–600 of 1,866, ranked by callers