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
↓ 6 callers
Method
FillLocData
src/caffe/test/test_detection_output_layer.cpp:88
↓ 6 callers
Function
FormatFileLocation
Formats a source file path and a line number as they would appear in an error message from the compiler used to compile this code.
src/gtest/gtest-all.cpp:8232
↓ 6 callers
Function
FormatRegexSyntaxError
Helper function used by ValidateRegex() to format error messages.
src/gtest/gtest-all.cpp:8026
↓ 6 callers
Function
GetLocPredictions
src/caffe/util/bbox_util.cpp:2307
↓ 6 callers
Function
IsInSet
Returns true iff ch appears anywhere in str (excluding the terminating '\0' character).
src/gtest/gtest-all.cpp:7979
↓ 6 callers
Function
IsPathSeparator
Returns whether the given character is a valid path separator.
src/gtest/gtest-all.cpp:7518
↓ 6 callers
Function
MakeTempDir
include/caffe/util/io.hpp:25
↓ 6 callers
Function
MakeTempFilename
include/caffe/util/io.hpp:40
↓ 6 callers
Function
ParseStringFlag
Parses a string for a string 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:5935
↓ 6 callers
Function
ReadImageToDatumReference
src/caffe/test/test_io.cpp:20
↓ 6 callers
Function
ReadProtoFromTextFile
src/caffe/util/io.cpp:43
↓ 6 callers
Method
ReferenceLRNForward
src/caffe/test/test_lrn_layer.cpp:55
↓ 6 callers
Method
Reshape
src/caffe/net.cpp:743
↓ 6 callers
Method
RngBernoulliFill
src/caffe/test/test_random_number_generator.cpp:157
↓ 6 callers
Method
SetUp
src/caffe/test/test_deconvolution_layer.cpp:27
↓ 6 callers
Method
SetUp
src/caffe/test/test_concat_layer.cpp:25
↓ 6 callers
Method
SetUp
src/caffe/test/test_maxpool_dropout_layers.cpp:23
↓ 6 callers
Method
ShapeEquals
src/caffe/blob.cpp:421
↓ 6 callers
Function
SkipPrefix
If *pstr starts with the given prefix, modifies *pstr to be right past the prefix and returns true; otherwise leaves *pstr unchanged and returns false
src/gtest/gtest-all.cpp:5849
↓ 6 callers
Method
TestBackward
src/caffe/test/test_power_layer.cpp:61
↓ 6 callers
Method
TestExpForward
src/caffe/test/test_neuron_layer.cpp:90
↓ 6 callers
Method
TestExpGradient
src/caffe/test/test_neuron_layer.cpp:112
↓ 6 callers
Method
ToProto
src/caffe/net.cpp:856
↓ 6 callers
Function
UniversalPrint
src/gtest/gtest.h:9881
↓ 6 callers
Function
caffe_rng
include/caffe/util/rng.hpp:16
↓ 6 callers
Method
device
include/caffe/parallel.hpp:71
↓ 6 callers
Function
dump_convbn
(sess, net, from_layer, out_layer, operation='create')
scripts/convert_inception_v3.py:97
↓ 6 callers
Method
failed_test_count
Gets the number of failed tests.
src/gtest/gtest-all.cpp:2033
↓ 6 callers
Method
file_name
include/caffe/layers/hdf5_output_layer.hpp:42
↓ 6 callers
Method
loss
* @brief Returns the scalar loss associated with a top blob at a given index. */
include/caffe/layer.hpp:199
↓ 6 callers
Method
mean_bound
src/caffe/test/test_random_number_generator.cpp:53
↓ 6 callers
Method
phase
@brief returns the phase: TRAIN or TEST
include/caffe/net.hpp:138
↓ 6 callers
Method
random_seed
Returns the random seed used at the start of the current test run.
src/gtest/gtest-all.cpp:5203
↓ 6 callers
Method
test_params
src/caffe/test/test_filler.cpp:199
↓ 5 callers
Function
ApplyResize
src/caffe/util/im_transforms.cpp:451
↓ 5 callers
Function
CloseExpression
If input points to ( or { or [ or <, finds the position that closes it. If lines[linenum][pos] points to a '(' or '{' or '[' or '<', finds the li
scripts/cpp_lint.py:1254
↓ 5 callers
Function
EncodeBBox
src/caffe/util/bbox_util.cpp:887
↓ 5 callers
Function
EqFailure
Constructs and returns the message for an equality assertion (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure. The first four parameters are the expressio
src/gtest/gtest-all.cpp:2301
↓ 5 callers
Function
FillBBoxes
src/caffe/test/test_bbox_util.cpp:16
↓ 5 callers
Function
FormatDeathTestOutput
Returns an indented copy of stderr output for a death test. This makes distinguishing death test output lines from regular log lines much easier.
src/gtest/gtest-all.cpp:6649
↓ 5 callers
Function
GetPreviousNonBlankLine
Return the most recent non-blank line and its line number. Args: clean_lines: A CleansedLines instance containing the file contents. linenu
scripts/cpp_lint.py:3050
↓ 5 callers
Function
GetPriorBBoxes
src/caffe/util/bbox_util.cpp:3183
↓ 5 callers
Function
GetTempDirname
include/caffe/util/io.hpp:53
↓ 5 callers
Function
Int32FromEnvOrDie
Parses the environment variable var as an Int32. If it is unset, returns default_val. If it is not an Int32, prints an error and aborts.
src/gtest/gtest-all.cpp:5651
↓ 5 callers
Function
IntersectBBox
src/caffe/util/bbox_util.cpp:307
↓ 5 callers
Method
NewCursor
src/caffe/util/db_lmdb.cpp:38
↓ 5 callers
Function
ReadNetParamsFromTextFileOrDie
src/caffe/util/upgrade_proto.cpp:86
↓ 5 callers
Function
ReadProtoFromBinaryFile
src/caffe/util/io.cpp:61
↓ 5 callers
Method
RngGaussianFill
src/caffe/test/test_random_number_generator.cpp:61
↓ 5 callers
Method
RngUniformFill
src/caffe/test/test_random_number_generator.cpp:104
↓ 5 callers
Method
SetLossCalculationT
access to internal calculation variables, used for testing intermediate states
include/caffe/layers/ctc_loss_layer.hpp:91
↓ 5 callers
Method
SetUp
src/caffe/test/test_image_data_layer.cpp:28
↓ 5 callers
Method
SetUp
src/caffe/test/test_slice_layer.cpp:25
↓ 5 callers
Method
SetUp
src/caffe/test/test_spp_layer.cpp:30
↓ 5 callers
Method
StartInternalThread
src/caffe/internal_thread.cpp:21
↓ 5 callers
Function
StringFromGTestEnv
Reads and returns the string environment variable corresponding to the given flag; if it's not set, returns default_value.
src/gtest/gtest-all.cpp:8540
↓ 5 callers
Function
SumOverTestCaseList
Iterates over a vector of TestCases, keeping a running sum of the results of calling a given int-returning method on each. Returns the sum.
src/gtest/gtest-all.cpp:1617
↓ 5 callers
Method
TestLogForward
src/caffe/test/test_neuron_layer.cpp:147
↓ 5 callers
Method
TestLogGradient
src/caffe/test/test_neuron_layer.cpp:171
↓ 5 callers
Function
UpdateBBoxByResizePolicy
src/caffe/util/im_transforms.cpp:83
↓ 5 callers
Function
caffe_memset
include/caffe/util/math_functions.hpp:42
↓ 5 callers
Function
caffe_rng_bernoulli
src/caffe/util/math_functions.cpp:290
↓ 5 callers
Method
current_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 callers
Method
forward
(self, bottom, top)
python/caffe/proposal_layer.py:47
↓ 5 callers
Method
generator
src/caffe/common.cpp:101
↓ 5 callers
Function
is_border
src/caffe/util/im_transforms.cpp:240
↓ 5 callers
Function
listeners
Provides access to the event listener list.
src/gtest/gtest-all.cpp:975
↓ 5 callers
Function
mxCHECK_FILE_EXIST
Check if a file exists and can be opened
matlab/+caffe/private/caffe_.cpp:33
↓ 5 callers
Function
mxERROR
matlab/+caffe/private/caffe_.cpp:30
↓ 5 callers
Method
sumsq_diff
src/caffe/blob.cpp:304
↓ 5 callers
Function
tanh
src/caffe/layers/lstm_unit_layer.cpp:16
↓ 5 callers
Method
to_proto
Generate a NetParameter that contains all layers needed to compute this top.
python/caffe/net_spec.py:90
↓ 4 callers
Function
BOOST_FOREACH
src/caffe/util/bbox_util.cpp:788
↓ 4 callers
Function
CheckFile
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:61
↓ 4 callers
Method
CheckGradient
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 callers
Function
Close
src/gtest/gtest.h:2699
↓ 4 callers
Function
CmpHelperEQ
src/gtest/gtest.h:18331
↓ 4 callers
Method
CopyNetBlobs
src/caffe/test/test_net.cpp:44
↓ 4 callers
Method
CopyNetParams
src/caffe/test/test_net.cpp:57
↓ 4 callers
Function
EncodeCVMatToDatum
src/caffe/util/io.cpp:713
↓ 4 callers
Method
Failed
Returns true iff the test failed.
src/gtest/gtest-all.cpp:3156
↓ 4 callers
Function
FormatCountableNoun
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 callers
Function
FormatForComparisonFailureMessage
src/gtest/gtest.h:18322
↓ 4 callers
Function
FormatTestCount
Formats the count of tests.
src/gtest/gtest-all.cpp:3790
↓ 4 callers
Function
GTestStreamToHelper
src/gtest/gtest.h:6776
↓ 4 callers
Function
GetElementOr
src/gtest/gtest-all.cpp:690
↓ 4 callers
Function
GetLastErrnoDescription
Returns the message describing the last system error in errno.
src/gtest/gtest-all.cpp:6460
↓ 4 callers
Function
GetMaxScoreIndex
src/caffe/util/bbox_util.cpp:3330
↓ 4 callers
Function
PrintCharsAsStringTo
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 callers
Function
RboxToPolygon
src/caffe/util/bbox_util.cpp:708
↓ 4 callers
Function
ReadSolverParamsFromTextFileOrDie
Read parameters from a file into a SolverParameter proto message.
src/caffe/util/upgrade_proto.cpp:1093
↓ 4 callers
Method
Reshape
src/caffe/layers/detection_output_layer.cpp:129
↓ 4 callers
Method
Reshape
src/caffe/layers/im2col_layer.cpp:107
↓ 4 callers
Method
Reshape
src/caffe/layers/permute_layer.cpp:75
↓ 4 callers
Method
Reshape
src/caffe/layers/base_conv_layer.cpp:186
↓ 4 callers
Method
ReshapeBlobs
src/caffe/test/test_lstm_layer.cpp:46
↓ 4 callers
Method
ReshapeBlobs
src/caffe/test/test_rnn_layer.cpp:41
↓ 4 callers
Method
RngGaussianFillGPU
src/caffe/test/test_random_number_generator.cpp:173
↓ 4 callers
Method
RngUniformFillGPU
src/caffe/test/test_random_number_generator.cpp:178
↓ 4 callers
Method
SetTestPartResultReporterForCurrentThread
Sets the test part result reporter for the current thread.
src/gtest/gtest-all.cpp:2001
← previous
next →
201–300 of 3,103, ranked by callers