MCPcopy Create free account

hub / github.com/MhLiao/TextBoxes_plusplus / functions

Functions3,103 in github.com/MhLiao/TextBoxes_plusplus

↓ 2 callersMethodtry_pop
src/caffe/util/blocking_queue.cpp:32
↓ 2 callersFunctiontuple
src/gtest/gtest.h:748
↓ 2 callersMethodtype
* @brief Returns the solver type. */
include/caffe/solver.hpp:95
↓ 2 callersMethodtype
include/caffe/layers/multibox_loss_layer.hpp:35
↓ 2 callersMethodtype
include/caffe/layers/infogain_loss_layer.hpp:63
↓ 2 callersMethodweight_cpu_gemm
src/caffe/layers/base_conv_layer.cpp:301
↓ 2 callersFunctionwrite_csv
Write a CSV file
tools/extra/parse_log.py:150
↓ 1 callersMethodAbort
Signals that the death test code which should have exited, didn't. Should be called only in a death test child process. Writes a status byte to the ch
src/gtest/gtest-all.cpp:6626
↓ 1 callersMethodAddArguments
src/gtest/gtest-all.cpp:7058
↓ 1 callersMethodAddDatumVector
src/caffe/layers/memory_data_layer.cpp:34
↓ 1 callersMethodAddEnvironment
Registers and returns a global test environment. When a test program is run, all global test environments will be set-up in the order they were regis
src/gtest/gtest-all.cpp:5037
↓ 1 callersFunctionAdjustBrightness
src/caffe/util/im_transforms.cpp:677
↓ 1 callersFunctionAdjustContrast
src/caffe/util/im_transforms.cpp:701
↓ 1 callersFunctionAdjustHue
src/caffe/util/im_transforms.cpp:760
↓ 1 callersFunctionAdjustSaturation
src/caffe/util/im_transforms.cpp:725
↓ 1 callersMethodAllowForceBackward
* @brief Return whether to allow force_backward for a given bottom blob * index. * * If AllowForceBackward(i) == false, we will ignore
include/caffe/layer.hpp:293
↓ 1 callersFunctionAlwaysFalse
Always returns false.
src/gtest/gtest.h:7414
↓ 1 callersFunctionAppendUserMessage
Appends the user-supplied message to the Google-Test-generated message.
src/gtest/gtest-all.cpp:3058
↓ 1 callersFunctionApplyDistort
src/caffe/util/im_transforms.cpp:798
↓ 1 callersFunctionApplyNoise
src/caffe/util/im_transforms.cpp:536
↓ 1 callersMethodArgv
src/gtest/gtest-all.cpp:7065
↓ 1 callersFunctionAspectKeepingResizeAndPad
src/caffe/util/im_transforms.cpp:378
↓ 1 callersFunctionAspectKeepingResizeBySmall
src/caffe/util/im_transforms.cpp:408
↓ 1 callersMethodAutoTopBlobs
* @brief Return whether "anonymous" top blobs are created automatically * by the layer. * * If this method returns true, Net::Init wil
include/caffe/layer.hpp:283
↓ 1 callersFunctionBBoxNum
src/caffe/test/test_annotated_data_layer.cpp:35
↓ 1 callersMethodBackward
include/caffe/layer.hpp:491
↓ 1 callersMethodBackwardTo
src/caffe/net.cpp:719
↓ 1 callersMethodBaseName
File base name - text after the final slash, before the final period.
scripts/cpp_lint.py:944
↓ 1 callersMethodBegin
src/gtest/gtest.h:10124
↓ 1 callersMethodBegin
Start analyzing function body. Args: function_name: The name of the function being tracked.
scripts/cpp_lint.py:821
↓ 1 callersMethodCanonicalizeAlphabeticalOrder
Returns a path canonicalized for alphabetical comparison. - replaces "-" with "_" so they both cmp the same. - removes '-inl' since we don't
scripts/cpp_lint.py:597
↓ 1 callersMethodCheck
Report if too many lines in function body. Args: error: The function to call with any errors found. filename: The name of the current
scripts/cpp_lint.py:836
↓ 1 callersFunctionCheckAccess
Checks for improper use of DISALLOW* macros. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containing
scripts/cpp_lint.py:2490
↓ 1 callersFunctionCheckAltTokens
Check alternative keywords being used in boolean expressions. Args: filename: The name of the current file. clean_lines: A CleansedLines in
scripts/cpp_lint.py:3409
↓ 1 callersMethodCheckBegin
Run checks that applies to text up to the opening brace. This is mostly for checking the text after the class identifier and the "{", usually
scripts/cpp_lint.py:1767
↓ 1 callersFunctionCheckBraces
Looks for misplaced braces (e.g. at the end of line). Args: filename: The name of the current file. clean_lines: A CleansedLines instance c
scripts/cpp_lint.py:3073
↓ 1 callersFunctionCheckCaffeAlternatives
Checks for C(++) functions for which a Caffe substitute should be used. For certain native C functions (memset, memcpy), there is a Caffe alternati
scripts/cpp_lint.py:1572
↓ 1 callersFunctionCheckCaffeDataLayerSetUp
Except the base classes, Caffe DataLayer should define DataLayerSetUp instead of LayerSetUp. The base DataLayers define common SetUp steps, th
scripts/cpp_lint.py:1595
↓ 1 callersFunctionCheckCaffeRandom
Checks for calls to C random functions (rand, rand_r, random, ...). Caffe code should (almost) always use the caffe_rng_* functions rather than t
scripts/cpp_lint.py:1644
↓ 1 callersFunctionCheckCheck
Checks the use of CHECK and EXPECT macros. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containing t
scripts/cpp_lint.py:3282
↓ 1 callersFunctionCheckComment
Checks for common mistakes in TODO comments. Args: comment: The text of the comment from the line in question. filename: The name of the cu
scripts/cpp_lint.py:2461
↓ 1 callersMethodCheckCompletedBlocks
Checks that all classes and namespaces have been completely parsed. Call this when all lines in a file have been processed. Args: filen
scripts/cpp_lint.py:2176
↓ 1 callersFunctionCheckEmptyBlockBody
Look for empty loop/conditional body with only a single semicolon. Args: filename: The name of the current file. clean_lines: A CleansedLin
scripts/cpp_lint.py:3247
↓ 1 callersMethodCheckEnd
Run checks that applies to text after the closing brace. This is mostly used for checking end of namespace comments. Args: filename: T
scripts/cpp_lint.py:1782
↓ 1 callersFunctionCheckForBadCharacters
Logs an error for each line containing bad characters. Two kinds of bad characters: 1. Unicode replacement characters: These indicate that eithe
scripts/cpp_lint.py:1483
↓ 1 callersFunctionCheckForCopyright
Logs an error if a Copyright message appears at the top of the file.
scripts/cpp_lint.py:1372
↓ 1 callersFunctionCheckForFunctionLengths
Reports for long function bodies. For an overview why this is done, see: http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Write_Sho
scripts/cpp_lint.py:2388
↓ 1 callersFunctionCheckForHeaderGuard
Checks that the file contains a header guard. Logs an error if no #ifndef header guard is present. For other headers, checks that the full pathn
scripts/cpp_lint.py:1408
↓ 1 callersFunctionCheckForIncludeWhatYouUse
Reports for missing stl includes. This function will output warnings to make sure you are including the headers necessary for the stl containers
scripts/cpp_lint.py:4487
↓ 1 callersFunctionCheckForMultilineCommentsAndStrings
Logs an error if we see /* ... */ or "..." that extend past one line. /* ... */ comments are legit inside macros, for one line. Otherwise, we pre
scripts/cpp_lint.py:1526
↓ 1 callersFunctionCheckForNewlineAtEOF
Logs an error if there is no newline char at the end of the file. Args: filename: The name of the current file. lines: An array of strings,
scripts/cpp_lint.py:1508
↓ 1 callersFunctionCheckForNonConstReference
Check for non-const references. Separate from CheckLanguage since it scans backwards from current line, instead of scanning forward. Args:
scripts/cpp_lint.py:4138
↓ 1 callersFunctionCheckForNonStandardConstructs
r"""Logs an error if we see certain non-ANSI constructs ignored by gcc-2. Complain about several constructs which gcc-2 accepts, but which are no
scripts/cpp_lint.py:2198
↓ 1 callersFunctionCheckIncludeLine
Check rules that are applicable to #include lines. Strings on #include lines are NOT removed from elided line, to make certain tasks easier. Howe
scripts/cpp_lint.py:3684
↓ 1 callersFunctionCheckInvalidIncrement
Checks for invalid increment *count++. For example following function: void increment_counter(int* count) { *count++; } is invalid, becau
scripts/cpp_lint.py:1737
↓ 1 callersFunctionCheckLanguage
Checks rules from the 'C++ language rules' section of cppguide.html. Some of these rules are hard to test (function overloading, using uint32 ina
scripts/cpp_lint.py:3838
↓ 1 callersFunctionCheckMakePairUsesDeduction
Check that make_pair's template arguments are deduced. G++ 4.6 in C++0x mode fails badly if make_pair's template arguments are specified explicit
scripts/cpp_lint.py:4583
↓ 1 callersMethodCheckNextIncludeOrder
Returns a non-empty error message if the next header is out of order. This function also updates the internal state to be ready to check the
scripts/cpp_lint.py:633
↓ 1 callersFunctionCheckPosixThreading
Checks for calls to thread-unsafe functions. Much code has been originally written without consideration of multi-threading. Also, engineers are
scripts/cpp_lint.py:1685
↓ 1 callersFunctionCheckSectionSpacing
Checks for additional blank line issues related to sections. Currently the only thing checked here is blank line before protected/private. Args:
scripts/cpp_lint.py:2995
↓ 1 callersFunctionCheckSpacing
Checks for the correctness of various spacing issues in the code. Things we check for: spaces around operators, spaces after if/for/while/switch,
scripts/cpp_lint.py:2647
↓ 1 callersFunctionCheckSpacingForFunctionCall
Checks for the correctness of various spacing around function calls. Args: filename: The name of the current file. line: The text of the li
scripts/cpp_lint.py:2305
↓ 1 callersFunctionCheckStyle
Checks rules from the 'C++ style rules' section of cppguide.html. Most of these rules are hard to test (naming, comment style), but we do what we
scripts/cpp_lint.py:3463
↓ 1 callersFunctionCheckVlogArguments
Checks that VLOG() is only used for defining a logging level. For example, VLOG(2) is correct. VLOG(INFO), VLOG(WARNING), VLOG(ERROR), and VLOG(F
scripts/cpp_lint.py:1712
↓ 1 callersFunctionCleanseRawStrings
Removes C++11 raw strings from lines. Before: static const char kData[] = R"( multi-line string )"; After: s
scripts/cpp_lint.py:1062
↓ 1 callersFunctionClearNonAdHocTestResult
Clears the results of all tests, except the ad hoc tests.
src/gtest/gtest-all.cpp:1087
↓ 1 callersMethodClearParamDiffs
src/caffe/net.cpp:932
↓ 1 callersMethodClearResult
Clears the results of all tests in this test case.
src/gtest/gtest-all.cpp:3761
↓ 1 callersMethodClearTestPartResults
Clears the test part results.
src/gtest/gtest-all.cpp:3105
↓ 1 callersFunctionClipPolygon
src/caffe/util/bbox_util.cpp:262
↓ 1 callersFunctionClipRBox
src/caffe/util/bbox_util.cpp:224
↓ 1 callersFunctionCloneString
Copies at most length characters from str into a newly-allocated piece of memory of size length+1. The memory is allocated with new[]. A terminating
src/gtest/gtest-all.cpp:2138
↓ 1 callersFunctionCmpHelperSTREQ
Helper function for *_STREQ on wide strings.
src/gtest/gtest-all.cpp:2863
↓ 1 callersFunctionCodePointToUtf8
Converts a Unicode code point to a narrow string in UTF-8 encoding. code_point parameter is of type UInt32 because wchar_t may not be wide enough to c
src/gtest/gtest-all.cpp:2738
↓ 1 callersFunctionComputeLocLoss
src/caffe/util/bbox_util.cpp:2801
↓ 1 callersFunctionConfigureSplitLayer
src/caffe/util/insert_splits.cpp:90
↓ 1 callersFunctionCopyArray
src/gtest/gtest.h:7677
↓ 1 callersFunctionCopyLayers
Load the weights from the specified caffemodel(s) into the train and test nets.
tools/caffe.cpp:151
↓ 1 callersMethodCopyTrainedLayersFromHDF5
src/caffe/net.cpp:806
↓ 1 callersMethodCount
Count line in current function body.
scripts/cpp_lint.py:831
↓ 1 callersFunctionCountNumMatches
src/caffe/util/bbox_util.cpp:1850
↓ 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 callersMethodCreateTestFactory
src/gtest/gtest.h:10331
↓ 1 callersMethodCropImage
src/caffe/data_transformer.cpp:349
↓ 1 callersFunctionCropMask
src/caffe/util/im_transforms.cpp:253
↓ 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 callersFunctionDecodeBBoxPolygon
src/caffe/util/bbox_util.cpp:1263
↓ 1 callersFunctionDecodeBBoxRBox
src/caffe/util/bbox_util.cpp:1415
↓ 1 callersFunctionDecodeBBoxesPolygons
src/caffe/util/bbox_util.cpp:1391
↓ 1 callersFunctionDecodeBBoxesRBoxes
src/caffe/util/bbox_util.cpp:1516
↓ 1 callersFunctionDefaultPrintNonContainerTo
src/gtest/gtest.h:9403
↓ 1 callersFunctionDefaultPrintTo
src/gtest/gtest.h:9454
↓ 1 callersFunctionDeleteThreadLocalValue
src/gtest/gtest.h:2355
↓ 1 callersMethodDistortImage
src/caffe/data_transformer.cpp:545
↓ 1 callersFunctionEncodeBBoxPolygon
src/caffe/util/bbox_util.cpp:973
↓ 1 callersFunctionEncodeBBoxRBox
src/caffe/util/bbox_util.cpp:1076
↓ 1 callersFunctionEncodeLocPrediction
src/caffe/util/bbox_util.cpp:2406
← previousnext →601–700 of 3,103, ranked by callers