MCPcopy Create free account

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

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

↓ 6 callersFunctionChopLowBits
Chops off the n lowest bits from a bit pattern. Returns the n lowest bits. As a side effect, the original bit pattern will be shifted to the right b
src/gtest/gtest-all.cpp:2724
↓ 6 callersFunctionFormatFileLocation
Formats a source file path and a line number as they would appear in an error message from the compiler used to compile this code.
src/gtest/gtest-all.cpp:8232
↓ 6 callersFunctionFormatRegexSyntaxError
Helper function used by ValidateRegex() to format error messages.
src/gtest/gtest-all.cpp:8026
↓ 6 callersMethodInitUnsharedWeightsNet
src/caffe/test/test_net.cpp:218
↓ 6 callersFunctionIsInSet
Returns true iff ch appears anywhere in str (excluding the terminating '\0' character).
src/gtest/gtest-all.cpp:7979
↓ 6 callersFunctionIsPathSeparator
Returns whether the given character is a valid path separator.
src/gtest/gtest-all.cpp:7518
↓ 6 callersFunctionParseStringFlag
Parses a string for a string flag, in the form of "--flag=value". On success, stores the value of the flag in *value, and returns true. On failure,
src/gtest/gtest-all.cpp:5935
↓ 6 callersMethodRngBernoulliFill
src/caffe/test/test_random_number_generator.cpp:158
↓ 6 callersMethodSetUp
src/caffe/test/test_data_layer.cpp:32
↓ 6 callersMethodSetUp
src/caffe/test/test_maxpool_dropout_layers.cpp:23
↓ 6 callersFunctionSkipPrefix
If *pstr starts with the given prefix, modifies *pstr to be right past the prefix and returns true; otherwise leaves *pstr unchanged and returns false
src/gtest/gtest-all.cpp:5849
↓ 6 callersMethodTestBackward
src/caffe/test/test_power_layer.cpp:61
↓ 6 callersMethodTestLeastSquaresUpdate
Test that the correct update is computed for a regularized least squares problem: E = (1/(2n)) || X w - y ||^2 + (lambda / 2) || w ||^2 \nabla_w E =
src/caffe/test/test_sgd_solver.cpp:272
↓ 6 callersMethodToProto
src/caffe/net.cpp:655
↓ 6 callersFunctionUniversalPrint
src/gtest/gtest.h:9881
↓ 6 callersFunctioncaffe_rng
include/caffe/util/rng.hpp:16
↓ 6 callersMethodcopy
src/gtest/gtest.h:9157
↓ 6 callersMethodfailed_test_count
Gets the number of failed tests.
src/gtest/gtest-all.cpp:2033
↓ 6 callersMethodfile_name
include/caffe/data_layers.hpp:158
↓ 6 callersMethodgenerator
src/caffe/common.cpp:91
↓ 6 callersMethodmean_bound
src/caffe/test/test_random_number_generator.cpp:54
↓ 6 callersFunctionswap_endian
examples/mnist/convert_mnist_data.cpp:19
↓ 5 callersFunctionCloseExpression
If input points to ( or { or [ or <, finds the position that closes it. If lines[linenum][pos] points to a '(' or '{' or '[' or '<', finds the li
scripts/cpp_lint.py:1252
↓ 5 callersFunctionEqFailure
Constructs and returns the message for an equality assertion (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure. The first four parameters are the expressio
src/gtest/gtest-all.cpp:2301
↓ 5 callersMethodFillLMDB
Fill the LMDB with data: unique_pixels has same meaning as in FillLevelDB.
src/caffe/test/test_data_layer.cpp:69
↓ 5 callersMethodFillLevelDB
Fill the LevelDB with data: if unique_pixels, each pixel is unique but all images are the same; else each image is unique but all pixels within an ima
src/caffe/test/test_data_layer.cpp:40
↓ 5 callersFunctionFormatDeathTestOutput
Returns an indented copy of stderr output for a death test. This makes distinguishing death test output lines from regular log lines much easier.
src/gtest/gtest-all.cpp:6649
↓ 5 callersFunctionGetPreviousNonBlankLine
Return the most recent non-blank line and its line number. Args: clean_lines: A CleansedLines instance containing the file contents. linenu
scripts/cpp_lint.py:2974
↓ 5 callersFunctionInt32FromEnvOrDie
Parses the environment variable var as an Int32. If it is unset, returns default_val. If it is not an Int32, prints an error and aborts.
src/gtest/gtest-all.cpp:5651
↓ 5 callersFunctionReadNetParamsFromTextFileOrDie
src/caffe/util/upgrade_proto.cpp:568
↓ 5 callersMethodReshapeLike
src/caffe/blob.cpp:30
↓ 5 callersMethodRngGaussianFill
src/caffe/test/test_random_number_generator.cpp:62
↓ 5 callersMethodRngUniformFill
src/caffe/test/test_random_number_generator.cpp:105
↓ 5 callersMethodShareData
src/caffe/blob.cpp:95
↓ 5 callersFunctionStringFromGTestEnv
Reads and returns the string environment variable corresponding to the given flag; if it's not set, returns default_value.
src/gtest/gtest-all.cpp:8540
↓ 5 callersFunctionSumOverTestCaseList
Iterates over a vector of TestCases, keeping a running sum of the results of calling a given int-returning method on each. Returns the sum.
src/gtest/gtest-all.cpp:1617
↓ 5 callersFunctionUpgradeV0Net
src/caffe/util/upgrade_proto.cpp:24
↓ 5 callersFunctioncaffe_rng_bernoulli
src/caffe/util/math_functions.cpp:268
↓ 5 callersMethodcurrent_test_info
Returns the TestInfo object for the test that's currently running, or NULL if no test is running. L < mutex_
src/gtest/gtest-all.cpp:5197
↓ 5 callersFunctionlisteners
Provides access to the event listener list.
src/gtest/gtest-all.cpp:975
↓ 5 callersFunctionrandom
Gets the random number generator.
src/gtest/gtest-all.cpp:1171
↓ 4 callersFunctionCheckFile
for convenience, check that input files can be opened, and raise an exception that boost will send to Python if not (caffe could still crash later if
python/caffe/_caffe.cpp:39
↓ 4 callersFunctionCmpHelperEQ
src/gtest/gtest.h:18331
↓ 4 callersMethodFailed
Returns true iff the test failed.
src/gtest/gtest-all.cpp:3156
↓ 4 callersFunctionFormatCountableNoun
Formats a countable noun. Depending on its quantity, either the singular form or the plural form is used. e.g. FormatCountableNoun(1, "formula", "fo
src/gtest/gtest-all.cpp:3782
↓ 4 callersFunctionFormatForComparisonFailureMessage
src/gtest/gtest.h:18322
↓ 4 callersFunctionFormatTestCount
Formats the count of tests.
src/gtest/gtest-all.cpp:3790
↓ 4 callersMethodForward
include/caffe/layer.hpp:190
↓ 4 callersFunctionGTestStreamToHelper
src/gtest/gtest.h:6776
↓ 4 callersFunctionGetElementOr
src/gtest/gtest-all.cpp:690
↓ 4 callersFunctionGetLastErrnoDescription
Returns the message describing the last system error in errno.
src/gtest/gtest-all.cpp:6460
↓ 4 callersFunctionNetNeedsUpgrade
src/caffe/util/upgrade_proto.cpp:15
↓ 4 callersFunctionPrintCharsAsStringTo
Prints the given array of characters to the ostream. The array starts at *begin, the length is len, it may include '\0' characters and may not be null
src/gtest/gtest-all.cpp:8806
↓ 4 callersMethodRngGaussianFillGPU
src/caffe/test/test_random_number_generator.cpp:174
↓ 4 callersMethodRngUniformFillGPU
src/caffe/test/test_random_number_generator.cpp:179
↓ 4 callersMethodSetTestPartResultReporterForCurrentThread
Sets the test part result reporter for the current thread.
src/gtest/gtest-all.cpp:2001
↓ 4 callersMethodSetUp
src/caffe/test/test_slice_layer.cpp:26
↓ 4 callersMethodSolve
src/caffe/solver.cpp:163
↓ 4 callersMethodStop
src/caffe/util/benchmark.cpp:42
↓ 4 callersFunctionStrDup
src/gtest/gtest.h:2621
↓ 4 callersMethodTestForward
src/caffe/test/test_power_layer.cpp:34
↓ 4 callersMethodTestReadCrop
src/caffe/test/test_data_layer.cpp:149
↓ 4 callersFunctioncluster_seedgen
random seeding
src/caffe/common.cpp:25
↓ 4 callersMethodcurrent_test_result
Returns the TestResult for the test that's currently running, or the TestResult for the ad hoc test if no test is running.
src/gtest/gtest-all.cpp:5780
↓ 4 callersMethodgpu_diff
src/caffe/blob.cpp:65
↓ 4 callersMethodkey
Gets the user supplied key.
src/gtest/gtest.h:17506
↓ 4 callersMethodoriginal_working_dir
Returns the working directory when the first TEST() or TEST_F() was executed.
src/gtest/gtest-all.cpp:5182
↓ 4 callersMethodphase
Returns the phase: TRAIN or TEST.
include/caffe/common.hpp:133
↓ 4 callersMethodrandom_seed
Returns the random seed used at the start of the current test run.
src/gtest/gtest-all.cpp:5203
↓ 4 callersMethodrepeater
Returns repeater that broadcasts the TestEventListener events to all subscribers.
src/gtest/gtest-all.cpp:4883
↓ 4 callersMethodsample_mean
src/caffe/test/test_random_number_generator.cpp:30
↓ 4 callersMethodsave
save the network weights to binary proto for net surgeries.
python/caffe/_caffe.cpp:228
↓ 4 callersMethodset_phase
Sets the phase.
include/caffe/common.hpp:141
↓ 4 callersMethodtest_to_run_count
Gets the number of tests that should run.
src/gtest/gtest-all.cpp:2048
↓ 4 callersMethodtotal_test_count
Gets the number of all tests.
src/gtest/gtest-all.cpp:2043
↓ 3 callersMethodAddTestPartResult
Adds a test part result to the list.
src/gtest/gtest-all.cpp:3110
↓ 3 callersFunctionAssertionResult
Used in the EXPECT_TRUE/FALSE(bool_expression).
src/gtest/gtest.h:17296
↓ 3 callersFunctionCaptureStderr
Starts capturing stderr.
src/gtest/gtest-all.cpp:8417
↓ 3 callersFunctionCheckCStyleCast
Checks for a C-style cast by looking for the pattern. Args: filename: The name of the current file. linenum: The number of the line to chec
scripts/cpp_lint.py:4175
↓ 3 callersFunctionCleanseComments
Removes //-comments and single-line C-style /* */ comments. Args: line: A line of C++ source. Returns: The line with single-line comment
scripts/cpp_lint.py:1165
↓ 3 callersMethodClone
src/gtest/gtest.h:10146
↓ 3 callersFunctionFOpen
src/gtest/gtest.h:2682
↓ 3 callersFunctionFindEndOfExpressionInLine
Find the position just after the matching endchar. Args: line: a CleansedLines line. startpos: start searching at this position. depth:
scripts/cpp_lint.py:1228
↓ 3 callersFunctionFlagToEnvVar
Returns the name of the environment variable corresponding to the given flag. For example, FlagToEnvVar("foo") will return "GTEST_FOO" in the open-so
src/gtest/gtest-all.cpp:8451
↓ 3 callersFunctionFlushInfoLog
src/gtest/gtest.h:1990
↓ 3 callersFunctionFormatTimeInMillisAsSeconds
Formats the given time in milliseconds as seconds.
src/gtest/gtest-all.cpp:4499
↓ 3 callersMethodGetTestPartResultReporterForCurrentThread
Returns the test part result reporter for the current thread.
src/gtest/gtest-all.cpp:1995
↓ 3 callersFunctionGetTestTypeId
Returns the type ID of ::testing::Test. We should always call this instead of GetTypeId< ::testing::Test>() to get the type ID of testing::Test. Thi
src/gtest/gtest-all.cpp:1897
↓ 3 callersFunctionInsertSplits
src/caffe/util/insert_splits.cpp:11
↓ 3 callersFunctionInt32FromGTestEnv
Reads and returns a 32-bit integer stored in the environment variable corresponding to the given flag; if it isn't set or doesn't represent a valid 32
src/gtest/gtest-all.cpp:8518
↓ 3 callersFunctionIsBlankLine
Returns true if the given line is blank. We consider a line to be blank if the line is empty or consists of only white spaces. Args: line:
scripts/cpp_lint.py:2297
↓ 3 callersFunctionIsSpace
src/gtest/gtest.h:2585
↓ 3 callersFunctionIsTrue
src/gtest/gtest-all.cpp:5834
↓ 3 callersFunctionMatchRegexAtHead
Returns true iff regex matches a prefix of str. regex must be a valid simple regular expression and not start with "^", or the result is undefined.
src/gtest/gtest-all.cpp:8123
↓ 3 callersFunctionParseFlagValue
Parses a string as a command line flag. The string should have the format "--flag=value". When def_optional is true, the "=value" part can be omitte
src/gtest/gtest-all.cpp:5863
↓ 3 callersFunctionParseInt32
Parses 'str' for a 32-bit signed integer. If successful, writes the result to *value and returns true; otherwise leaves *value unchanged and returns
src/gtest/gtest-all.cpp:8466
↓ 3 callersFunctionParseInt32Flag
Parses a string for an Int32 flag, in the form of "--flag=value". On success, stores the value of the flag in *value, and returns true. On failure,
src/gtest/gtest-all.cpp:5918
↓ 3 callersFunctionParseNolintSuppressions
Updates the global list of error-suppressions. Parses any NOLINT comments on the current line, updating the global error_suppressions store. Rep
scripts/cpp_lint.py:462
↓ 3 callersFunctionPrintByteSegmentInObjectTo
Prints a segment of bytes in the given object.
src/gtest/gtest-all.cpp:8612
↓ 3 callersFunctionPrintRawArrayTo
src/gtest/gtest.h:9632
← previousnext →101–200 of 1,866, ranked by callers