Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chuckcho/video-caffe
/ functions
Functions
2,834 in github.com/chuckcho/video-caffe
⨍
Functions
2,834
◇
Types & classes
822
↳
Endpoints
3
↓ 1 callers
Function
DefaultPrintNonContainerTo
src/gtest/gtest.h:9403
↓ 1 callers
Function
DefaultPrintTo
src/gtest/gtest.h:9454
↓ 1 callers
Function
DeleteThreadLocalValue
src/gtest/gtest.h:2355
↓ 1 callers
Method
End
src/gtest/gtest.h:10127
↓ 1 callers
Method
End
Stop analyzing function body.
scripts/cpp_lint.py:865
↓ 1 callers
Method
EndsWithCaseInsensitive
Returns true iff this String ends with the given suffix, ignoring case. Any String is considered to end with a NULL or empty suffix.
src/gtest/gtest-all.cpp:2982
↓ 1 callers
Method
Equals
src/gtest/gtest.h:10150
↓ 1 callers
Function
Error
Logs the fact we've found a lint error. We log where the error was found, and also our confidence in the error, that is, how certain we are this
scripts/cpp_lint.py:992
↓ 1 callers
Method
ExactNumTopBlobs
* @brief Returns the exact number of top blobs required by the layer, * or -1 if no exact number is required. * * This method should b
include/caffe/layer.hpp:224
↓ 1 callers
Function
ExecDeathTestChildMain
The main function for a threadsafe-style death test child process. This function is called in a clone()-ed process and thus must avoid any potentially
src/gtest/gtest-all.cpp:7096
↓ 1 callers
Function
ExecDeathTestFork
A threadsafe implementation of fork(2) for threadsafe-style death tests that uses clone(2). It dies with an error message if anything goes wrong.
src/gtest/gtest-all.cpp:7149
↓ 1 callers
Function
ExitSummary
Generates a textual description of a given exit code, in the format specified by wait(2).
src/gtest/gtest-all.cpp:6340
↓ 1 callers
Method
Extension
File extension - text following the final period.
scripts/cpp_lint.py:952
↓ 1 callers
Function
FClose
src/gtest/gtest.h:2691
↓ 1 callers
Function
FDOpen
src/gtest/gtest.h:2689
↓ 1 callers
Function
FailFromInternalError
This is called from a death test parent process to read a failure message from the death test child process and log it with the FATAL severity. On Win
src/gtest/gtest-all.cpp:6468
↓ 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:4405
↓ 1 callers
Method
FillBottoms
src/caffe/test/test_accuracy_layer.cpp:42
↓ 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:2523
↓ 1 callers
Function
FindNextMultiLineCommentEnd
We are inside a comment, find the end marker.
scripts/cpp_lint.py:1138
↓ 1 callers
Function
FindNextMultiLineCommentStart
Find the beginning marker for a multiline comment.
scripts/cpp_lint.py:1127
↓ 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:2592
↓ 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:537
↓ 1 callers
Method
ForwardFromTo
src/caffe/net.cpp:518
↓ 1 callers
Method
ForwardTo
src/caffe/net.cpp:542
↓ 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:74
↓ 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
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:3443
↓ 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
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:1946
↓ 1 callers
Method
IncrementErrorCount
Bumps the module's error statistic.
scripts/cpp_lint.py:751
↓ 1 callers
Function
InitDeathTestSubprocessControlInfo
src/gtest/gtest-all.cpp:1129
↓ 1 callers
Method
InitDiffDataUnsharedWeightsNet
src/caffe/test/test_net.cpp:443
↓ 1 callers
Method
InitReshapableNet
src/caffe/test/test_net.cpp:567
↓ 1 callers
Method
InitSolverFromProtoString
src/caffe/test/test_gradient_based_solver.cpp:54
↓ 1 callers
Method
InitSolverFromProtoString
src/caffe/test/test_solver.cpp:24
↓ 1 callers
Method
InitTinyNetEuclidean
src/caffe/test/test_net.cpp:147
↓ 1 callers
Method
InitTrickyNet
src/caffe/test/test_net.cpp:207
↓ 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:1049
↓ 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:504
↓ 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:616
↓ 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:232
↓ 1 callers
Method
NCCL
python/caffe/_caffe.cpp:349
↓ 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:4785
↓ 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
← previous
next →
601–700 of 2,834, ranked by callers