Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chuckcho/video-caffe
/ functions
Functions
2,834 in github.com/chuckcho/video-caffe
⨍
Functions
2,834
◇
Types & classes
822
↳
Endpoints
3
↓ 2 callers
Method
InitSkipPropNet
src/caffe/test/test_net.cpp:632
↓ 2 callers
Method
InnermostClass
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 callers
Function
IsAsciiDigit
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 callers
Function
IsAsciiPunct
src/gtest/gtest-all.cpp:7987
↓ 2 callers
Function
IsAsciiWhiteSpace
src/gtest/gtest-all.cpp:7991
↓ 2 callers
Function
IsAsciiWordChar
src/gtest/gtest-all.cpp:7992
↓ 2 callers
Method
IsDirectory
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 callers
Function
IsRepeat
src/gtest/gtest-all.cpp:7990
↓ 2 callers
Function
IsXDigit
src/gtest/gtest.h:2591
↓ 2 callers
Function
LoadNetWeights
src/caffe/solver.cpp:66
↓ 2 callers
Function
MakeAndRegisterTestInfo
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 callers
Function
MatchRegexAnywhere
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 callers
Function
NetNeedsBatchNormUpgrade
src/caffe/util/upgrade_proto.cpp:1005
↓ 2 callers
Function
NetNeedsDataUpgrade
src/caffe/util/upgrade_proto.cpp:608
↓ 2 callers
Function
NetNeedsInputUpgrade
src/caffe/util/upgrade_proto.cpp:964
↓ 2 callers
Function
NetNeedsUpgrade
src/caffe/util/upgrade_proto.cpp:17
↓ 2 callers
Function
NetNeedsV0ToV1Upgrade
src/caffe/util/upgrade_proto.cpp:102
↓ 2 callers
Function
NetNeedsV1ToV2Upgrade
src/caffe/util/upgrade_proto.cpp:111
↓ 2 callers
Function
ParseGoogleTestFlagsOnlyImpl
src/gtest/gtest-all.cpp:6075
↓ 2 callers
Function
PrintAsWideStringLiteralTo
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 callers
Function
PrintFullTestCommentIfPresent
src/gtest/gtest-all.cpp:3969
↓ 2 callers
Function
PrintStringTo
src/gtest/gtest-all.cpp:8877
↓ 2 callers
Function
PrintTestPartResultToString
Prints a TestPartResult to a String.
src/gtest/gtest-all.cpp:3821
↓ 2 callers
Function
PrintWideStringTo
src/gtest/gtest-all.cpp:8888
↓ 2 callers
Function
Read
src/gtest/gtest.h:2693
↓ 2 callers
Function
ReadNetParamsFromBinaryFileOrDie
src/caffe/util/upgrade_proto.cpp:95
↓ 2 callers
Method
RecordProperty
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 callers
Method
ReduceBottomBlobSize
src/caffe/test/test_slice_layer.cpp:39
↓ 2 callers
Method
RegisterTests
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 callers
Method
RemoveFileName
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 callers
Function
ReplaceAll
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 callers
Method
ResetSection
(self)
scripts/cpp_lint.py:592
↓ 2 callers
Method
Reshape
src/caffe/layers/prelu_layer.cpp:55
↓ 2 callers
Method
Reshape
include/caffe/layers/parameter_layer.hpp:26
↓ 2 callers
Function
ReverseCloseExpression
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 callers
Method
RngBernoulliChecks
src/caffe/test/test_random_number_generator.cpp:162
↓ 2 callers
Method
Run
src/caffe/parallel.cpp:328
↓ 2 callers
Method
RunLeastSquaresSolver
src/caffe/test/test_gradient_based_solver.cpp:72
↓ 2 callers
Method
RunV1UpgradeTest
src/caffe/test/test_upgrade_proto.cpp:1108
↓ 2 callers
Method
SGDSolver
include/caffe/sgd_solvers.hpp:18
↓ 2 callers
Method
SeekToFirst
include/caffe/util/db_lmdb.hpp:28
↓ 2 callers
Method
SetGlobalTestPartResultReporter
Sets the global test part result reporter.
src/gtest/gtest-all.cpp:1988
↓ 2 callers
Method
SetUp
src/caffe/test/test_filter_layer.cpp:26
↓ 2 callers
Method
ShareTrainedLayersWith
src/caffe/net.cpp:667
↓ 2 callers
Function
ShouldShard
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 callers
Function
SkipComma
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 callers
Function
SolverNeedsTypeUpgrade
Return true iff the solver contains any old solver_type specified as enums
src/caffe/util/upgrade_proto.cpp:1035
↓ 2 callers
Function
SplitBlobName
src/caffe/util/insert_splits.cpp:118
↓ 2 callers
Function
Stat
src/gtest/gtest.h:2640
↓ 2 callers
Method
Step
src/caffe/solver.cpp:201
↓ 2 callers
Function
StrNCpy
src/gtest/gtest.h:2671
↓ 2 callers
Function
StreamWideCharsToMessage
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 callers
Method
SuppressEventForwarding
src/gtest/gtest-all.cpp:4923
↓ 2 callers
Method
TestDropoutForward
src/caffe/test/test_neuron_layer.cpp:60
↓ 2 callers
Method
TestForward
src/caffe/test/test_tanh_layer.cpp:45
↓ 2 callers
Method
TestPReLU
src/caffe/test/test_neuron_layer.cpp:124
↓ 2 callers
Method
TestRead
src/caffe/test/test_data_layer.cpp:70
↓ 2 callers
Method
TestReadCropTrainSequenceSeeded
src/caffe/test/test_data_layer.cpp:253
↓ 2 callers
Method
TestReadCropTrainSequenceUnseeded
src/caffe/test/test_data_layer.cpp:308
↓ 2 callers
Method
TestReshape
src/caffe/test/test_data_layer.cpp:134
↓ 2 callers
Method
TestSkip
src/caffe/test/test_data_layer.cpp:108
↓ 2 callers
Method
ToHDF5
src/caffe/net.cpp:857
↓ 2 callers
Function
UpgradeSolverAsNeeded
Check for deprecations and upgrade the SolverParameter as needed.
src/caffe/util/upgrade_proto.cpp:1080
↓ 2 callers
Function
UpgradeSolverType
src/caffe/util/upgrade_proto.cpp:1042
↓ 2 callers
Function
UpgradeV0Net
src/caffe/util/upgrade_proto.cpp:115
↓ 2 callers
Function
UpgradeV1LayerType
src/caffe/util/upgrade_proto.cpp:876
↓ 2 callers
Function
UpgradeV1Net
src/caffe/util/upgrade_proto.cpp:669
↓ 2 callers
Function
Values
src/gtest/gtest.h:15528
↓ 2 callers
Function
WideStringToUtf8
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 callers
Function
_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 callers
Function
_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 callers
Function
_SetVerboseLevel
Sets the module's verbosity, and returns the previous setting.
scripts/cpp_lint.py:786
↓ 2 callers
Function
_VerboseLevel
Returns the module's verbosity setting.
scripts/cpp_lint.py:781
↓ 2 callers
Method
__setattr__
(self, name, value)
python/caffe/net_spec.py:176
↓ 2 callers
Method
_get_top_name
(self, top, names, autonames)
python/caffe/net_spec.py:129
↓ 2 callers
Method
async_gpu_push
src/caffe/syncedmem.cpp:156
↓ 2 callers
Method
backward_cpu_bias
src/caffe/layers/base_conv_layer.cpp:338
↓ 2 callers
Method
backward_cpu_gemm
src/caffe/layers/base_conv_layer.cpp:304
↓ 2 callers
Function
caffenet
(lmdb, batch_size=256, include_acc=False)
examples/pycaffe/caffenet.py:19
↓ 2 callers
Method
check_net
(self, net, blobs)
python/caffe/test/test_net.py:227
↓ 2 callers
Method
classify_image
(self, image)
examples/web_demo/app.py:148
↓ 2 callers
Function
col2im_cpu
src/caffe/util/im2col.cpp:165
↓ 2 callers
Function
col2im_nd_cpu
src/caffe/util/im2col.cpp:214
↓ 2 callers
Function
collect_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 callers
Function
conv_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 callers
Function
coord_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 callers
Method
crop
Crop a window from the image for detection. Include surrounding context according to the `context_pad` configuration. Parame
python/caffe/detector.py:125
↓ 2 callers
Method
detect_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 callers
Function
fc_relu
(bottom, nout)
examples/pycaffe/caffenet.py:12
↓ 2 callers
Function
fix_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 callers
Method
forward
(self, bottom, top)
examples/pycaffe/layers/pyloss.py:25
↓ 2 callers
Method
forward_cpu_bias
src/caffe/layers/base_conv_layer.cpp:296
↓ 2 callers
Method
forward_cpu_gemm
src/caffe/layers/base_conv_layer.cpp:278
↓ 2 callers
Function
getDevice
src/caffe/parallel.cpp:110
↓ 2 callers
Method
gpu_shape
src/caffe/blob.cpp:102
↓ 2 callers
Function
hdf5_load_int
src/caffe/util/hdf5.cpp:173
↓ 2 callers
Function
hdf5_load_nd_dataset_helper
src/caffe/util/hdf5.cpp:11
↓ 2 callers
Function
hdf5_save_int
src/caffe/util/hdf5.cpp:181
↓ 2 callers
Function
im2col_cpu
src/caffe/util/im2col.cpp:19
↓ 2 callers
Function
im2col_nd_core_cpu
src/caffe/util/im2col.cpp:70
← previous
next →
401–500 of 2,834, ranked by callers