Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MhLiao/TextBoxes_plusplus
/ functions
Functions
3,103 in github.com/MhLiao/TextBoxes_plusplus
⨍
Functions
3,103
◇
Types & classes
847
↓ 2 callers
Method
try_pop
src/caffe/util/blocking_queue.cpp:32
↓ 2 callers
Function
tuple
src/gtest/gtest.h:748
↓ 2 callers
Method
type
* @brief Returns the solver type. */
include/caffe/solver.hpp:95
↓ 2 callers
Method
type
include/caffe/layers/multibox_loss_layer.hpp:35
↓ 2 callers
Method
type
include/caffe/layers/infogain_loss_layer.hpp:63
↓ 2 callers
Method
weight_cpu_gemm
src/caffe/layers/base_conv_layer.cpp:301
↓ 2 callers
Function
write_csv
Write a CSV file
tools/extra/parse_log.py:150
↓ 1 callers
Method
Abort
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 callers
Method
AddArguments
src/gtest/gtest-all.cpp:7058
↓ 1 callers
Method
AddDatumVector
src/caffe/layers/memory_data_layer.cpp:34
↓ 1 callers
Method
AddEnvironment
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 callers
Function
AdjustBrightness
src/caffe/util/im_transforms.cpp:677
↓ 1 callers
Function
AdjustContrast
src/caffe/util/im_transforms.cpp:701
↓ 1 callers
Function
AdjustHue
src/caffe/util/im_transforms.cpp:760
↓ 1 callers
Function
AdjustSaturation
src/caffe/util/im_transforms.cpp:725
↓ 1 callers
Method
AllowForceBackward
* @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 callers
Function
AlwaysFalse
Always returns false.
src/gtest/gtest.h:7414
↓ 1 callers
Function
AppendUserMessage
Appends the user-supplied message to the Google-Test-generated message.
src/gtest/gtest-all.cpp:3058
↓ 1 callers
Function
ApplyDistort
src/caffe/util/im_transforms.cpp:798
↓ 1 callers
Function
ApplyNoise
src/caffe/util/im_transforms.cpp:536
↓ 1 callers
Method
Argv
src/gtest/gtest-all.cpp:7065
↓ 1 callers
Function
AspectKeepingResizeAndPad
src/caffe/util/im_transforms.cpp:378
↓ 1 callers
Function
AspectKeepingResizeBySmall
src/caffe/util/im_transforms.cpp:408
↓ 1 callers
Method
AutoTopBlobs
* @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 callers
Function
BBoxNum
src/caffe/test/test_annotated_data_layer.cpp:35
↓ 1 callers
Method
Backward
include/caffe/layer.hpp:491
↓ 1 callers
Method
BackwardTo
src/caffe/net.cpp:719
↓ 1 callers
Method
BaseName
File base name - text after the final slash, before the final period.
scripts/cpp_lint.py:944
↓ 1 callers
Method
Begin
src/gtest/gtest.h:10124
↓ 1 callers
Method
Begin
Start analyzing function body. Args: function_name: The name of the function being tracked.
scripts/cpp_lint.py:821
↓ 1 callers
Method
CanonicalizeAlphabeticalOrder
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 callers
Method
Check
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 callers
Function
CheckAccess
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 callers
Function
CheckAltTokens
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 callers
Method
CheckBegin
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 callers
Function
CheckBraces
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 callers
Function
CheckCaffeAlternatives
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 callers
Function
CheckCaffeDataLayerSetUp
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 callers
Function
CheckCaffeRandom
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 callers
Function
CheckCheck
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 callers
Function
CheckComment
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 callers
Method
CheckCompletedBlocks
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 callers
Function
CheckEmptyBlockBody
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 callers
Method
CheckEnd
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 callers
Function
CheckForBadCharacters
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 callers
Function
CheckForCopyright
Logs an error if a Copyright message appears at the top of the file.
scripts/cpp_lint.py:1372
↓ 1 callers
Function
CheckForFunctionLengths
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 callers
Function
CheckForHeaderGuard
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 callers
Function
CheckForIncludeWhatYouUse
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 callers
Function
CheckForMultilineCommentsAndStrings
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 callers
Function
CheckForNewlineAtEOF
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 callers
Function
CheckForNonConstReference
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 callers
Function
CheckForNonStandardConstructs
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 callers
Function
CheckIncludeLine
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 callers
Function
CheckInvalidIncrement
Checks for invalid increment *count++. For example following function: void increment_counter(int* count) { *count++; } is invalid, becau
scripts/cpp_lint.py:1737
↓ 1 callers
Function
CheckLanguage
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 callers
Function
CheckMakePairUsesDeduction
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 callers
Method
CheckNextIncludeOrder
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 callers
Function
CheckPosixThreading
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 callers
Function
CheckSectionSpacing
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 callers
Function
CheckSpacing
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 callers
Function
CheckSpacingForFunctionCall
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 callers
Function
CheckStyle
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 callers
Function
CheckVlogArguments
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 callers
Function
CleanseRawStrings
Removes C++11 raw strings from lines. Before: static const char kData[] = R"( multi-line string )"; After: s
scripts/cpp_lint.py:1062
↓ 1 callers
Function
ClearNonAdHocTestResult
Clears the results of all tests, except the ad hoc tests.
src/gtest/gtest-all.cpp:1087
↓ 1 callers
Method
ClearParamDiffs
src/caffe/net.cpp:932
↓ 1 callers
Method
ClearResult
Clears the results of all tests in this test case.
src/gtest/gtest-all.cpp:3761
↓ 1 callers
Method
ClearTestPartResults
Clears the test part results.
src/gtest/gtest-all.cpp:3105
↓ 1 callers
Function
ClipPolygon
src/caffe/util/bbox_util.cpp:262
↓ 1 callers
Function
ClipRBox
src/caffe/util/bbox_util.cpp:224
↓ 1 callers
Function
CloneString
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 callers
Function
CmpHelperSTREQ
Helper function for *_STREQ on wide strings.
src/gtest/gtest-all.cpp:2863
↓ 1 callers
Function
CodePointToUtf8
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 callers
Function
ComputeLocLoss
src/caffe/util/bbox_util.cpp:2801
↓ 1 callers
Function
ConfigureSplitLayer
src/caffe/util/insert_splits.cpp:90
↓ 1 callers
Function
CopyArray
src/gtest/gtest.h:7677
↓ 1 callers
Function
CopyLayers
Load the weights from the specified caffemodel(s) into the train and test nets.
tools/caffe.cpp:151
↓ 1 callers
Method
CopyTrainedLayersFromHDF5
src/caffe/net.cpp:806
↓ 1 callers
Method
Count
Count line in current function body.
scripts/cpp_lint.py:831
↓ 1 callers
Function
CountNumMatches
src/caffe/util/bbox_util.cpp:1850
↓ 1 callers
Function
CreateCodePointFromUtf16SurrogatePair
Creates a Unicode code point from UTF16 surrogate pair.
src/gtest/gtest-all.cpp:2784
↓ 1 callers
Method
CreateDirectoriesRecursively
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 callers
Method
CreateFolder
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 callers
Method
CreateTestFactory
src/gtest/gtest.h:10331
↓ 1 callers
Method
CropImage
src/caffe/data_transformer.cpp:349
↓ 1 callers
Function
CropMask
src/caffe/util/im_transforms.cpp:253
↓ 1 callers
Method
DataLayerSetUp
src/caffe/layers/data_layer.cpp:26
↓ 1 callers
Function
DeathTestThreadWarning
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 callers
Function
DecodeBBoxPolygon
src/caffe/util/bbox_util.cpp:1263
↓ 1 callers
Function
DecodeBBoxRBox
src/caffe/util/bbox_util.cpp:1415
↓ 1 callers
Function
DecodeBBoxesPolygons
src/caffe/util/bbox_util.cpp:1391
↓ 1 callers
Function
DecodeBBoxesRBoxes
src/caffe/util/bbox_util.cpp:1516
↓ 1 callers
Function
DefaultPrintNonContainerTo
src/gtest/gtest.h:9403
↓ 1 callers
Function
DefaultPrintTo
src/gtest/gtest.h:9454
↓ 1 callers
Function
DeleteThreadLocalValue
src/gtest/gtest.h:2355
↓ 1 callers
Method
DistortImage
src/caffe/data_transformer.cpp:545
↓ 1 callers
Function
EncodeBBoxPolygon
src/caffe/util/bbox_util.cpp:973
↓ 1 callers
Function
EncodeBBoxRBox
src/caffe/util/bbox_util.cpp:1076
↓ 1 callers
Function
EncodeLocPrediction
src/caffe/util/bbox_util.cpp:2406
← previous
next →
601–700 of 3,103, ranked by callers