MCPcopy Create free account

hub / github.com/TheLegendAli/DeepLab-Context / functions

Functions2,537 in github.com/TheLegendAli/DeepLab-Context

↓ 1 callersFunctionCopyArray
src/gtest/gtest.h:7677
↓ 1 callersMethodCopyTrainedLayersFrom
python/caffe/_caffe.hpp:101
↓ 1 callersMethodCount
Count line in current function body.
scripts/cpp_lint.py:831
↓ 1 callersFunctionCreateCodePointFromUtf16SurrogatePair
Creates a Unicode code point from UTF16 surrogate pair.
src/gtest/gtest-all.cpp:2784
↓ 1 callersMethodCreateDirectoriesRecursively
Create directories so that path exists. Returns true if successful or if the directories already exist; returns false if unable to create directories
src/gtest/gtest-all.cpp:7728
↓ 1 callersMethodCreateFolder
Create the directory so that path exists. Returns true if successful or if the directory already exists; returns false if unable to create the directo
src/gtest/gtest-all.cpp:7745
↓ 1 callersMethodCreatePrefetchThread
src/caffe/layers/base_data_layer.cpp:47
↓ 1 callersMethodCreateTestFactory
src/gtest/gtest.h:10331
↓ 1 callersMethodDataLayerSetUp
src/caffe/layers/data_layer.cpp:26
↓ 1 callersFunctionDeathTestThreadWarning
Generates a textual failure message when a death test finds more than one thread running, or cannot determine the number of threads, prior to executin
src/gtest/gtest-all.cpp:6375
↓ 1 callersFunctionDefaultPrintNonContainerTo
src/gtest/gtest.h:9403
↓ 1 callersFunctionDefaultPrintTo
src/gtest/gtest.h:9454
↓ 1 callersFunctionDeleteThreadLocalValue
src/gtest/gtest.h:2355
↓ 1 callersMethodEnd
src/gtest/gtest.h:10127
↓ 1 callersMethodEnd
Stop analyzing function body.
scripts/cpp_lint.py:861
↓ 1 callersMethodEndsWithCaseInsensitive
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 callersMethodEquals
src/gtest/gtest.h:10150
↓ 1 callersFunctionError
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:988
↓ 1 callersMethodExactNumTopBlobs
* @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:240
↓ 1 callersFunctionExecDeathTestChildMain
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 callersFunctionExecDeathTestFork
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 callersFunctionExitSummary
Generates a textual description of a given exit code, in the format specified by wait(2).
src/gtest/gtest-all.cpp:6340
↓ 1 callersMethodExtension
File extension - text following the final period.
scripts/cpp_lint.py:948
↓ 1 callersFunctionFClose
src/gtest/gtest.h:2691
↓ 1 callersFunctionFDOpen
src/gtest/gtest.h:2689
↓ 1 callersFunctionFailFromInternalError
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 callersFunctionFailed
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 callersFunctionFileNo
src/gtest/gtest.h:2635
↓ 1 callersMethodFileOrDirectoryExists
Returns true if pathname describes something findable in the file-system, either a file, directory, or whatever.
src/gtest/gtest-all.cpp:7629
↓ 1 callersFunctionFilesBelongToSameModule
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 callersFunctionFindNextMatchingAngleBracket
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 callersFunctionFindNextMultiLineCommentEnd
We are inside a comment, find the end marker.
scripts/cpp_lint.py:1134
↓ 1 callersFunctionFindNextMultiLineCommentStart
Find the beginning marker for a multiline comment.
scripts/cpp_lint.py:1123
↓ 1 callersFunctionFindPreviousMatchingAngleBracket
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 callersFunctionFormatCompilerIndependentFileLocation
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 callersFunctionFormatSehExceptionMessage
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 callersMethodForwardFrom
src/caffe/net.cpp:516
↓ 1 callersMethodFromMat
src/caffe/blob.cpp:330
↓ 1 callersFunctionGTestIsInitialized
src/gtest/gtest-all.cpp:1612
↓ 1 callersMethodGenerate
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 callersFunctionGetAnsiColorCode
Returns the ANSI color code for the given color. COLOR_DEFAULT is an invalid input.
src/gtest/gtest-all.cpp:3876
↓ 1 callersFunctionGetBrewFunction
tools/caffe.cpp:52
↓ 1 callersFunctionGetCapturedStderr
Stops capturing stderr and returns the captured string.
src/gtest/gtest-all.cpp:8425
↓ 1 callersMethodGetCapturedString
src/gtest/gtest-all.cpp:8326
↓ 1 callersFunctionGetColorAttribute
Returns the character attribute for the given color.
src/gtest/gtest-all.cpp:3863
↓ 1 callersFunctionGetCurrentExecutableName
Returns the current application's name, removing directory path if that is present.
src/gtest/gtest-all.cpp:1673
↓ 1 callersFunctionGetEnviron
src/gtest/gtest-all.cpp:7080
↓ 1 callersFunctionGetImgNamesFromFeatFiles
densecrf/refine_pascal_v4/dense_inference.cpp:345
↓ 1 callersFunctionGetLineWidth
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 callersFunctionGetMutableTestCase
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 callersFunctionGetNextRandomSeed
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 callersFunctionGetRandomSeedFromFlag
Returns a random seed in range [1, kMaxRandomSeed] based on the given --gtest_random_seed flag value.
src/gtest/gtest-all.cpp:522
↓ 1 callersFunctionGetStatusFileDescriptor
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 callersFunctionGetTestCase
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 callersMethodGetTestCaseTypeId
Test case id to verify identity.
src/gtest/gtest.h:10393
↓ 1 callersFunctionGetThreadCount
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 callersFunctionHasGoogleTestFlagPrefix
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 callersMethodInNamespaceBody
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 callersMethodIncrementErrorCount
Bumps the module's error statistic.
scripts/cpp_lint.py:747
↓ 1 callersFunctionInitDeathTestSubprocessControlInfo
src/gtest/gtest-all.cpp:1129
↓ 1 callersMethodInitDiffDataUnsharedWeightsNet
src/caffe/test/test_net.cpp:413
↓ 1 callersMethodInitReshapableNet
src/caffe/test/test_net.cpp:537
↓ 1 callersMethodInitSolverFromProtoString
src/caffe/test/test_gradient_based_solver.cpp:36
↓ 1 callersMethodInitSolverFromProtoString
src/caffe/test/test_solver.cpp:23
↓ 1 callersMethodInitTinyNetEuclidean
src/caffe/test/test_net.cpp:126
↓ 1 callersMethodInitTrickyNet
src/caffe/test/test_net.cpp:182
↓ 1 callersFunctionIsATTY
src/gtest/gtest.h:2617
↓ 1 callersMethodIsAbsolutePath
Returns true if pathname describes an absolute path.
src/gtest/gtest-all.cpp:7685
↓ 1 callersFunctionIsCppString
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 callersFunctionIsDigit
src/gtest/gtest.h:2579
↓ 1 callersFunctionIsDir
src/gtest/gtest.h:2642
↓ 1 callersFunctionIsErrorSuppressedByNolint
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 callersMethodIsInAlphabeticalOrder
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 callersFunctionIsPrintableAscii
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 callersFunctionIsSubstringPred
src/gtest/gtest-all.cpp:2534
↓ 1 callersFunctionIsUtf16SurrogatePair
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 callersFunctionIsValidEscape
Returns true iff "\\c" is a supported escape sequence.
src/gtest/gtest-all.cpp:7998
↓ 1 callersMethodLayersReportState
* @brief Calls ReportState for each of the layers. */
include/caffe/net.hpp:45
↓ 1 callersMethodLayersResetState
* @brief Calls ResetState for each of the layers. */
include/caffe/net.hpp:36
↓ 1 callersFunctionLoadBinFile
densecrf/refine_pascal/dense_inference.cpp:60
↓ 1 callersFunctionLoadMatFile
densecrf/refine_pascal_v4/dense_inference.cpp:63
↓ 1 callersMethodLock
Acquires this mutex.
src/gtest/gtest.h:2269
↓ 1 callersFunctionLogToStderr
src/gtest/gtest.h:1989
↓ 1 callersFunctionMatchRepetitionAndRegexAtHead
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 callersMethodMinTopBlobs
* @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:248
↓ 1 callersFunctionNetParameterToPrettyPrint
src/caffe/util/upgrade_proto.cpp:578
↓ 1 callersMethodOnEnvironmentsSetUpEnd
src/gtest/gtest-all.cpp:4000
↓ 1 callersMethodOnEnvironmentsSetUpStart
src/gtest/gtest-all.cpp:4053
↓ 1 callersMethodOnEnvironmentsTearDownEnd
src/gtest/gtest-all.cpp:4007
↓ 1 callersMethodOnEnvironmentsTearDownStart
src/gtest/gtest-all.cpp:4125
↓ 1 callersMethodOnTestCaseEnd
src/gtest/gtest-all.cpp:4112
↓ 1 callersMethodOnTestCaseStart
src/gtest/gtest-all.cpp:4060
↓ 1 callersMethodOnTestEnd
src/gtest/gtest-all.cpp:4093
↓ 1 callersMethodOnTestIterationEnd
src/gtest/gtest-all.cpp:4157
↓ 1 callersMethodOnTestIterationStart
Fired before each iteration of tests starts.
src/gtest/gtest-all.cpp:4018
↓ 1 callersMethodOnTestPartResult
Called after an assertion failure.
src/gtest/gtest-all.cpp:4082
↓ 1 callersMethodOnTestProgramEnd
src/gtest/gtest-all.cpp:4653
↓ 1 callersMethodOnTestProgramStart
src/gtest/gtest-all.cpp:4649
↓ 1 callersMethodOnTestStart
src/gtest/gtest-all.cpp:4074
↓ 1 callersFunctionOutputSetting
densecrf/refine_pascal_v4/dense_inference.cpp:354
← previousnext →501–600 of 2,537, ranked by callers