MCPcopy Create free account

hub / github.com/chuckcho/video-caffe / functions

Functions2,834 in github.com/chuckcho/video-caffe

↓ 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:2166
↓ 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 callersFunctionLoadNetWeights
src/caffe/solver.cpp:66
↓ 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 callersFunctionNetNeedsBatchNormUpgrade
src/caffe/util/upgrade_proto.cpp:1005
↓ 2 callersFunctionNetNeedsDataUpgrade
src/caffe/util/upgrade_proto.cpp:608
↓ 2 callersFunctionNetNeedsInputUpgrade
src/caffe/util/upgrade_proto.cpp:964
↓ 2 callersFunctionNetNeedsUpgrade
src/caffe/util/upgrade_proto.cpp:17
↓ 2 callersFunctionNetNeedsV0ToV1Upgrade
src/caffe/util/upgrade_proto.cpp:102
↓ 2 callersFunctionNetNeedsV1ToV2Upgrade
src/caffe/util/upgrade_proto.cpp:111
↓ 2 callersFunctionParseGoogleTestFlagsOnlyImpl
src/gtest/gtest-all.cpp:6075
↓ 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 callersFunctionRead
src/gtest/gtest.h:2693
↓ 2 callersFunctionReadNetParamsFromBinaryFileOrDie
src/caffe/util/upgrade_proto.cpp:95
↓ 2 callersMethodRecordProperty
Adds a test property to the list. If a property with the same key as the supplied property is already represented, the value of this test_property rep
src/gtest/gtest-all.cpp:3117
↓ 2 callersMethodReduceBottomBlobSize
src/caffe/test/test_slice_layer.cpp:39
↓ 2 callersMethodRegisterTests
UnitTest class invokes this method to register tests in this test case test cases right before running tests in RUN_ALL_TESTS macro. This method shoul
src/gtest/gtest.h:10421
↓ 2 callersMethodRemoveFileName
RemoveFileName returns the directory path with the filename removed. Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". If the Fil
src/gtest/gtest-all.cpp:7586
↓ 2 callersFunctionReplaceAll
Replaces instances of pattern in a string with a replacement. The compiled regex is kept in a cache shared by Match and Search. Args: patter
scripts/cpp_lint.py:529
↓ 2 callersMethodResetSection
(self)
scripts/cpp_lint.py:592
↓ 2 callersMethodReshape
src/caffe/layers/prelu_layer.cpp:55
↓ 2 callersMethodReshape
include/caffe/layers/parameter_layer.hpp:26
↓ 2 callersFunctionReverseCloseExpression
If input points to ) or } or ] or >, finds the position that opens it. If lines[linenum][pos] points to a ')' or '}' or ']' or '>', finds the lin
scripts/cpp_lint.py:1331
↓ 2 callersMethodRngBernoulliChecks
src/caffe/test/test_random_number_generator.cpp:162
↓ 2 callersMethodRun
src/caffe/parallel.cpp:328
↓ 2 callersMethodRunLeastSquaresSolver
src/caffe/test/test_gradient_based_solver.cpp:72
↓ 2 callersMethodRunV1UpgradeTest
src/caffe/test/test_upgrade_proto.cpp:1108
↓ 2 callersMethodSGDSolver
include/caffe/sgd_solvers.hpp:18
↓ 2 callersMethodSeekToFirst
include/caffe/util/db_lmdb.hpp:28
↓ 2 callersMethodSetGlobalTestPartResultReporter
Sets the global test part result reporter.
src/gtest/gtest-all.cpp:1988
↓ 2 callersMethodSetUp
src/caffe/test/test_filter_layer.cpp:26
↓ 2 callersMethodShareTrainedLayersWith
src/caffe/net.cpp:667
↓ 2 callersFunctionShouldShard
Checks whether sharding is enabled by examining the relevant environment variable values. If the variables are present, but inconsistent (i.e., shard_
src/gtest/gtest-all.cpp:5606
↓ 2 callersFunctionSkipComma
Skips to the first non-space char after the first comma in 'str'; returns NULL if no comma is found in 'str'.
src/gtest/gtest.h:7296
↓ 2 callersFunctionSolverNeedsTypeUpgrade
Return true iff the solver contains any old solver_type specified as enums
src/caffe/util/upgrade_proto.cpp:1035
↓ 2 callersFunctionSplitBlobName
src/caffe/util/insert_splits.cpp:118
↓ 2 callersFunctionStat
src/gtest/gtest.h:2640
↓ 2 callersMethodStep
src/caffe/solver.cpp:201
↓ 2 callersFunctionStrNCpy
src/gtest/gtest.h:2671
↓ 2 callersFunctionStreamWideCharsToMessage
Converts an array of wide chars to a narrow string using the UTF-8 encoding, and streams the result to the given Message object.
src/gtest/gtest-all.cpp:2210
↓ 2 callersMethodSuppressEventForwarding
src/gtest/gtest-all.cpp:4923
↓ 2 callersMethodTestDropoutForward
src/caffe/test/test_neuron_layer.cpp:60
↓ 2 callersMethodTestForward
src/caffe/test/test_tanh_layer.cpp:45
↓ 2 callersMethodTestPReLU
src/caffe/test/test_neuron_layer.cpp:124
↓ 2 callersMethodTestRead
src/caffe/test/test_data_layer.cpp:70
↓ 2 callersMethodTestReadCropTrainSequenceSeeded
src/caffe/test/test_data_layer.cpp:253
↓ 2 callersMethodTestReadCropTrainSequenceUnseeded
src/caffe/test/test_data_layer.cpp:308
↓ 2 callersMethodTestReshape
src/caffe/test/test_data_layer.cpp:134
↓ 2 callersMethodTestSkip
src/caffe/test/test_data_layer.cpp:108
↓ 2 callersMethodToHDF5
src/caffe/net.cpp:857
↓ 2 callersFunctionUpgradeSolverAsNeeded
Check for deprecations and upgrade the SolverParameter as needed.
src/caffe/util/upgrade_proto.cpp:1080
↓ 2 callersFunctionUpgradeSolverType
src/caffe/util/upgrade_proto.cpp:1042
↓ 2 callersFunctionUpgradeV0Net
src/caffe/util/upgrade_proto.cpp:115
↓ 2 callersFunctionUpgradeV1LayerType
src/caffe/util/upgrade_proto.cpp:876
↓ 2 callersFunctionUpgradeV1Net
src/caffe/util/upgrade_proto.cpp:669
↓ 2 callersFunctionValues
src/gtest/gtest.h:15528
↓ 2 callersFunctionWideStringToUtf8
Converts a wide string to a narrow string in UTF-8 encoding. The wide string is assumed to have the following encoding: UTF-16 if sizeof(wchar_t) == 2
src/gtest/gtest-all.cpp:2807
↓ 2 callersFunction_DropCommonSuffixes
Drops common suffixes like _test.cc or -inl.h from filename. For example: >>> _DropCommonSuffixes('foo/foo-inl.h') 'foo/foo' >>> _DropC
scripts/cpp_lint.py:3582
↓ 2 callersFunction_Net_get_id_name
Generic property that maps func to the layer names into an OrderedDict. Used for top_names and bottom_names. Parameters ----------
python/caffe/pycaffe.py:305
↓ 2 callersFunction_SetVerboseLevel
Sets the module's verbosity, and returns the previous setting.
scripts/cpp_lint.py:786
↓ 2 callersFunction_VerboseLevel
Returns the module's verbosity setting.
scripts/cpp_lint.py:781
↓ 2 callersMethod__setattr__
(self, name, value)
python/caffe/net_spec.py:176
↓ 2 callersMethod_get_top_name
(self, top, names, autonames)
python/caffe/net_spec.py:129
↓ 2 callersMethodasync_gpu_push
src/caffe/syncedmem.cpp:156
↓ 2 callersMethodbackward_cpu_bias
src/caffe/layers/base_conv_layer.cpp:338
↓ 2 callersMethodbackward_cpu_gemm
src/caffe/layers/base_conv_layer.cpp:304
↓ 2 callersFunctioncaffenet
(lmdb, batch_size=256, include_acc=False)
examples/pycaffe/caffenet.py:19
↓ 2 callersMethodcheck_net
(self, net, blobs)
python/caffe/test/test_net.py:227
↓ 2 callersMethodclassify_image
(self, image)
examples/web_demo/app.py:148
↓ 2 callersFunctioncol2im_cpu
src/caffe/util/im2col.cpp:165
↓ 2 callersFunctioncol2im_nd_cpu
src/caffe/util/im2col.cpp:214
↓ 2 callersFunctioncollect_bottoms
Collect the bottoms to walk for the coordinate mapping. The general rule is that all the bottoms of a layer can be mapped, as
python/caffe/coord_map.py:126
↓ 2 callersFunctionconv_params
Extract the spatial parameters that determine the coordinate mapping: kernel size, stride, padding, and dilation. Implementation detail:
python/caffe/coord_map.py:18
↓ 2 callersFunctioncoord_map
Define the coordinate mapping by its - axis - scale: output coord[i * scale] <- input_coord[i] - shift: output coord[i] <- output_coo
python/caffe/coord_map.py:57
↓ 2 callersMethodcrop
Crop a window from the image for detection. Include surrounding context according to the `context_pad` configuration. Parame
python/caffe/detector.py:125
↓ 2 callersMethoddetect_windows
Do windowed detection over given images and windows. Windows are extracted then warped to the input dimensions of the net. P
python/caffe/detector.py:56
↓ 2 callersFunctionfc_relu
(bottom, nout)
examples/pycaffe/caffenet.py:12
↓ 2 callersFunctionfix_initial_nan_learning_rate
Correct initial value of learning rate Learning rate is normally not printed until after the initial test and training step, which means the
tools/extra/parse_log.py:128
↓ 2 callersMethodforward
(self, bottom, top)
examples/pycaffe/layers/pyloss.py:25
↓ 2 callersMethodforward_cpu_bias
src/caffe/layers/base_conv_layer.cpp:296
↓ 2 callersMethodforward_cpu_gemm
src/caffe/layers/base_conv_layer.cpp:278
↓ 2 callersFunctiongetDevice
src/caffe/parallel.cpp:110
↓ 2 callersMethodgpu_shape
src/caffe/blob.cpp:102
↓ 2 callersFunctionhdf5_load_int
src/caffe/util/hdf5.cpp:173
↓ 2 callersFunctionhdf5_load_nd_dataset_helper
src/caffe/util/hdf5.cpp:11
↓ 2 callersFunctionhdf5_save_int
src/caffe/util/hdf5.cpp:181
↓ 2 callersFunctionim2col_cpu
src/caffe/util/im2col.cpp:19
↓ 2 callersFunctionim2col_nd_core_cpu
src/caffe/util/im2col.cpp:70
← previousnext →401–500 of 2,834, ranked by callers