MCPcopy Create free account

hub / github.com/Yijunmaverick/GenerativeFaceCompletion / functions

Functions2,509 in github.com/Yijunmaverick/GenerativeFaceCompletion

↓ 5 callersFunctioncaffe_cpu_dot
src/caffe/util/math_functions.cpp:400
↓ 5 callersFunctioncaffe_memset
include/caffe/util/math_functions.hpp:42
↓ 5 callersFunctioncaffe_rng_bernoulli
src/caffe/util/math_functions.cpp:348
↓ 5 callersMethodcopy
src/gtest/gtest.h:9157
↓ 5 callersMethodcurrent_test_info
Returns the TestInfo object for the test that's currently running, or NULL if no test is running. L < mutex_
src/gtest/gtest-all.cpp:5197
↓ 5 callersMethoddevice
include/caffe/parallel.hpp:71
↓ 5 callersMethodgenerator
src/caffe/common.cpp:92
↓ 5 callersFunctionlisteners
Provides access to the event listener list.
src/gtest/gtest-all.cpp:975
↓ 5 callersFunctionmxCHECK_FILE_EXIST
Check if a file exists and can be opened
matlab/+caffe/private/caffe_.cpp:33
↓ 5 callersMethodset_mean
Set the mean to subtract for centering the data. Parameters ---------- in_ : which input to assign this mean.
python/caffe/io.py:235
↓ 5 callersMethodsumsq_diff
src/caffe/blob.cpp:286
↓ 4 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
↓ 4 callersFunctionClose
src/gtest/gtest.h:2699
↓ 4 callersFunctionCmpHelperEQ
src/gtest/gtest.h:18331
↓ 4 callersMethodCopyNetBlobs
src/caffe/test/test_net.cpp:32
↓ 4 callersMethodCopyNetParams
src/caffe/test/test_net.cpp:45
↓ 4 callersMethodFailed
Returns true iff the test failed.
src/gtest/gtest-all.cpp:3156
↓ 4 callersFunctionFormatCountableNoun
Formats a countable noun. Depending on its quantity, either the singular form or the plural form is used. e.g. FormatCountableNoun(1, "formula", "fo
src/gtest/gtest-all.cpp:3782
↓ 4 callersFunctionFormatForComparisonFailureMessage
src/gtest/gtest.h:18322
↓ 4 callersFunctionFormatTestCount
Formats the count of tests.
src/gtest/gtest-all.cpp:3790
↓ 4 callersMethodForward
include/caffe/layer.hpp:451
↓ 4 callersFunctionGTestStreamToHelper
src/gtest/gtest.h:6776
↓ 4 callersFunctionGetElementOr
src/gtest/gtest-all.cpp:690
↓ 4 callersFunctionGetLastErrnoDescription
Returns the message describing the last system error in errno.
src/gtest/gtest-all.cpp:6460
↓ 4 callersMethodInferBlobShape
src/caffe/data_transformer.cpp:442
↓ 4 callersFunctionMakeTempFilename
include/caffe/util/io.hpp:17
↓ 4 callersFunctionPrintCharsAsStringTo
Prints the given array of characters to the ostream. The array starts at *begin, the length is len, it may include '\0' characters and may not be null
src/gtest/gtest-all.cpp:8806
↓ 4 callersFunctionReadProtoFromTextFile
src/caffe/util/io.cpp:34
↓ 4 callersFunctionReadSolverParamsFromTextFileOrDie
Read parameters from a file into a SolverParameter proto message.
src/caffe/util/upgrade_proto.cpp:1007
↓ 4 callersMethodRngGaussianFillGPU
src/caffe/test/test_random_number_generator.cpp:174
↓ 4 callersMethodRngUniformFillGPU
src/caffe/test/test_random_number_generator.cpp:179
↓ 4 callersMethodSetTestPartResultReporterForCurrentThread
Sets the test part result reporter for the current thread.
src/gtest/gtest-all.cpp:2001
↓ 4 callersMethodSetUp
src/caffe/test/test_memory_data_layer.cpp:25
↓ 4 callersMethodSetUp
src/caffe/test/test_image_data_layer.cpp:28
↓ 4 callersMethodSetUp
src/caffe/test/test_tile_layer.cpp:24
↓ 4 callersMethodSolve
src/caffe/solver.cpp:285
↓ 4 callersFunctionStrDup
src/gtest/gtest.h:2621
↓ 4 callersMethodTestForward
src/caffe/test/test_power_layer.cpp:34
↓ 4 callersMethodTestReadCrop
src/caffe/test/test_data_layer.cpp:173
↓ 4 callersMethodUpdate
src/caffe/net.cpp:983
↓ 4 callersFunctionUpgradeNetAsNeeded
src/caffe/util/upgrade_proto.cpp:19
↓ 4 callersMethodbackward
(self, top, propagate_down, bottom)
python/caffe/test/test_python_layer.py:21
↓ 4 callersFunctioncluster_seedgen
random seeding
src/caffe/common.cpp:23
↓ 4 callersMethodcurrent_test_result
Returns the TestResult for the test that's currently running, or the TestResult for the ad hoc test if no test is running.
src/gtest/gtest-all.cpp:5780
↓ 4 callersMethoddiff
include/caffe/parallel.hpp:35
↓ 4 callersFunctionget_gpus
Parse GPU ids or use all available devices
tools/caffe.cpp:81
↓ 4 callersMethoditer
include/caffe/solver.hpp:72
↓ 4 callersMethodoriginal_working_dir
Returns the working directory when the first TEST() or TEST_F() was executed.
src/gtest/gtest-all.cpp:5182
↓ 4 callersFunctionrandom
Gets the random number generator.
src/gtest/gtest-all.cpp:1171
↓ 4 callersMethodrepeater
Returns repeater that broadcasts the TestEventListener events to all subscribers.
src/gtest/gtest-all.cpp:4883
↓ 4 callersMethodsample_mean
src/caffe/test/test_random_number_generator.cpp:30
↓ 4 callersMethodsumsq_data
src/caffe/blob.cpp:249
↓ 4 callersMethodtest_to_run_count
Gets the number of tests that should run.
src/gtest/gtest-all.cpp:2048
↓ 4 callersMethodtotal_test_count
Gets the number of all tests.
src/gtest/gtest-all.cpp:2043
↓ 3 callersMethodAddMatVector
src/caffe/layers/memory_data_layer.cpp:60
↓ 3 callersMethodAddTestPartResult
Adds a test part result to the list.
src/gtest/gtest-all.cpp:3110
↓ 3 callersFunctionAssertionResult
Used in the EXPECT_TRUE/FALSE(bool_expression).
src/gtest/gtest.h:17296
↓ 3 callersFunctionCaptureStderr
Starts capturing stderr.
src/gtest/gtest-all.cpp:8417
↓ 3 callersFunctionCheckCStyleCast
Checks for a C-style cast by looking for the pattern. Args: filename: The name of the current file. linenum: The number of the line to chec
scripts/cpp_lint.py:4247
↓ 3 callersFunctionCheckFile
For convenience, check that input files can be opened, and raise an exception that boost will send to Python if not (caffe could still crash later if
python/caffe/_caffe.cpp:44
↓ 3 callersFunctionCleanseComments
Removes //-comments and single-line C-style /* */ comments. Args: line: A line of C++ source. Returns: The line with single-line comment
scripts/cpp_lint.py:1167
↓ 3 callersMethodClone
src/gtest/gtest.h:10146
↓ 3 callersFunctionFOpen
src/gtest/gtest.h:2682
↓ 3 callersFunctionFindEndOfExpressionInLine
Find the position just after the matching endchar. Args: line: a CleansedLines line. startpos: start searching at this position. depth:
scripts/cpp_lint.py:1230
↓ 3 callersFunctionFlagToEnvVar
Returns the name of the environment variable corresponding to the given flag. For example, FlagToEnvVar("foo") will return "GTEST_FOO" in the open-so
src/gtest/gtest-all.cpp:8451
↓ 3 callersFunctionFlushInfoLog
src/gtest/gtest.h:1990
↓ 3 callersFunctionFormatTimeInMillisAsSeconds
Formats the given time in milliseconds as seconds.
src/gtest/gtest-all.cpp:4499
↓ 3 callersMethodGetTestPartResultReporterForCurrentThread
Returns the test part result reporter for the current thread.
src/gtest/gtest-all.cpp:1995
↓ 3 callersFunctionGetTestTypeId
Returns the type ID of ::testing::Test. We should always call this instead of GetTypeId< ::testing::Test>() to get the type ID of testing::Test. Thi
src/gtest/gtest-all.cpp:1897
↓ 3 callersMethodInitDiffDataSharedWeightsNet
src/caffe/test/test_net.cpp:493
↓ 3 callersFunctionInsertSplits
src/caffe/util/insert_splits.cpp:12
↓ 3 callersFunctionInt32FromGTestEnv
Reads and returns a 32-bit integer stored in the environment variable corresponding to the given flag; if it isn't set or doesn't represent a valid 32
src/gtest/gtest-all.cpp:8518
↓ 3 callersFunctionIsBlankLine
Returns true if the given line is blank. We consider a line to be blank if the line is empty or consists of only white spaces. Args: line:
scripts/cpp_lint.py:2369
↓ 3 callersFunctionIsSpace
src/gtest/gtest.h:2585
↓ 3 callersFunctionIsTrue
src/gtest/gtest-all.cpp:5834
↓ 3 callersFunctionMatchRegexAtHead
Returns true iff regex matches a prefix of str. regex must be a valid simple regular expression and not start with "^", or the result is undefined.
src/gtest/gtest-all.cpp:8123
↓ 3 callersFunctionParseFlagValue
Parses a string as a command line flag. The string should have the format "--flag=value". When def_optional is true, the "=value" part can be omitte
src/gtest/gtest-all.cpp:5863
↓ 3 callersFunctionParseInt32
Parses 'str' for a 32-bit signed integer. If successful, writes the result to *value and returns true; otherwise leaves *value unchanged and returns
src/gtest/gtest-all.cpp:8466
↓ 3 callersFunctionParseInt32Flag
Parses a string for an Int32 flag, in the form of "--flag=value". On success, stores the value of the flag in *value, and returns true. On failure,
src/gtest/gtest-all.cpp:5918
↓ 3 callersFunctionParseNolintSuppressions
Updates the global list of error-suppressions. Parses any NOLINT comments on the current line, updating the global error_suppressions store. Rep
scripts/cpp_lint.py:464
↓ 3 callersFunctionPrintByteSegmentInObjectTo
Prints a segment of bytes in the given object.
src/gtest/gtest-all.cpp:8612
↓ 3 callersFunctionPrintRawArrayTo
src/gtest/gtest.h:9632
↓ 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 callersMethodReferenceLRNForward
src/caffe/test/test_lrn_layer.cpp:51
↓ 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:885
↓ 3 callersMethodReshape
src/caffe/layers/im2col_layer.cpp:95
↓ 3 callersMethodReshape
src/caffe/layers/base_conv_layer.cpp:173
↓ 3 callersMethodRestore
src/caffe/solver.cpp:477
↓ 3 callersMethodRunPaddingUpgradeTest
src/caffe/test/test_upgrade_proto.cpp:22
↓ 3 callersMethodRunV0UpgradeTest
src/caffe/test/test_upgrade_proto.cpp:1092
↓ 3 callersMethodSeconds
src/caffe/util/benchmark.cpp:103
↓ 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:1931
↓ 3 callersMethodSetUp
src/caffe/test/test_stochastic_pooling.cpp:27
↓ 3 callersMethodSetUp
src/caffe/test/test_dummy_data_layer.cpp:23
↓ 3 callersMethodSetUp
* @brief Implements common layer setup functionality. * * @param bottom the preshaped input blobs * @param top * the allocated but uns
include/caffe/layer.hpp:67
↓ 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:930
← previousnext →201–300 of 2,509, ranked by callers