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
Method
Format
Formats a list of arguments to a String, using the same format spec string as for printf. We do not use the StringPrintf class as it is not universal
src/gtest/gtest-all.cpp:3003
Method
ForwardDebugInfo
src/caffe/net.cpp:588
Method
Forward_cpu
src/caffe/layers/memory_data_layer.cpp:109
Method
Forward_cpu
src/caffe/layers/prelu_layer.cpp:67
Method
Forward_cpu
src/caffe/layers/filter_layer.cpp:61
Method
Forward_cpu
src/caffe/layers/hinge_loss_layer.cpp:10
Method
Forward_cpu
src/caffe/layers/tile_layer.cpp:24
Method
Forward_cpu
src/caffe/layers/deconv_layer.cpp:25
Method
Forward_cpu
src/caffe/layers/dropout_layer.cpp:31
Method
Forward_cpu
src/caffe/layers/argmax_layer.cpp:55
Method
Forward_cpu
src/caffe/layers/contrastive_loss_layer.cpp:31
Method
Forward_cpu
src/caffe/layers/bnll_layer.cpp:11
Method
Forward_cpu
src/caffe/layers/accuracy_layer.cpp:48
Method
Forward_cpu
src/caffe/layers/elu_layer.cpp:9
Method
Forward_cpu
src/caffe/layers/exp_layer.cpp:31
Method
Forward_cpu
src/caffe/layers/eltwise_layer.cpp:47
Method
Forward_cpu
src/caffe/layers/clip_layer.cpp:9
Method
Forward_cpu
src/caffe/layers/multinomial_logistic_loss_layer.cpp:20
Method
Forward_cpu
src/caffe/layers/absval_layer.cpp:17
Method
Forward_cpu
src/caffe/layers/crop_layer.cpp:122
Method
Forward_cpu
src/caffe/layers/embed_layer.cpp:65
Method
Forward_cpu
src/caffe/layers/reduction_layer.cpp:42
Method
Forward_cpu
src/caffe/layers/pooling_layer.cpp:143
Method
Forward_cpu
src/caffe/layers/hdf5_data_layer.cpp:163
Method
Forward_cpu
src/caffe/layers/dummy_data_layer.cpp:101
Method
Forward_cpu
src/caffe/layers/cudnn_ndconv_layer.cpp:254
Method
Forward_cpu
src/caffe/layers/sigmoid_layer.cpp:14
Method
Forward_cpu
src/caffe/layers/lrn_layer.cpp:94
Method
Forward_cpu
src/caffe/layers/mvn_layer.cpp:31
Method
Forward_cpu
src/caffe/layers/lstm_unit_layer.cpp:41
Method
Forward_cpu
src/caffe/layers/conv_layer.cpp:25
Method
Forward_cpu
src/caffe/layers/base_data_layer.cpp:113
Method
Forward_cpu
src/caffe/layers/split_layer.cpp:26
Method
Forward_cpu
src/caffe/layers/relu_layer.cpp:9
Method
Forward_cpu
src/caffe/layers/im2col_layer.cpp:138
Method
Forward_cpu
src/caffe/layers/batch_norm_layer.cpp:87
Method
Forward_cpu
src/caffe/layers/tanh_layer.cpp:11
Method
Forward_cpu
src/caffe/layers/swish_layer.cpp:29
Method
Forward_cpu
src/caffe/layers/spp_layer.cpp:188
Method
Forward_cpu
src/caffe/layers/sigmoid_cross_entropy_loss_layer.cpp:79
Method
Forward_cpu
src/caffe/layers/hdf5_output_layer.cpp:42
Method
Forward_cpu
src/caffe/layers/concat_layer.cpp:57
Method
Forward_cpu
src/caffe/layers/softmax_layer.cpp:27
Method
Forward_cpu
src/caffe/layers/softmax_loss_layer.cpp:89
Method
Forward_cpu
src/caffe/layers/log_layer.cpp:34
Method
Forward_cpu
src/caffe/layers/bias_layer.cpp:72
Method
Forward_cpu
src/caffe/layers/flatten_layer.cpp:30
Method
Forward_cpu
src/caffe/layers/euclidean_loss_layer.cpp:18
Method
Forward_cpu
src/caffe/layers/inner_product_layer.cpp:84
Method
Forward_cpu
src/caffe/layers/threshold_layer.cpp:15
Method
Forward_cpu
src/caffe/layers/batch_reindex_layer.cpp:33
Method
Forward_cpu
src/caffe/layers/recurrent_layer.cpp:246
Method
Forward_cpu
src/caffe/layers/power_layer.cpp:20
Method
Forward_cpu
src/caffe/layers/cudnn_ndpooling_layer.cpp:115
Method
Forward_cpu
src/caffe/layers/slice_layer.cpp:78
Method
Forward_cpu
src/caffe/layers/infogain_loss_layer.cpp:129
Method
Forward_cpu
src/caffe/layers/scale_layer.cpp:117
Method
Forward_cpu
include/caffe/layers/input_layer.hpp:34
Method
Forward_cpu
include/caffe/layers/silence_layer.hpp:29
Method
Forward_cpu
include/caffe/layers/parameter_layer.hpp:33
Method
Forward_cpu
include/caffe/layers/python_layer.hpp:40
Method
Forward_cpu
include/caffe/layers/reshape_layer.hpp:33
Method
Forward_gpu
* @brief Using the GPU device, compute the layer output. * Fall back to Forward_cpu() if unavailable. */
include/caffe/layer.hpp:316
Method
Forward_gpu
include/caffe/layers/reshape_layer.hpp:37
Function
FullMatch
FullMatch(str, re) returns true iff regular expression re matches the entire str. PartialMatch(str, re) returns true iff regular expression re matches
src/gtest/gtest.h:1899
Method
FullMatch
Returns true iff regular expression re matches the entire str.
src/gtest/gtest-all.cpp:7929
Method
GPUParams
src/caffe/parallel.cpp:76
Method
GTestFlagSaver
The c'tor.
src/gtest/gtest-all.cpp:551
Method
GTestLog
src/gtest/gtest-all.cpp:8261
Method
GTestMutexLock
src/gtest/gtest.h:2329
Method
GTestShouldProcessSEH
Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the given SEH exception, or EXCEPTION_CONTINUE_SEARCH otherwise. This function is usefu
src/gtest/gtest-all.cpp:1811
Method
GaussianFiller
include/caffe/filler.hpp:67
Method
GaussianFillerTest
src/caffe/test/test_filler.cpp:201
Method
GenerateUniqueFileName
Returns a pathname for a file that does not currently exist. The pathname will be directory/base_name.extension or directory/base_name_<number>.extens
src/gtest/gtest-all.cpp:7706
Method
Generator
src/caffe/common.cpp:85
Method
GetAbsolutePathToOutputFile
Returns the name of the requested output file, or the default if none was explicitly specified.
src/gtest/gtest-all.cpp:1700
Function
GetBoolAssertionFailureMessage
Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
src/gtest/gtest-all.cpp:2324
Function
GetCapturedStdout
Stops capturing stdout and returns the captured string.
src/gtest/gtest-all.cpp:8422
Function
GetConvolutionLayer
src/caffe/layer_factory.cpp:42
Method
GetCurrentDir
Returns the current working directory, or "" if unsuccessful.
src/gtest/gtest-all.cpp:7527
Function
GetCurrentOsStackTraceExceptTop
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:5821
Function
GetDeconvolutionLayer
src/caffe/layer_factory.cpp:104
Method
GetFileSize
Returns the size (in bytes) of a file.
src/gtest/gtest-all.cpp:8357
Function
GetFiller
include/caffe/filler.hpp:277
Method
GetInstance
Gets the singleton UnitTest object. The first time this method is called, a UnitTest object is constructed and returned. Consecutive calls will retu
src/gtest/gtest-all.cpp:4936
Function
GetLRNLayer
src/caffe/layer_factory.cpp:181
Method
GetLearningRate
src/caffe/solvers/sgd_solver.cpp:27
Method
GetMutableTestCase
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:5017
Method
GetMutableTestInfo
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:3720
Function
GetNdConvolutionLayer
src/caffe/layer_factory.cpp:84
Function
GetNdPoolingLayer
src/caffe/layer_factory.cpp:221
Method
GetObjAndGradient
include/caffe/test/test_gradient_check_util.hpp:233
Method
GetOrCreateValue
src/gtest/gtest.h:2432
Method
GetOutputFormat
Returns the output format, or "" for normal printed output.
src/gtest/gtest-all.cpp:1688
Function
GetPoolingLayer
src/caffe/layer_factory.cpp:143
Method
GetPoolingParam
src/caffe/layers/spp_layer.cpp:17
Function
GetPythonLayer
src/caffe/layer_factory.cpp:337
Function
GetReLULayer
src/caffe/layer_factory.cpp:241
Method
GetRequestedAction
src/caffe/solver.cpp:21
Function
GetSigmoidLayer
src/caffe/layer_factory.cpp:265
← previous
next →
1,401–1,500 of 2,834, ranked by callers