MCPcopy Create free account

hub / github.com/Harick1/caffe-yolo / functions

Functions2,741 in github.com/Harick1/caffe-yolo

↓ 1,016 callersMethodcpu_data
src/caffe/blob.cpp:84
↓ 653 callersMethodcount
include/caffe/blob.hpp:75
↓ 535 callersMethodmutable_cpu_data
src/caffe/blob.cpp:114
↓ 489 callersMethodsize
src/caffe/util/blocking_queue.cpp:84
↓ 411 callersMethodshape
* @brief Returns the dimension of the index-th axis (or the negative index-th * axis from the end, if index is negative). * * @param i
include/caffe/blob.hpp:71
↓ 311 callersMethodchannels
@brief Deprecated legacy shape accessor channels: use shape(1) instead.
include/caffe/blob.hpp:134
↓ 277 callersMethodnum
@brief Deprecated legacy shape accessor num: use shape(0) instead.
include/caffe/blob.hpp:132
↓ 256 callersMethodwidth
@brief Deprecated legacy shape accessor width: use shape(3) instead.
include/caffe/blob.hpp:138
↓ 253 callersMethodheight
@brief Deprecated legacy shape accessor height: use shape(2) instead.
include/caffe/blob.hpp:136
↓ 241 callersMethodForward
include/caffe/layer.hpp:451
↓ 187 callersMethodend
src/gtest/gtest.h:7741
↓ 180 callersMethodbegin
src/gtest/gtest.h:7740
↓ 171 callersMethoddata_at
include/caffe/blob.hpp:191
↓ 169 callersMethodcpu_diff
src/caffe/blob.cpp:102
↓ 165 callersMethodSetUp
src/caffe/test/test_db.cpp:25
↓ 156 callersMethodget
src/gtest/gtest.h:1845
↓ 151 callersMethodCopyFrom
src/caffe/blob.cpp:415
↓ 145 callersMethodFill
Fill the DB with data: if unique_pixels, each pixel is unique but all images are the same; else each image is unique but all pixels within an image ar
src/caffe/test/test_data_layer.cpp:43
↓ 130 callersMethodmutable_cpu_diff
src/caffe/blob.cpp:126
↓ 129 callersMethodReshape
src/caffe/layers/lrn_layer.cpp:69
↓ 116 callersMethodreset
src/gtest/gtest.h:1853
↓ 110 callersMethodsize
Returns the number of TestPartResult objects in the array.
src/gtest/gtest-all.cpp:8982
↓ 106 callersMethodnum_axes
include/caffe/blob.hpp:74
↓ 94 callersFunctioncaffe_copy
src/caffe/util/math_functions.cpp:86
↓ 93 callersMethodCheckGradientExhaustive
include/caffe/test/test_gradient_check_util.hpp:190
↓ 90 callersFunctionSearch
Searches the string for the pattern, caching the compiled regexp.
scripts/cpp_lint.py:543
↓ 86 callersFunctionMatch
Matches the string with the pattern, caching the compiled regexp.
scripts/cpp_lint.py:515
↓ 74 callersMethoddata
include/caffe/parallel.hpp:32
↓ 62 callersFunctioncaffe_set
src/caffe/util/math_functions.cpp:57
↓ 59 callersMethodoffset
include/caffe/blob.hpp:153
↓ 57 callersMethodjoin
Join an existing circle. L < g_linked_ptr_mutex
src/gtest/gtest.h:9063
↓ 56 callersMethodBackward
src/caffe/net.cpp:715
↓ 51 callersFunctionValuesIn
src/gtest/gtest.h:15488
↓ 47 callersMethodsize
include/caffe/parallel.hpp:29
↓ 46 callersMethodgpu_data
src/caffe/blob.cpp:96
↓ 46 callersMethodmutable_gpu_data
src/caffe/blob.cpp:120
↓ 40 callersMethodReshapeLike
src/caffe/blob.cpp:58
↓ 37 callersMethodtype
* @brief Returns the layer type. */
include/caffe/layer.hpp:216
↓ 36 callersMethodTestLeastSquaresUpdate
Test that the correct update is computed for a regularized least squares problem: E = (1/(2n)) || X w - y ||^2 + (lambda / 2) || w ||^2 \nabla_w E =
src/caffe/test/test_gradient_based_solver.cpp:453
↓ 35 callersFunctionmxCHECK
Do CHECK and throw a Mex error if check fails
matlab/+caffe/private/caffe_.cpp:25
↓ 32 callersFunctionString
The default c'tor constructs a NULL string.
src/gtest/gtest.h:3042
↓ 31 callersMethodwrite
Export solver parameters to INPUT "filepath". Sorted alphabetically.
examples/pycaffe/tools.py:113
↓ 30 callersMethodCheckGradientEltwise
include/caffe/test/test_gradient_check_util.hpp:206
↓ 25 callersMethodStart
src/caffe/util/benchmark.cpp:26
↓ 24 callersMethodRunFilterNetTest
src/caffe/test/test_net.cpp:1394
↓ 24 callersMethodhead
include/caffe/syncedmem.hpp:63
↓ 23 callersFunctionColoredPrintf
Helpers for printing colored strings to stdout. Note that on Windows, we cannot simply emit special characters and have the terminal change colors. Th
src/gtest/gtest-all.cpp:3923
↓ 22 callersFunctionGetUnitTestImpl
Convenience function for accessing the global UnitTest implementation object.
src/gtest/gtest-all.cpp:1302
↓ 22 callersMethodSetUp
src/caffe/test/test_convolution_layer.cpp:160
↓ 22 callersFunctioncaffe_rng_rand
src/caffe/util/math_functions.cpp:229
↓ 21 callersMethodset_batch_size
src/caffe/layers/memory_data_layer.cpp:99
↓ 20 callersMethodCanonicalAxisIndex
* @brief Returns the 'canonical' version of a (usually) user-specified axis, * allowing for negative indexing (e.g., -1 for the last axis).
include/caffe/blob.hpp:118
↓ 20 callersMethodblob_by_name
src/caffe/net.cpp:958
↓ 19 callersFunctionAssertionSuccess
Makes a successful assertion result.
src/gtest/gtest-all.cpp:2269
↓ 19 callersMethodnet
include/caffe/solver.hpp:71
↓ 19 callersMethodpop
src/caffe/util/blocking_queue.cpp:45
↓ 18 callersFunctionGetDB
src/caffe/util/db.cpp:9
↓ 18 callersFunctioncoord_map_from_to
Determine the coordinate mapping betweeen a top (from) and a top (to). Walk the graph to find a common ancestor while composing the coord map
python/caffe/coord_map.py:115
↓ 18 callersFunctionimpl
Accessors for the implementation object.
src/gtest/gtest.h:18229
↓ 18 callersMethodmutable_gpu_diff
src/caffe/blob.cpp:132
↓ 17 callersMethodOpen
src/caffe/util/db_lmdb.cpp:10
↓ 17 callersFunctionReadImageToCVMat
src/caffe/util/io.cpp:78
↓ 17 callersFunctionformat_int
include/caffe/util/format.hpp:10
↓ 16 callersFunctionAssertionFailure
Makes a failed assertion result.
src/gtest/gtest-all.cpp:2274
↓ 16 callersFunctionFilePath
src/gtest/gtest.h:3261
↓ 16 callersFunctionc_str
Gets the 0-terminated C string this String object represents. The String object still owns the string. Therefore the caller should NOT delete the ret
src/gtest/gtest.h:3125
↓ 16 callersFunctioncoord_net_spec
Define net spec for simple conv-pool-deconv pattern common to all coordinate mapping tests.
python/caffe/test/test_coord_map.py:12
↓ 15 callersMethodInitUnsharedWeightsNet
loss_weight is the loss weight for the 'EuclideanLoss' layer output. midnet_loss_weight is the loss weight for the first 'InnerProduct' layer output.
src/caffe/test/test_net.cpp:286
↓ 15 callersFunctionMDB_CHECK
include/caffe/util/db_lmdb.hpp:14
↓ 15 callersMethodSetUp
src/caffe/test/test_pooling_layer.cpp:28
↓ 15 callersMethodShareData
src/caffe/blob.cpp:138
↓ 15 callersMethodhas_layer
src/caffe/net.cpp:971
↓ 15 callersMethodshape_string
include/caffe/blob.hpp:54
↓ 14 callersMethodCommit
src/caffe/util/db_lmdb.cpp:56
↓ 14 callersFunctionMessage
Copy constructor.
src/gtest/gtest.h:8594
↓ 14 callersFunctionReadImageToDatum
src/caffe/util/io.cpp:145
↓ 14 callersMethodSetUp
src/caffe/test/test_lrn_layer.cpp:33
↓ 14 callersMethodTransform
src/caffe/data_transformer.cpp:43
↓ 13 callersMethodClear
Clears the object.
src/gtest/gtest-all.cpp:3148
↓ 13 callersMethodMakeReferenceTop
src/caffe/test/test_convolution_layer.cpp:178
↓ 13 callersMethodMicroSeconds
src/caffe/util/benchmark.cpp:59
↓ 13 callersMethodNewTransaction
src/caffe/util/db_lmdb.cpp:47
↓ 13 callersMethodbatch_size
include/caffe/layers/memory_data_layer.hpp:42
↓ 13 callersFunctioncaffe_conv
src/caffe/test/test_convolution_layer.cpp:22
↓ 13 callersMethodindex
src/gtest/gtest.h:8184
↓ 12 callersMethodCheckAccumulation
src/caffe/test/test_gradient_based_solver.cpp:399
↓ 12 callersFunctionFillDatum
src/caffe/test/test_data_transformer.cpp:18
↓ 12 callersMethodForwardBackward
include/caffe/net.hpp:85
↓ 12 callersMethodPut
src/caffe/util/db_lmdb.cpp:51
↓ 12 callersFunctionReadFileToDatum
src/caffe/util/io.cpp:271
↓ 12 callersMethodTestForward
src/caffe/test/test_reduction_layer.cpp:36
↓ 12 callersMethodTestGradient
src/caffe/test/test_reduction_layer.cpp:80
↓ 12 callersMethodTestSnapshot
src/caffe/test/test_gradient_based_solver.cpp:490
↓ 12 callersMethodasum_data
src/caffe/blob.cpp:181
↓ 12 callersFunctioncaffe_add_scalar
src/caffe/util/math_functions.cpp:72
↓ 12 callersFunctioncaffe_cpu_dot
src/caffe/util/math_functions.cpp:341
↓ 12 callersMethodlayer_by_name
src/caffe/net.cpp:976
↓ 11 callersMethodBaseGenerator
src/gtest/gtest.h:10139
↓ 11 callersMethodCopyTrainedLayersFrom
src/caffe/net.cpp:741
↓ 11 callersMethodNumLines
Returns the number of lines represented.
scripts/cpp_lint.py:1204
next →1–100 of 2,741, ranked by callers