MCPcopy Create free account

hub / github.com/MhLiao/TextBoxes_plusplus / functions

Functions3,103 in github.com/MhLiao/TextBoxes_plusplus

↓ 1 callersMethodOnTestStart
src/gtest/gtest-all.cpp:4074
↓ 1 callersFunctionOneBBoxNum
Compute bounding box number.
src/caffe/test/test_annotated_data_layer.cpp:27
↓ 1 callersFunctionParseArguments
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:4783
↓ 1 callersFunctionParseGoogleTestFlagsOnly
Parses the command line for Google Test flags, without initializing other parts of Google Test.
src/gtest/gtest-all.cpp:6145
↓ 1 callersFunctionParseInternalRunDeathTestFlag
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 callersFunctionPartialMatch
src/gtest/gtest.h:1902
↓ 1 callersFunctionPassed
Returns true iff the unit test passed (i.e. all test cases passed).
src/gtest/gtest-all.cpp:952
↓ 1 callersFunctionPolygonToRboxTheta
src/caffe/util/bbox_util.cpp:103
↓ 1 callersMethodPopGTestTrace
Pops a trace from the per-thread Google Test trace stack. L < mutex_
src/gtest/gtest-all.cpp:5235
↓ 1 callersMethodPostFlagParsingInit
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 callersFunctionPrintAsNarrowStringLiteralTo
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 callersFunctionPrintBytesInObjectTo
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 callersFunctionPrintBytesInObjectToImpl
Prints the bytes in the given value to the given ostream.
src/gtest/gtest-all.cpp:8631
↓ 1 callersFunctionPrintCategories
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:4774
↓ 1 callersFunctionPrintColorEncoded
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 callersMethodPrintErrorCounts
Print a summary of errors by category, and the total.
scripts/cpp_lint.py:757
↓ 1 callersFunctionPrintTestPartResult
Prints a TestPartResult.
src/gtest/gtest-all.cpp:3831
↓ 1 callersFunctionPrintTo
src/gtest/gtest.h:9538
↓ 1 callersFunctionProcessFile
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:4693
↓ 1 callersFunctionProcessFileData
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:4648
↓ 1 callersFunctionProcessLine
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:4604
↓ 1 callersFunctionProjectBBox
src/caffe/util/bbox_util.cpp:506
↓ 1 callersFunctionProjectBBoxPolygon
src/caffe/util/bbox_util.cpp:575
↓ 1 callersMethodPushGTestTrace
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 callersFunctionRE
Constructs an RE from a string.
src/gtest/gtest.h:1878
↓ 1 callersFunctionRboxThetaToPolygon
src/caffe/util/bbox_util.cpp:193
↓ 1 callersFunctionRboxThetaToRbox
src/caffe/util/bbox_util.cpp:170
↓ 1 callersFunctionRboxToRboxTheta
src/caffe/util/bbox_util.cpp:74
↓ 1 callersFunctionReadJSONToAnnotatedDatum
Parse MSCOCO detection annotation.
src/caffe/util/io.cpp:378
↓ 1 callersFunctionReadLabelFileToLabelMap
src/caffe/util/io.cpp:548
↓ 1 callersFunctionReadProtoFromBinaryFile
include/caffe/util/io.hpp:106
↓ 1 callersFunctionReadProtoFromTextFile
include/caffe/util/io.hpp:87
↓ 1 callersFunctionReadRichImageToAnnotatedDatum
src/caffe/util/io.cpp:190
↓ 1 callersFunctionReadTxtToAnnotatedDatum
Parse plain txt detection annotation: label_id, xmin, ymin, xmax, ymax.
src/caffe/util/io.cpp:483
↓ 1 callersFunctionReadXMLToAnnotatedDatum
Parse VOC/ILSVRC detection annotation.
src/caffe/util/io.cpp:254
↓ 1 callersMethodRecordPropertyForCurrentTest
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 callersMethodRecurrentInputBlobNames
src/caffe/layers/rnn_layer.cpp:14
↓ 1 callersMethodRecurrentOutputBlobNames
src/caffe/layers/rnn_layer.cpp:20
↓ 1 callersMethodRemoveDirectoryName
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 callersMethodRemoveExtension
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 callersFunctionRemoveMultiLineComments
Removes multiline (c-style) comments from lines.
scripts/cpp_lint.py:1151
↓ 1 callersFunctionRemoveMultiLineCommentsFromRange
Clears a range of lines for multi-line comments.
scripts/cpp_lint.py:1143
↓ 1 callersFunctionReportInvalidTestCaseType
src/gtest/gtest-all.cpp:3548
↓ 1 callersMethodReportTestPartResult
Increments the test part result count and remembers the result. This method is from the TestPartResultReporterInterface interface.
src/gtest/gtest-all.cpp:1881
↓ 1 callersMethodReset
src/caffe/layers/recurrent_layer.cpp:236
↓ 1 callersMethodResetErrorCounts
Sets the module's error statistic back to zero.
scripts/cpp_lint.py:742
↓ 1 callersFunctionResetNolintSuppressions
Resets the set of NOLINT suppressions to empty.
scripts/cpp_lint.py:495
↓ 1 callersMethodRngUniformIntFillGPU
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:186
↓ 1 callersMethodRun
src/gtest/gtest.h:2229
↓ 1 callersMethodRun
Runs the test and updates the test result.
src/gtest/gtest-all.cpp:3455
↓ 1 callersMethodRunSolverTypeUpgradeTest
src/caffe/test/test_upgrade_proto.cpp:2931
↓ 1 callersMethodSGDSolver
include/caffe/sgd_solvers.hpp:18
↓ 1 callersFunctionSampleBBox
src/caffe/util/sampler.cpp:91
↓ 1 callersFunctionSatisfySampleConstraint
src/caffe/util/sampler.cpp:24
↓ 1 callersFunctionSet
src/gtest/gtest.h:3276
↓ 1 callersMethodSetActionFunction
src/caffe/solver.cpp:18
↓ 1 callersMethodSetCountingStyle
Sets the module's counting options.
scripts/cpp_lint.py:713
↓ 1 callersMethodSetDefaultResultPrinter
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 callersMethodSetDefaultXmlGenerator
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 callersMethodSetFilters
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 callersMethodSetLastHeader
(self, header_path)
scripts/cpp_lint.py:594
↓ 1 callersMethodSetOutputFormat
Sets the output format for errors.
scripts/cpp_lint.py:703
↓ 1 callersMethodSetShared
@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 callersMethodSetUp
src/caffe/test/test_batch_reindex_layer.cpp:25
↓ 1 callersMethodSetUp
Sets up the test fixture. A sub-class may override this.
src/gtest/gtest-all.cpp:3212
↓ 1 callersMethodSetValue
Sets a new value, overriding the one supplied in the constructor.
src/gtest/gtest.h:17516
↓ 1 callersMethodSetVerboseLevel
Sets the module's verbosity, and returns the previous setting.
scripts/cpp_lint.py:707
↓ 1 callersMethodShareInParallel
* @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 callersMethodShareWeights
src/caffe/net.cpp:953
↓ 1 callersFunctionShouldRunTestOnShard
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 callersFunctionShouldUseColor
Returns true iff Google Test should use colors in the output.
src/gtest/gtest-all.cpp:3888
↓ 1 callersFunctionShuffle
src/gtest/gtest-all.cpp:720
↓ 1 callersFunctionSkipSpaces
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 callersFunctionSleepMilliseconds
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 callersFunctionSplitLayerName
src/caffe/util/insert_splits.cpp:110
↓ 1 callersFunctionSplitString
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 callersFunctionStackGrowsDown
src/gtest/gtest-all.cpp:7141
↓ 1 callersFunctionStackLowerThanAddress
src/gtest/gtest-all.cpp:7136
↓ 1 callersFunctionStrCaseCmp
src/gtest/gtest.h:2618
↓ 1 callersFunctionStrError
src/gtest/gtest.h:2700
↓ 1 callersMethodTearDown
Tears down the test fixture. A sub-class may override this.
src/gtest/gtest-all.cpp:3218
↓ 1 callersMethodTestBackward
src/caffe/test/test_tanh_layer.cpp:67
↓ 1 callersMethodTestForward
src/caffe/test/test_sigmoid_cross_entropy_loss_layer.cpp:62
↓ 1 callersMethodTestForward
src/caffe/test/test_batch_reindex_layer.cpp:61
↓ 1 callersMethodTestForward
src/caffe/test/test_smooth_L1_loss_layer.cpp:40
↓ 1 callersMethodTestForward
src/caffe/test/test_euclidean_loss_layer.cpp:40
↓ 1 callersMethodTestForward
src/caffe/test/test_ctc_loss_layer.cpp:323
↓ 1 callersMethodTestForwardEqual
src/caffe/test/test_ctc_loss_layer.cpp:425
↓ 1 callersMethodTestForwardRandom
src/caffe/test/test_ctc_loss_layer.cpp:454
↓ 1 callersMethodTestForwardWrong
src/caffe/test/test_ctc_loss_layer.cpp:359
↓ 1 callersMethodTestGradient
src/caffe/test/test_ctc_loss_layer.cpp:477
↓ 1 callersFunctionTestPartResult
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 callersFunctionTestPartResultTypeToString
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 callersFunctionToUpper
src/gtest/gtest.h:2598
↓ 1 callersFunctionUnhookHandler
Set the signal handlers to the default.
src/caffe/util/signal_handler.cpp:48
↓ 1 callersFunctionUniversalPrintArray
src/gtest/gtest.h:9796
↓ 1 callersMethodUnlock
Releases this mutex.
src/gtest/gtest.h:2275
↓ 1 callersMethodUpdate
Update nesting state with current line. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containin
scripts/cpp_lint.py:2008
↓ 1 callersFunctionUpdateIncludeState
Fill up the include_state with new includes found from the file. Args: filename: the name of the header to read. include_state: an _Include
scripts/cpp_lint.py:4458
↓ 1 callersMethodUpdatePreprocessor
Update preprocessor stack. We need to handle preprocessors due to classes like this: #ifdef SWIG struct ResultDetailsPageElementExten
scripts/cpp_lint.py:1952
← previousnext →801–900 of 3,103, ranked by callers