MCPcopy Create free account

hub / github.com/MhLiao/TextBoxes_plusplus / functions

Functions3,103 in github.com/MhLiao/TextBoxes_plusplus

↓ 3 callersFunctioncaffe_gpu_memset
include/caffe/util/math_functions.hpp:174
↓ 3 callersMethodcheck_net
(self, net, blobs)
python/caffe/test/test_net.py:248
↓ 3 callersMethodcheck_net
(self, net, outputs)
python/caffe/test/test_net.py:330
↓ 3 callersFunctioncompose
Compose a base coord map with scale a1, shift b1 with a further coord map with scale a2, shift b2. The scales multiply and the further shift,
python/caffe/coord_map.py:89
↓ 3 callersFunctioncrop
Define a Crop layer to crop a top (from) to another top (to) by determining the coordinate mapping between the two and net spec'ing the a
python/caffe/coord_map.py:172
↓ 3 callersMethoddisabled_test_count
Gets the number of disabled tests.
src/gtest/gtest-all.cpp:2038
↓ 3 callersFunctionget_stages_from_flags
Parse stages from flags
tools/caffe.cpp:124
↓ 3 callersMethodgpu_diff
src/caffe/blob.cpp:108
↓ 3 callersFunctionhdf5_get_num_links
src/caffe/util/hdf5.cpp:202
↓ 3 callersFunctionhdf5_load_int
src/caffe/util/hdf5.cpp:150
↓ 3 callersFunctionhdf5_save_int
src/caffe/util/hdf5.cpp:158
↓ 3 callersMethodinput_shape
@brief The spatial dimensions of the input.
include/caffe/layers/base_conv_layer.hpp:56
↓ 3 callersMethodis_started
src/caffe/internal_thread.cpp:13
↓ 3 callersMethodload_net
(self, net_proto)
python/caffe/test/test_net_spec.py:52
↓ 3 callersFunctionmake_if_not_exist
(path)
python/caffe/model_libs.py:11
↓ 3 callersFunctionmx_mat_to_blob
Copy matlab array to Blob data or diff
matlab/+caffe/private/caffe_.cpp:57
↓ 3 callersMethodparent
include/caffe/parallel.hpp:68
↓ 3 callersMethodpointer
src/gtest/gtest.h:2405
↓ 3 callersMethodreshape
(self, bootom, top)
python/caffe/test/test_python_layer.py:53
↓ 3 callersMethodset_debug_info
include/caffe/net.hpp:218
↓ 3 callersFunctionshuffle
include/caffe/util/rng.hpp:22
↓ 3 callersMethodwrite_fd
src/gtest/gtest-all.cpp:6545
↓ 2 callersFunctionAbort
src/gtest/gtest.h:2726
↓ 2 callersMethodAddArgument
src/gtest/gtest-all.cpp:7053
↓ 2 callersFunctionAddExtraLayers
(net, use_batchnorm=True, lr_mult=1)
examples/text/modelConfig.py:3
↓ 2 callersMethodAddTestInfo
Adds a test to this test case. Will delete the test upon destruction of the TestCase object.
src/gtest/gtest-all.cpp:3727
↓ 2 callersMethodAdvance
src/gtest/gtest.h:10142
↓ 2 callersMethodAlmostEquals
Returns true iff this number is at most kMaxUlps ULP's away from rhs. In particular, this function: - returns false if either number is (or both are
src/gtest/gtest.h:7090
↓ 2 callersFunctionAlwaysTrue
src/gtest/gtest-all.cpp:5836
↓ 2 callersMethodAppend
src/gtest/gtest-all.cpp:4240
↓ 2 callersFunctionArrayEq
src/gtest/gtest.h:7637
↓ 2 callersFunctionAtomMatchesChar
Returns true iff the given atom (specified by escaped and pattern) matches ch. The result is undefined if the atom is invalid.
src/gtest/gtest-all.cpp:8004
↓ 2 callersMethodBackwardFrom
src/caffe/net.cpp:714
↓ 2 callersFunctionCaffeFreeHost
include/caffe/syncedmem.hpp:28
↓ 2 callersFunctionCaffeMallocHost
If CUDA is available and in GPU mode, host memory will be allocated pinned, using cudaMallocHost. It avoids dynamic pinning for transfers (DMA). The i
include/caffe/syncedmem.hpp:15
↓ 2 callersFunctionCaptureStream
Starts capturing an output stream (stdout/stderr).
src/gtest/gtest-all.cpp:8393
↓ 2 callersMethodCheckBlobEqual
src/caffe/test/test_hdf5_output_layer.cpp:54
↓ 2 callersFunctionCheckContiguousArray
python/caffe/_caffe.cpp:70
↓ 2 callersMethodCompare
Compares this with another String. Returns < 0 if this is less than rhs, 0 if this is equal to rhs, or > 0 if this is greater than rhs.
src/gtest/gtest-all.cpp:2944
↓ 2 callersFunctionCreateAnnotatedDataLayer
(source, batch_size=32, backend=P.Data.LMDB, output_label=True, train=True, label_map_file='',
python/caffe/model_libs.py:265
↓ 2 callersFunctionCreateMultiBoxHead_multitask
(net, data_layer="data", num_classes=[], from_layers=[], use_objectness=False, normalizations=[], use_
python/caffe/model_libs.py:978
↓ 2 callersMethodCurrent
src/gtest/gtest.h:10149
↓ 2 callersMethodCurrentOsStackTraceExceptTop
Returns the current OS stack trace as a String. The maximum number of stack frames to be included is specified by the gtest_stack_trace_depth flag.
src/gtest/gtest-all.cpp:2062
↓ 2 callersFunctionDecodeBBoxesAll
src/caffe/util/bbox_util.cpp:1540
↓ 2 callersFunctionDecodeDatum
src/caffe/util/io.cpp:703
↓ 2 callersMethodDirectoryExists
Returns true if pathname describes a directory in the file-system that exists.
src/gtest/gtest-all.cpp:7643
↓ 2 callersFunctionEncodeConfPrediction
src/caffe/util/bbox_util.cpp:3068
↓ 2 callersMethodExpandImage
src/caffe/data_transformer.cpp:435
↓ 2 callersFunctionFailed
Returns true iff the test case failed.
src/gtest/gtest.h:17819
↓ 2 callersFunctionFindMatches
src/caffe/util/bbox_util.cpp:1752
↓ 2 callersFunctionFindStartOfExpressionInLine
Find position at the matching startchar. This is almost the reverse of FindEndOfExpressionInLine, but note that the input position and returned p
scripts/cpp_lint.py:1300
↓ 2 callersFunctionFormatCxxExceptionMessage
Adds an "exception thrown" fatal failure to the current test.
src/gtest/gtest-all.cpp:3335
↓ 2 callersFunctionFormatTestCaseCount
Formats the count of test cases.
src/gtest/gtest-all.cpp:3795
↓ 2 callersMethodFullName
Make Windows paths like Unix.
scripts/cpp_lint.py:881
↓ 2 callersFunctionGetCapturedStream
Stops capturing the output stream and returns the captured string.
src/gtest/gtest-all.cpp:8402
↓ 2 callersMethodGetGlobalTestPartResultReporter
Returns the global test part result reporter.
src/gtest/gtest-all.cpp:1981
↓ 2 callersFunctionGetHeaderGuardCPPVariable
Returns the CPP variable that should be used as a header guard. Args: filename: The name of a C++ header file. Returns: The CPP variable
scripts/cpp_lint.py:1384
↓ 2 callersFunctionGetImageSize
src/caffe/util/io.cpp:180
↓ 2 callersFunctionGetPrefixUntilComma
Returns the prefix of 'str' before the first comma in it; returns the entire string if it contains no comma.
src/gtest/gtest.h:7307
↓ 2 callersMethodGetTestCase
Gets the i-th test case among all the test cases. i can range from 0 to total_test_case_count() - 1. If i is not in that range, returns NULL.
src/gtest/gtest-all.cpp:5011
↓ 2 callersMethodGetTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
src/gtest/gtest-all.cpp:3713
↓ 2 callersFunctionGlobalInit
src/caffe/common.cpp:43
↓ 2 callersFunctionHRESULTFailureHelper
Helper function for IsHRESULT{SuccessFailure} predicates
src/gtest/gtest-all.cpp:2640
↓ 2 callersFunctionHandleSehExceptionsInMethodIfSupported
src/gtest/gtest-all.cpp:3374
↓ 2 callersFunctionInferNewSize
src/caffe/util/im_transforms.cpp:211
↓ 2 callersMethodInitForcePropNet
src/caffe/test/test_net.cpp:731
↓ 2 callersFunctionInitGoogleTest
Initializes Google Test. This must be called before calling RUN_ALL_TESTS(). In particular, it parses a command line for the flags that Google Test
src/gtest/gtest-all.cpp:6191
↓ 2 callersFunctionInitGoogleTestImpl
src/gtest/gtest-all.cpp:6157
↓ 2 callersMethodInitSharedWeightsNet
src/caffe/test/test_net.cpp:386
↓ 2 callersMethodInitSkipPropNet
src/caffe/test/test_net.cpp:632
↓ 2 callersMethodInnermostClass
Get class info on the top of the stack. Returns: A _ClassInfo object if we are inside a class, or None otherwise.
scripts/cpp_lint.py:2164
↓ 2 callersFunctionIsAsciiDigit
Returns true iff ch belongs to the given classification. Unlike similar functions in <ctype.h>, these aren't affected by the current locale.
src/gtest/gtest-all.cpp:7986
↓ 2 callersFunctionIsAsciiPunct
src/gtest/gtest-all.cpp:7987
↓ 2 callersFunctionIsAsciiWhiteSpace
src/gtest/gtest-all.cpp:7991
↓ 2 callersFunctionIsAsciiWordChar
src/gtest/gtest-all.cpp:7992
↓ 2 callersMethodIsDirectory
Returns true if FilePath ends with a path separator, which indicates that it is intended to represent a directory. Returns false otherwise. This does
src/gtest/gtest-all.cpp:7720
↓ 2 callersFunctionIsRepeat
src/gtest/gtest-all.cpp:7990
↓ 2 callersFunctionIsXDigit
src/gtest/gtest.h:2591
↓ 2 callersFunctionMakeAndRegisterTestInfo
Creates a new TestInfo object and registers it with Google Test; returns the created object. Arguments: test_case_name: name of the test case name
src/gtest/gtest-all.cpp:3532
↓ 2 callersFunctionMatchRegexAnywhere
Returns true iff regex matches any substring of str. regex must be a valid simple regular expression, or the result is undefined. The algorithm is r
src/gtest/gtest-all.cpp:8159
↓ 2 callersFunctionMineHardExamples
src/caffe/util/bbox_util.cpp:1880
↓ 2 callersFunctionNetNeedsBatchNormUpgrade
src/caffe/util/upgrade_proto.cpp:1003
↓ 2 callersFunctionNetNeedsDataUpgrade
src/caffe/util/upgrade_proto.cpp:606
↓ 2 callersFunctionNetNeedsInputUpgrade
src/caffe/util/upgrade_proto.cpp:962
↓ 2 callersFunctionNetNeedsUpgrade
src/caffe/util/upgrade_proto.cpp:15
↓ 2 callersFunctionNetNeedsV0ToV1Upgrade
src/caffe/util/upgrade_proto.cpp:100
↓ 2 callersFunctionNetNeedsV1ToV2Upgrade
src/caffe/util/upgrade_proto.cpp:109
↓ 2 callersFunctionParseGoogleTestFlagsOnlyImpl
src/gtest/gtest-all.cpp:6075
↓ 2 callersFunctionPermute
src/caffe/layers/permute_layer.cpp:9
↓ 2 callersFunctionPolygonToRbox
src/caffe/util/bbox_util.cpp:133
↓ 2 callersFunctionPrintAsWideStringLiteralTo
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:8741
↓ 2 callersFunctionPrintFullTestCommentIfPresent
src/gtest/gtest-all.cpp:3969
↓ 2 callersFunctionPrintStringTo
src/gtest/gtest-all.cpp:8877
↓ 2 callersFunctionPrintTestPartResultToString
Prints a TestPartResult to a String.
src/gtest/gtest-all.cpp:3821
↓ 2 callersFunctionPrintWideStringTo
src/gtest/gtest-all.cpp:8888
↓ 2 callersFunctionRandomBrightness
src/caffe/util/im_transforms.cpp:663
↓ 2 callersFunctionRandomContrast
src/caffe/util/im_transforms.cpp:686
↓ 2 callersFunctionRandomHue
src/caffe/util/im_transforms.cpp:746
↓ 2 callersFunctionRandomOrderChannels
src/caffe/util/im_transforms.cpp:780
↓ 2 callersFunctionRandomSaturation
src/caffe/util/im_transforms.cpp:710
← previousnext →401–500 of 3,103, ranked by callers