Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Harick1/caffe-yolo
/ functions
Functions
2,741 in github.com/Harick1/caffe-yolo
⨍
Functions
2,741
◇
Types & classes
813
↳
Endpoints
3
↓ 1 callers
Function
Failed
Returns true iff the unit test failed (i.e. some test case failed or something outside of all tests failed).
src/gtest/gtest-all.cpp:956
↓ 1 callers
Function
FileNo
src/gtest/gtest.h:2635
↓ 1 callers
Method
FileOrDirectoryExists
Returns true if pathname describes something findable in the file-system, either a file, directory, or whatever.
src/gtest/gtest-all.cpp:7629
↓ 1 callers
Function
FilesBelongToSameModule
Check if these two filenames belong to the same module. The concept of a 'module' here is a as follows: foo.h, foo-inl.h, foo.cc, foo_test.cc and
scripts/cpp_lint.py:4399
↓ 1 callers
Method
FillBottoms
src/caffe/test/test_accuracy_layer.cpp:40
↓ 1 callers
Method
FillUnrolledNet
src/caffe/layers/rnn_layer.cpp:42
↓ 1 callers
Function
FindNextMatchingAngleBracket
Find the corresponding > to close a template. Args: clean_lines: A CleansedLines instance containing the file. linenum: Current line number
scripts/cpp_lint.py:2517
↓ 1 callers
Function
FindNextMultiLineCommentEnd
We are inside a comment, find the end marker.
scripts/cpp_lint.py:1134
↓ 1 callers
Function
FindNextMultiLineCommentStart
Find the beginning marker for a multiline comment.
scripts/cpp_lint.py:1123
↓ 1 callers
Function
FindPreviousMatchingAngleBracket
Find the corresponding < that started a template. Args: clean_lines: A CleansedLines instance containing the file. linenum: Current line nu
scripts/cpp_lint.py:2586
↓ 1 callers
Function
FormatCompilerIndependentFileLocation
Formats a file location for compiler-independent XML output. Although this function is not platform dependent, we put it next to FormatFileLocation in
src/gtest/gtest-all.cpp:8250
↓ 1 callers
Function
FormatSehExceptionMessage
Adds an "exception thrown" fatal failure to the current test. This function returns its result via an output parameter pointer because VC++ prohibits
src/gtest/gtest-all.cpp:3321
↓ 1 callers
Method
ForwardFrom
src/caffe/net.cpp:549
↓ 1 callers
Method
ForwardFromTo
src/caffe/net.cpp:535
↓ 1 callers
Method
ForwardTo
src/caffe/net.cpp:554
↓ 1 callers
Function
GTestIsInitialized
src/gtest/gtest-all.cpp:1612
↓ 1 callers
Method
Generate
Generates a random number from [0, range), using a Linear Congruential Generator (LCG). Crashes if 'range' is 0 or greater than kMaxRange.
src/gtest/gtest-all.cpp:1587
↓ 1 callers
Method
GetActionFunction
Return the function that the solver can use to find out if a snapshot or early exit is being requested.
src/caffe/util/signal_handler.cpp:111
↓ 1 callers
Function
GetAnsiColorCode
Returns the ANSI color code for the given color. COLOR_DEFAULT is an invalid input.
src/gtest/gtest-all.cpp:3876
↓ 1 callers
Function
GetBrewFunction
tools/caffe.cpp:67
↓ 1 callers
Function
GetCapturedStderr
Stops capturing stderr and returns the captured string.
src/gtest/gtest-all.cpp:8425
↓ 1 callers
Method
GetCapturedString
src/gtest/gtest-all.cpp:8326
↓ 1 callers
Function
GetColorAttribute
Returns the character attribute for the given color.
src/gtest/gtest-all.cpp:3863
↓ 1 callers
Function
GetCurrentExecutableName
Returns the current application's name, removing directory path if that is present.
src/gtest/gtest-all.cpp:1673
↓ 1 callers
Function
GetEnviron
src/gtest/gtest-all.cpp:7080
↓ 1 callers
Function
GetGTBox
src/caffe/layers/eval_detection_layer.cpp:50
↓ 1 callers
Function
GetLineWidth
Determines the width of the line in column positions. Args: line: A string, which may be a Unicode string. Returns: The width of the lin
scripts/cpp_lint.py:3437
↓ 1 callers
Function
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:969
↓ 1 callers
Function
GetNextRandomSeed
Returns the first valid random seed after 'seed'. The behavior is undefined if 'seed' is invalid. The seed after kMaxRandomSeed is considered to be
src/gtest/gtest-all.cpp:538
↓ 1 callers
Function
GetPredBox
src/caffe/layers/eval_detection_layer.cpp:75
↓ 1 callers
Function
GetRandomSeedFromFlag
Returns a random seed in range [1, kMaxRandomSeed] based on the given --gtest_random_seed flag value.
src/gtest/gtest-all.cpp:522
↓ 1 callers
Function
GetStatusFileDescriptor
Recreates the pipe and event handles from the provided parameters, signals the event, and returns a file descriptor wrapped around the pipe handle. Th
src/gtest/gtest-all.cpp:7315
↓ 1 callers
Function
GetTestCase
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:962
↓ 1 callers
Method
GetTestCaseTypeId
Test case id to verify identity.
src/gtest/gtest.h:10393
↓ 1 callers
Function
GetThreadCount
Returns the number of threads running in the process, or 0 to indicate that we cannot detect it.
src/gtest/gtest-all.cpp:7885
↓ 1 callers
Function
GotSIGHUP
Return true iff a SIGHUP has been received since the last time this function was called.
src/caffe/util/signal_handler.cpp:79
↓ 1 callers
Function
GotSIGINT
Return true iff a SIGINT has been received since the last time this function was called.
src/caffe/util/signal_handler.cpp:71
↓ 1 callers
Function
HasGoogleTestFlagPrefix
Determines whether a string has a prefix that Google Test uses for its flags, i.e., starts with GTEST_FLAG_PREFIX_ or GTEST_FLAG_PREFIX_DASH_. If Goog
src/gtest/gtest-all.cpp:5953
↓ 1 callers
Function
HookupHandler
src/caffe/util/signal_handler.cpp:25
↓ 1 callers
Method
InNamespaceBody
Check if we are currently one level inside a namespace body. Returns: True if top of the stack is a namespace block, False otherwise.
scripts/cpp_lint.py:1940
↓ 1 callers
Method
IncrementErrorCount
Bumps the module's error statistic.
scripts/cpp_lint.py:747
↓ 1 callers
Function
InitDeathTestSubprocessControlInfo
src/gtest/gtest-all.cpp:1129
↓ 1 callers
Method
InitDiffDataUnsharedWeightsNet
src/caffe/test/test_net.cpp:431
↓ 1 callers
Method
InitReshapableNet
src/caffe/test/test_net.cpp:555
↓ 1 callers
Method
InitSolverFromProtoString
src/caffe/test/test_gradient_based_solver.cpp:52
↓ 1 callers
Method
InitSolverFromProtoString
src/caffe/test/test_solver.cpp:24
↓ 1 callers
Method
InitTinyNetEuclidean
src/caffe/test/test_net.cpp:135
↓ 1 callers
Method
InitTrickyNet
src/caffe/test/test_net.cpp:195
↓ 1 callers
Function
IsATTY
src/gtest/gtest.h:2617
↓ 1 callers
Method
IsAbsolutePath
Returns true if pathname describes an absolute path.
src/gtest/gtest-all.cpp:7685
↓ 1 callers
Function
IsCppString
Does line terminate so, that the next symbol is in string constant. This function does not consider single-line nor multi-line comments. Args:
scripts/cpp_lint.py:1045
↓ 1 callers
Function
IsDigit
src/gtest/gtest.h:2579
↓ 1 callers
Function
IsDir
src/gtest/gtest.h:2642
↓ 1 callers
Function
IsErrorSuppressedByNolint
Returns true if the specified error category is suppressed on this line. Consults the global error_suppressions map populated by ParseNolintSuppr
scripts/cpp_lint.py:500
↓ 1 callers
Method
IsInAlphabeticalOrder
Check if a header is in alphabetical order with the previous header. Args: clean_lines: A CleansedLines instance containing the file.
scripts/cpp_lint.py:612
↓ 1 callers
Function
IsPrintableAscii
Returns true if c is a printable ASCII character. We test the value of c directly instead of calling isprint(), which is buggy on Windows Mobile.
src/gtest/gtest-all.cpp:8686
↓ 1 callers
Function
IsSubstringPred
src/gtest/gtest-all.cpp:2534
↓ 1 callers
Function
IsUtf16SurrogatePair
Determines if the arguments constitute UTF-16 surrogate pair and thus should be combined into a single Unicode code point using CreateCodePointFromUtf
src/gtest/gtest-all.cpp:2778
↓ 1 callers
Function
IsValidEscape
Returns true iff "\\c" is a supported escape sequence.
src/gtest/gtest-all.cpp:7998
↓ 1 callers
Method
Lock
Acquires this mutex.
src/gtest/gtest.h:2269
↓ 1 callers
Function
LogToStderr
src/gtest/gtest.h:1989
↓ 1 callers
Function
MatchRepetitionAndRegexAtHead
Matches a repeated regex atom followed by a valid simple regular expression. The regex atom is defined as c if escaped is false, or \c otherwise. re
src/gtest/gtest-all.cpp:8096
↓ 1 callers
Method
MinTopBlobs
* @brief Returns the minimum number of top blobs required by the layer, * or -1 if no minimum number is required. * * This method shou
include/caffe/layer.hpp:257
↓ 1 callers
Method
OnEnvironmentsSetUpEnd
src/gtest/gtest-all.cpp:4000
↓ 1 callers
Method
OnEnvironmentsSetUpStart
src/gtest/gtest-all.cpp:4053
↓ 1 callers
Method
OnEnvironmentsTearDownEnd
src/gtest/gtest-all.cpp:4007
↓ 1 callers
Method
OnEnvironmentsTearDownStart
src/gtest/gtest-all.cpp:4125
↓ 1 callers
Method
OnTestCaseEnd
src/gtest/gtest-all.cpp:4112
↓ 1 callers
Method
OnTestCaseStart
src/gtest/gtest-all.cpp:4060
↓ 1 callers
Method
OnTestEnd
src/gtest/gtest-all.cpp:4093
↓ 1 callers
Method
OnTestIterationEnd
src/gtest/gtest-all.cpp:4157
↓ 1 callers
Method
OnTestIterationStart
Fired before each iteration of tests starts.
src/gtest/gtest-all.cpp:4018
↓ 1 callers
Method
OnTestPartResult
Called after an assertion failure.
src/gtest/gtest-all.cpp:4082
↓ 1 callers
Method
OnTestProgramEnd
src/gtest/gtest-all.cpp:4653
↓ 1 callers
Method
OnTestProgramStart
src/gtest/gtest-all.cpp:4649
↓ 1 callers
Method
OnTestStart
src/gtest/gtest-all.cpp:4074
↓ 1 callers
Function
ParseArguments
Parses the command line arguments. This may set the output format and verbosity level as side-effects. Args: args: The command line argument
scripts/cpp_lint.py:4779
↓ 1 callers
Function
ParseGoogleTestFlagsOnly
Parses the command line for Google Test flags, without initializing other parts of Google Test.
src/gtest/gtest-all.cpp:6145
↓ 1 callers
Function
ParseInternalRunDeathTestFlag
Returns a newly created InternalRunDeathTestFlag object with fields initialized from the GTEST_FLAG(internal_run_death_test) flag if the flag is speci
src/gtest/gtest-all.cpp:7380
↓ 1 callers
Function
PartialMatch
src/gtest/gtest.h:1902
↓ 1 callers
Function
Passed
Returns true iff the unit test passed (i.e. all test cases passed).
src/gtest/gtest-all.cpp:952
↓ 1 callers
Method
PopGTestTrace
Pops a trace from the per-thread Google Test trace stack. L < mutex_
src/gtest/gtest-all.cpp:5235
↓ 1 callers
Method
PostFlagParsingInit
Performs initialization dependent upon flag values obtained in ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to ParseGoogleT
src/gtest/gtest-all.cpp:5338
↓ 1 callers
Function
PrintAsNarrowStringLiteralTo
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:8756
↓ 1 callers
Function
PrintBytesInObjectTo
Delegates to PrintBytesInObjectToImpl() to print the bytes in the given object. The delegation simplifies the implementation, which uses the << opera
src/gtest/gtest-all.cpp:8663
↓ 1 callers
Function
PrintBytesInObjectToImpl
Prints the bytes in the given value to the given ostream.
src/gtest/gtest-all.cpp:8631
↓ 1 callers
Function
PrintCategories
Prints a list of all the error-categories used by error messages. These are the categories used to filter messages via --filter.
scripts/cpp_lint.py:4770
↓ 1 callers
Function
PrintColorEncoded
Prints a string containing code-encoded text. The following escape sequences can be used in the string to control the text color: @@ prints a sin
src/gtest/gtest-all.cpp:5973
↓ 1 callers
Method
PrintErrorCounts
Print a summary of errors by category, and the total.
scripts/cpp_lint.py:757
↓ 1 callers
Function
PrintTestPartResult
Prints a TestPartResult.
src/gtest/gtest-all.cpp:3831
↓ 1 callers
Function
PrintTo
src/gtest/gtest.h:9538
↓ 1 callers
Function
ProcessFile
Does google-lint on a single file. Args: filename: The name of the file to parse. vlevel: The level of errors to report. Every error of c
scripts/cpp_lint.py:4689
↓ 1 callers
Function
ProcessFileData
Performs lint checks and reports any errors to the given error function. Args: filename: Filename of the file that is being processed. file
scripts/cpp_lint.py:4644
↓ 1 callers
Function
ProcessLine
Processes a single line in the file. Args: filename: Filename of the file that is being processed. file_extension: The extension (dot not i
scripts/cpp_lint.py:4600
↓ 1 callers
Method
PushGTestTrace
Pushes a trace defined by SCOPED_TRACE() on to the per-thread Google Test trace stack. L < mutex_
src/gtest/gtest-all.cpp:5228
↓ 1 callers
Function
RE
Constructs an RE from a string.
src/gtest/gtest.h:1878
↓ 1 callers
Function
ReadBoxDataToDatum
src/caffe/util/io.cpp:170
↓ 1 callers
Function
ReadProtoFromBinaryFile
include/caffe/util/io.hpp:73
↓ 1 callers
Function
ReadProtoFromTextFile
include/caffe/util/io.hpp:54
↓ 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
← previous
next →
601–700 of 2,741, ranked by callers