MCPcopy Create free account

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

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

↓ 3 callersFunctionPrintToString
src/gtest/gtest.h:9973
↓ 3 callersFunctionPrintWideCharsAsStringTo
Prints the given array of wide characters to the ostream. The array starts at *begin, the length is len, it may include L'\0' characters and may not b
src/gtest/gtest-all.cpp:8830
↓ 3 callersFunctionReadImageToDatum
src/caffe/util/io.cpp:68
↓ 3 callersFunctionReadProtoFromTextFile
src/caffe/util/io.cpp:30
↓ 3 callersMethodRemoveTrailingPathSeparator
If input name has a trailing separator character, remove it and return the name, otherwise return the name string unmodified. On Windows platform, use
src/gtest/gtest-all.cpp:7766
↓ 3 callersFunctionReportFailureInUnknownLocation
src/gtest/gtest-all.cpp:3235
↓ 3 callersMethodRepositoryName
FullName after removing the local path to the repository. If we have a real absolute path name here we can try to do something smart: detecti
scripts/cpp_lint.py:883
↓ 3 callersMethodRunPaddingUpgradeTest
src/caffe/test/test_upgrade_proto.cpp:20
↓ 3 callersMethodRunV0UpgradeTest
src/caffe/test/test_upgrade_proto.cpp:1090
↓ 3 callersMethodSeconds
src/caffe/util/benchmark.cpp:79
↓ 3 callersMethodSeenOpenBrace
Check if we have seen the opening brace for the innermost block. Returns: True if we have seen the opening brace, False if the innermost
scripts/cpp_lint.py:1859
↓ 3 callersMethodSetUp
src/caffe/test/test_stochastic_pooling.cpp:25
↓ 3 callersMethodSetUp
src/caffe/test/test_concat_layer.cpp:26
↓ 3 callersMethodSetUp
src/caffe/test/test_image_data_layer.cpp:32
↓ 3 callersMethodSetUp
src/caffe/test/test_dummy_data_layer.cpp:26
↓ 3 callersMethodSetUp
SetUp: your function should implement this, and call Layer::SetUp for common SetUp functionality.
include/caffe/layer.hpp:34
↓ 3 callersFunctionShuffleRange
src/gtest/gtest-all.cpp:699
↓ 3 callersMethodSplit
Splits the file into the directory, basename, and extension. For 'chrome/browser/browser.cc', Split() would return ('chrome/browser', 'browse
scripts/cpp_lint.py:928
↓ 3 callersFunctionUniversalTersePrint
src/gtest/gtest.h:9862
↓ 3 callersMethodUpdate
src/caffe/net.cpp:676
↓ 3 callersFunctionUpgradeV0PaddingLayers
src/caffe/util/upgrade_proto.cpp:51
↓ 3 callersMethod__init__
(self, filename)
scripts/cpp_lint.py:876
↓ 3 callersMethodasum_diff
src/caffe/blob.cpp:173
↓ 3 callersFunctioncaffe_add_scalar
src/caffe/util/math_functions.cpp:72
↓ 3 callersMethoddisabled_test_count
Gets the number of disabled tests.
src/gtest/gtest-all.cpp:2038
↓ 3 callersFunctionim2col_cpu
src/caffe/util/im2col.cpp:11
↓ 3 callersMethodpointer
src/gtest/gtest.h:2405
↓ 3 callersMethodset_param_propagate_down
include/caffe/layer.hpp:102
↓ 3 callersMethodwrite_fd
src/gtest/gtest-all.cpp:6545
↓ 2 callersFunctionAbort
src/gtest/gtest.h:2726
↓ 2 callersMethodAddArgument
src/gtest/gtest-all.cpp:7053
↓ 2 callersMethodAddTestInfo
Adds a test to this test case. Will delete the test upon destruction of the TestCase object.
src/gtest/gtest-all.cpp:3727
↓ 2 callersMethodAdvance
src/gtest/gtest.h:10142
↓ 2 callersMethodAlmostEquals
Returns true iff this number is at most kMaxUlps ULP's away from rhs. In particular, this function: - returns false if either number is (or both are
src/gtest/gtest.h:7090
↓ 2 callersFunctionAlwaysTrue
src/gtest/gtest-all.cpp:5836
↓ 2 callersMethodAppend
src/gtest/gtest-all.cpp:4240
↓ 2 callersFunctionArrayEq
src/gtest/gtest.h:7637
↓ 2 callersFunctionAtomMatchesChar
Returns true iff the given atom (specified by escaped and pattern) matches ch. The result is undefined if the atom is invalid.
src/gtest/gtest-all.cpp:8004
↓ 2 callersFunctionCaffeFreeHost
include/caffe/syncedmem.hpp:29
↓ 2 callersFunctionCaffeMallocHost
include/caffe/syncedmem.hpp:25
↓ 2 callersFunctionCaptureStream
Starts capturing an output stream (stdout/stderr).
src/gtest/gtest-all.cpp:8393
↓ 2 callersMethodCheckBlobEqual
src/caffe/test/test_hdf5_output_layer.cpp:55
↓ 2 callersMethodCheckGradient
Checks the gradient of a layer, with provided bottom layers and top layers. Note that after the gradient check, we do not guarantee that the data stor
include/caffe/test/test_gradient_check_util.hpp:33
↓ 2 callersFunctionClose
src/gtest/gtest.h:2699
↓ 2 callersMethodCompare
Compares this with another String. Returns < 0 if this is less than rhs, 0 if this is equal to rhs, or > 0 if this is greater than rhs.
src/gtest/gtest-all.cpp:2944
↓ 2 callersFunctionConfigureSplitLayer
src/caffe/util/insert_splits.cpp:87
↓ 2 callersMethodCurrent
src/gtest/gtest.h:10149
↓ 2 callersMethodCurrentOsStackTraceExceptTop
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:2062
↓ 2 callersMethodDirectoryExists
Returns true if pathname describes a directory in the file-system that exists.
src/gtest/gtest-all.cpp:7643
↓ 2 callersFunctionFailed
Returns true iff the test case failed.
src/gtest/gtest.h:17819
↓ 2 callersFunctionFindStartOfExpressionInLine
Find position at the matching startchar. This is almost the reverse of FindEndOfExpressionInLine, but note that the input position and returned p
scripts/cpp_lint.py:1298
↓ 2 callersFunctionFormatCxxExceptionMessage
Adds an "exception thrown" fatal failure to the current test.
src/gtest/gtest-all.cpp:3335
↓ 2 callersFunctionFormatTestCaseCount
Formats the count of test cases.
src/gtest/gtest-all.cpp:3795
↓ 2 callersMethodForwardFromTo
src/caffe/net.cpp:436
↓ 2 callersMethodFullName
Make Windows paths like Unix.
scripts/cpp_lint.py:879
↓ 2 callersFunctionGetCapturedStream
Stops capturing the output stream and returns the captured string.
src/gtest/gtest-all.cpp:8402
↓ 2 callersMethodGetGlobalTestPartResultReporter
Returns the global test part result reporter.
src/gtest/gtest-all.cpp:1981
↓ 2 callersFunctionGetHeaderGuardCPPVariable
Returns the CPP variable that should be used as a header guard. Args: filename: The name of a C++ header file. Returns: The CPP variable
scripts/cpp_lint.py:1382
↓ 2 callersFunctionGetPrefixUntilComma
Returns the prefix of 'str' before the first comma in it; returns the entire string if it contains no comma.
src/gtest/gtest.h:7307
↓ 2 callersMethodGetTestCase
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:5011
↓ 2 callersMethodGetTestInfo
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:3713
↓ 2 callersFunctionHRESULTFailureHelper
Helper function for IsHRESULT{SuccessFailure} predicates
src/gtest/gtest-all.cpp:2640
↓ 2 callersFunctionHandleSehExceptionsInMethodIfSupported
src/gtest/gtest-all.cpp:3374
↓ 2 callersFunctionInitGoogleTest
Initializes Google Test. This must be called before calling RUN_ALL_TESTS(). In particular, it parses a command line for the flags that Google Test
src/gtest/gtest-all.cpp:6191
↓ 2 callersFunctionInitGoogleTestImpl
src/gtest/gtest-all.cpp:6157
↓ 2 callersMethodInitSharedWeightsNet
src/caffe/test/test_net.cpp:296
↓ 2 callersMethodInnermostClass
Get class info on the top of the stack. Returns: A _ClassInfo object if we are inside a class, or None otherwise.
scripts/cpp_lint.py:2088
↓ 2 callersFunctionIsAsciiDigit
Returns true iff ch belongs to the given classification. Unlike similar functions in <ctype.h>, these aren't affected by the current locale.
src/gtest/gtest-all.cpp:7986
↓ 2 callersFunctionIsAsciiPunct
src/gtest/gtest-all.cpp:7987
↓ 2 callersFunctionIsAsciiWhiteSpace
src/gtest/gtest-all.cpp:7991
↓ 2 callersFunctionIsAsciiWordChar
src/gtest/gtest-all.cpp:7992
↓ 2 callersMethodIsDirectory
Returns true if FilePath ends with a path separator, which indicates that it is intended to represent a directory. Returns false otherwise. This does
src/gtest/gtest-all.cpp:7720
↓ 2 callersFunctionIsRepeat
src/gtest/gtest-all.cpp:7990
↓ 2 callersFunctionIsXDigit
src/gtest/gtest.h:2591
↓ 2 callersFunctionMakeAndRegisterTestInfo
Creates a new TestInfo object and registers it with Google Test; returns the created object. Arguments: test_case_name: name of the test case name
src/gtest/gtest-all.cpp:3532
↓ 2 callersFunctionMatchRegexAnywhere
Returns true iff regex matches any substring of str. regex must be a valid simple regular expression, or the result is undefined. The algorithm is r
src/gtest/gtest-all.cpp:8159
↓ 2 callersFunctionParseGoogleTestFlagsOnlyImpl
src/gtest/gtest-all.cpp:6075
↓ 2 callersFunctionPrintAsWideStringLiteralTo
Prints a char c as if it's part of a string literal, escaping it when necessary; returns how c was formatted.
src/gtest/gtest-all.cpp:8741
↓ 2 callersFunctionPrintFullTestCommentIfPresent
src/gtest/gtest-all.cpp:3969
↓ 2 callersFunctionPrintStringTo
src/gtest/gtest-all.cpp:8877
↓ 2 callersFunctionPrintTestPartResultToString
Prints a TestPartResult to a String.
src/gtest/gtest-all.cpp:3821
↓ 2 callersFunctionPrintWideStringTo
src/gtest/gtest-all.cpp:8888
↓ 2 callersFunctionRead
src/gtest/gtest.h:2693
↓ 2 callersFunctionReadProtoFromBinaryFileOrDie
include/caffe/util/io.hpp:44
↓ 2 callersMethodRecordProperty
Adds a test property to the list. If a property with the same key as the supplied property is already represented, the value of this test_property rep
src/gtest/gtest-all.cpp:3117
↓ 2 callersMethodReduceBottomBlobSize
src/caffe/test/test_slice_layer.cpp:40
↓ 2 callersMethodReferenceHammingDistance
http://en.wikipedia.org/wiki/Hamming_distance
src/caffe/test/test_math_functions.cpp:43
↓ 2 callersMethodReferenceLRNForward
src/caffe/test/test_lrn_layer.cpp:51
↓ 2 callersMethodRegisterTests
UnitTest class invokes this method to register tests in this test case test cases right before running tests in RUN_ALL_TESTS macro. This method shoul
src/gtest/gtest.h:10421
↓ 2 callersMethodRemoveFileName
RemoveFileName returns the directory path with the filename removed. Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". If the Fil
src/gtest/gtest-all.cpp:7586
↓ 2 callersFunctionReplaceAll
Replaces instances of pattern in a string with a replacement. The compiled regex is kept in a cache shared by Match and Search. Args: patter
scripts/cpp_lint.py:523
↓ 2 callersMethodResetSection
(self)
scripts/cpp_lint.py:586
↓ 2 callersFunctionReverseCloseExpression
If input points to ) or } or ] or >, finds the position that opens it. If lines[linenum][pos] points to a ')' or '}' or ']' or '>', finds the lin
scripts/cpp_lint.py:1325
↓ 2 callersMethodRngBernoulliChecks
src/caffe/test/test_random_number_generator.cpp:163
↓ 2 callersMethodSetGlobalTestPartResultReporter
Sets the global test part result reporter.
src/gtest/gtest-all.cpp:1988
↓ 2 callersMethodSetUp
src/caffe/test/test_hdf5data_layer.cpp:29
↓ 2 callersMethodSetUp
src/caffe/test/test_memory_data_layer.cpp:18
↓ 2 callersMethodSetUp
src/caffe/layers/lrn_layer.cpp:10
↓ 2 callersMethodShareDiff
src/caffe/blob.cpp:101
↓ 2 callersFunctionShouldShard
Checks whether sharding is enabled by examining the relevant environment variable values. If the variables are present, but inconsistent (i.e., shard_
src/gtest/gtest-all.cpp:5606
← previousnext →201–300 of 1,866, ranked by callers