Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Yijunmaverick/GenerativeFaceCompletion
/ functions
Functions
2,509 in github.com/Yijunmaverick/GenerativeFaceCompletion
⨍
Functions
2,509
◇
Types & classes
783
↓ 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
ReadProtoFromBinaryFile
include/caffe/util/io.hpp:64
↓ 1 callers
Function
ReadProtoFromTextFile
include/caffe/util/io.hpp:45
↓ 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
↓ 1 callers
Method
RemoveDirectoryName
Returns a copy of the FilePath with the directory part removed. Example: FilePath("path/to/file").RemoveDirectoryName() returns FilePath("file"). If t
src/gtest/gtest-all.cpp:7575
↓ 1 callers
Method
RemoveExtension
Returns a copy of the FilePath with the case-insensitive extension removed. Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns FilePath(
src/gtest/gtest-all.cpp:7545
↓ 1 callers
Function
RemoveMultiLineComments
Removes multiline (c-style) comments from lines.
scripts/cpp_lint.py:1151
↓ 1 callers
Function
RemoveMultiLineCommentsFromRange
Clears a range of lines for multi-line comments.
scripts/cpp_lint.py:1143
↓ 1 callers
Function
ReportInvalidTestCaseType
src/gtest/gtest-all.cpp:3548
↓ 1 callers
Method
ReportTestPartResult
Increments the test part result count and remembers the result. This method is from the TestPartResultReporterInterface interface.
src/gtest/gtest-all.cpp:1881
↓ 1 callers
Method
Reset
src/caffe/layers/memory_data_layer.cpp:85
↓ 1 callers
Method
ResetErrorCounts
Sets the module's error statistic back to zero.
scripts/cpp_lint.py:742
↓ 1 callers
Function
ResetNolintSuppressions
Resets the set of NOLINT suppressions to empty.
scripts/cpp_lint.py:495
↓ 1 callers
Method
RngUniformIntFillGPU
Fills with uniform integers in [0, UINT_MAX] using 2 argument form of caffe_gpu_rng_uniform.
src/caffe/test/test_random_number_generator.cpp:187
↓ 1 callers
Method
Run
src/gtest/gtest.h:2229
↓ 1 callers
Method
Run
Runs the test and updates the test result.
src/gtest/gtest-all.cpp:3455
↓ 1 callers
Method
RunSolverTypeUpgradeTest
src/caffe/test/test_upgrade_proto.cpp:2934
↓ 1 callers
Method
SGDSolver
include/caffe/sgd_solvers.hpp:18
↓ 1 callers
Function
Set
src/gtest/gtest.h:3276
↓ 1 callers
Method
SetActionFunction
src/caffe/solver.cpp:14
↓ 1 callers
Method
SetCountingStyle
Sets the module's counting options.
scripts/cpp_lint.py:713
↓ 1 callers
Method
SetDefaultResultPrinter
Sets the default_result_printer attribute to the provided listener. The listener is also added to the listener list and previous default_result_printe
src/gtest/gtest-all.cpp:4890
↓ 1 callers
Method
SetDefaultXmlGenerator
Sets the default_xml_generator attribute to the provided listener. The listener is also added to the listener list and previous default_xml_generator
src/gtest/gtest-all.cpp:4906
↓ 1 callers
Method
SetFilters
Sets the error-message filters. These filters are applied when deciding whether to emit a given error message. Args: filters: A st
scripts/cpp_lint.py:717
↓ 1 callers
Method
SetLastHeader
(self, header_path)
scripts/cpp_lint.py:594
↓ 1 callers
Method
SetOutputFormat
Sets the output format for errors.
scripts/cpp_lint.py:703
↓ 1 callers
Method
SetShared
@brief Set whether this layer is actually shared by other nets * If ShareInParallel() is true and using more than one GPU and the *
include/caffe/layer.hpp:113
↓ 1 callers
Method
SetUp
src/caffe/test/test_batch_reindex_layer.cpp:26
↓ 1 callers
Method
SetUp
Sets up the test fixture. A sub-class may override this.
src/gtest/gtest-all.cpp:3212
↓ 1 callers
Method
SetValue
Sets a new value, overriding the one supplied in the constructor.
src/gtest/gtest.h:17516
↓ 1 callers
Method
SetVerboseLevel
Sets the module's verbosity, and returns the previous setting.
scripts/cpp_lint.py:707
↓ 1 callers
Method
ShareInParallel
* @brief Whether a layer should be shared by multiple nets during data * parallelism. By default, all layers except for data layers should
include/caffe/layer.hpp:101
↓ 1 callers
Function
ShouldRunTestOnShard
Given the total number of shards, the shard index, and the test id, returns true iff the test should be run on this shard. The test id is some arbitra
src/gtest/gtest-all.cpp:5669
↓ 1 callers
Function
ShouldUseColor
Returns true iff Google Test should use colors in the output.
src/gtest/gtest-all.cpp:3888
↓ 1 callers
Function
Shuffle
src/gtest/gtest-all.cpp:720
↓ 1 callers
Function
SkipSpaces
Skips to the first non-space char in str. Returns an empty string if str contains only whitespace characters.
src/gtest/gtest-all.cpp:9049
↓ 1 callers
Function
SleepMilliseconds
Sleeps for (roughly) n milli-seconds. This function is only for testing Google Test's own constructs. Don't use it in user tests, either directly or
src/gtest/gtest.h:2133
↓ 1 callers
Method
Snapshot
src/caffe/solver.cpp:414
↓ 1 callers
Function
SplitLayerName
src/caffe/util/insert_splits.cpp:129
↓ 1 callers
Function
SplitString
Splits a given string on a given delimiter, populating a given vector with the fields. GTEST_HAS_DEATH_TEST implies that we have ::std::string, so we
src/gtest/gtest-all.cpp:7294
↓ 1 callers
Function
StackGrowsDown
src/gtest/gtest-all.cpp:7141
↓ 1 callers
Function
StackLowerThanAddress
src/gtest/gtest-all.cpp:7136
↓ 1 callers
Function
StrCaseCmp
src/gtest/gtest.h:2618
↓ 1 callers
Function
StrError
src/gtest/gtest.h:2700
↓ 1 callers
Method
TearDown
Tears down the test fixture. A sub-class may override this.
src/gtest/gtest-all.cpp:3218
↓ 1 callers
Method
TestBackward
src/caffe/test/test_tanh_layer.cpp:67
↓ 1 callers
Method
TestForward
src/caffe/test/test_sigmoid_cross_entropy_loss_layer.cpp:64
↓ 1 callers
Method
TestForward
src/caffe/test/test_batch_reindex_layer.cpp:62
↓ 1 callers
Method
TestForward
src/caffe/test/test_euclidean_loss_layer.cpp:42
↓ 1 callers
Function
TestPartResult
C'tor. TestPartResult does NOT have a default constructor. Always use this constructor (with parameters) to create a TestPartResult object.
src/gtest/gtest.h:16717
↓ 1 callers
Function
TestPartResultTypeToString
Converts a TestPartResult::Type enum to human-friendly string representation. Both kNonFatalFailure and kFatalFailure are translated to "Failure", as
src/gtest/gtest-all.cpp:3803
↓ 1 callers
Method
ToHDF5
src/caffe/net.cpp:926
← previous
next →
601–700 of 2,509, ranked by callers