Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BVLC/caffe
/ functions
Functions
2,751 in github.com/BVLC/caffe
⨍
Functions
2,751
◇
Types & classes
810
↳
Endpoints
3
Method
LayerSetUp
src/caffe/layers/power_layer.cpp:9
Method
LayerSetUp
src/caffe/layers/slice_layer.cpp:10
Method
LayerSetUp
src/caffe/layers/loss_layer.cpp:8
Method
LayerSetUp
src/caffe/layers/infogain_loss_layer.cpp:12
Method
LayerSetUp
src/caffe/layers/scale_layer.cpp:12
Method
LayerSetUp
src/caffe/layers/cudnn_conv_layer.cpp:18
Method
LayerSetUp
* @brief Does layer-specific setup: your layer should implement this function * as well as Reshape. * * @param bottom * the pre
include/caffe/layer.hpp:91
Method
LayerSetUp
include/caffe/layers/parameter_layer.hpp:15
Method
LayerSetUp
include/caffe/layers/python_layer.hpp:19
Method
LayerTypeList
include/caffe/layer_factory.hpp:86
Method
LayerTypeListString
include/caffe/layer_factory.hpp:101
Method
LegacyShape
include/caffe/blob.hpp:139
Method
LevelDB
include/caffe/util/db_leveldb.hpp:53
Method
LevelDBCursor
include/caffe/util/db_leveldb.hpp:16
Method
LevelDBTransaction
include/caffe/util/db_leveldb.hpp:34
Method
ListTestsMatchingFilter
Prints the names of the tests matching the user-specified filter flag.
src/gtest/gtest-all.cpp:5734
Method
LoadHDF5FileData
src/caffe/layers/hdf5_data_layer.cpp:27
Function
Log
python/caffe/_caffe.cpp:67
Method
LogBottomInit
src/caffe/test/test_neuron_layer.cpp:139
Method
LogLayer
* @param param provides LogParameter log_param, * with LogLayer options: * - scale (\b optional, default 1) the scale @f$ \alpha @f$ *
include/caffe/layers/log_layer.hpp:30
Method
LossLayer
include/caffe/layers/loss_layer.hpp:25
Method
MSRAFiller
include/caffe/filler.hpp:188
Method
MSRAFillerTest
src/caffe/test/test_filler.cpp:195
Method
MVNLayer
include/caffe/layers/mvn_layer.hpp:20
Method
MVNLayerTest
src/caffe/test/test_mvn_layer.cpp:19
Method
MakeConnection
src/gtest/gtest-all.cpp:4762
Method
MakeFileName
Given directory = "dir", base_name = "test", number = 0, extension = "xml", returns "dir/test.xml". If number is greater than zero (e.g., 12), returns
src/gtest/gtest-all.cpp:7603
Method
MakeReferenceTop
src/caffe/test/test_convolution_layer.cpp:842
Method
MatchesFilter
src/gtest/gtest-all.cpp:1753
Method
MathFunctionsTest
src/caffe/test/test_math_functions.cpp:21
Method
MaxBottomBlobs
* @brief Returns the maximum number of bottom blobs required by the layer, * or -1 if no maximum number is required. * * This method s
include/caffe/layer.hpp:216
Method
MaxBottomBlobs
include/caffe/layers/scale_layer.hpp:38
Method
MaxBottomBlobs
include/caffe/layers/infogain_loss_layer.hpp:62
Method
MaxBottomBlobs
include/caffe/layers/bias_layer.hpp:33
Method
MaxBottomBlobs
include/caffe/layers/recurrent_layer.hpp:46
Method
MaxPoolingDropoutTest
src/caffe/test/test_maxpool_dropout_layers.cpp:20
Method
MaxTopBlobs
* @brief Returns the maximum number of top blobs required by the layer, * or -1 if no maximum number is required. * * This method shou
include/caffe/layer.hpp:240
Method
MaxTopBlobs
include/caffe/layers/accuracy_layer.hpp:42
Method
MaxTopBlobs
MAX POOL layers can output an extra top blob for the mask; others can only output the pooled inputs.
include/caffe/layers/pooling_layer.hpp:32
Method
MaxTopBlobs
include/caffe/layers/data_layer.hpp:26
Method
MaxTopBlobs
include/caffe/layers/softmax_loss_layer.hpp:64
Method
MaxTopBlobs
include/caffe/layers/infogain_loss_layer.hpp:68
Method
MemoryDataLayer
include/caffe/layers/memory_data_layer.hpp:22
Method
MemoryDataLayerTest
src/caffe/test/test_memory_data_layer.cpp:20
Method
MinBottomBlobs
* @brief Returns the minimum number of bottom blobs required by the layer, * or -1 if no minimum number is required. * * This method s
include/caffe/layer.hpp:208
Method
MinBottomBlobs
include/caffe/layers/filter_layer.hpp:29
Method
MinBottomBlobs
include/caffe/layers/base_conv_layer.hpp:27
Method
MinBottomBlobs
Scale
include/caffe/layers/scale_layer.hpp:37
Method
MinBottomBlobs
include/caffe/layers/concat_layer.hpp:27
Method
MinBottomBlobs
include/caffe/layers/silence_layer.hpp:25
Method
MinBottomBlobs
include/caffe/layers/eltwise_layer.hpp:29
Method
MinBottomBlobs
include/caffe/layers/infogain_loss_layer.hpp:61
Method
MinBottomBlobs
include/caffe/layers/bias_layer.hpp:32
Method
MinBottomBlobs
include/caffe/layers/recurrent_layer.hpp:37
Method
MinTopBlobs
include/caffe/layers/dummy_data_layer.hpp:31
Method
MinTopBlobs
include/caffe/layers/filter_layer.hpp:30
Method
MinTopBlobs
include/caffe/layers/base_conv_layer.hpp:28
Method
MinTopBlobs
include/caffe/layers/input_layer.hpp:31
Method
MinTopBlobs
Currently, cuDNN does not support the extra top blob.
include/caffe/layers/cudnn_pooling_layer.hpp:30
Method
MinTopBlobs
If there are two top blobs, then the second blob will contain accuracies per class.
include/caffe/layers/accuracy_layer.hpp:41
Method
MinTopBlobs
include/caffe/layers/pooling_layer.hpp:29
Method
MinTopBlobs
include/caffe/layers/slice_layer.hpp:30
Method
MinTopBlobs
include/caffe/layers/data_layer.hpp:25
Method
MinTopBlobs
include/caffe/layers/softmax_loss_layer.hpp:63
Method
MinTopBlobs
include/caffe/layers/hdf5_data_layer.hpp:36
Method
MinTopBlobs
include/caffe/layers/infogain_loss_layer.hpp:67
Method
MinTopBlobs
include/caffe/layers/split_layer.hpp:28
Method
MultiDeviceTest
include/caffe/test/test_caffe_main.hpp:34
Method
MultinomialLogisticLossLayer
include/caffe/layers/multinomial_logistic_loss_layer.hpp:46
Method
MultinomialLogisticLossLayerTest
src/caffe/test/test_multinomial_logistic_loss_layer.cpp:18
Method
Mutex
src/gtest/gtest.h:2312
Method
NCCL
src/caffe/parallel.cpp:117
Function
NCCL_New_Uid
python/caffe/_caffe.cpp:359
Method
NativeArray
Constructs from a native array.
src/gtest/gtest.h:7720
Method
NesterovSolver
include/caffe/sgd_solvers.hpp:51
Method
NetCallback
python/caffe/_caffe.cpp:312
Method
NetTest
src/caffe/test/test_net.cpp:25
Function
Net_Init
Net constructor
python/caffe/_caffe.cpp:109
Function
Net_Init_Load
Legacy Net construct-and-load convenience constructor
python/caffe/_caffe.cpp:137
Function
Net_LoadHDF5
python/caffe/_caffe.cpp:163
Function
Net_Save
python/caffe/_caffe.cpp:153
Function
Net_SaveHDF5
python/caffe/_caffe.cpp:159
Function
Net_SetInputArrays
python/caffe/_caffe.cpp:167
Function
Net_after_backward
python/caffe/_caffe.cpp:329
Function
Net_after_forward
python/caffe/_caffe.cpp:323
Function
Net_before_backward
python/caffe/_caffe.cpp:326
Function
Net_before_forward
python/caffe/_caffe.cpp:320
Method
NeuronLayer
include/caffe/layers/neuron_layer.hpp:21
Method
NeuronLayerTest
src/caffe/test/test_neuron_layer.cpp:41
Method
NewCursor
include/caffe/util/db_leveldb.hpp:62
Method
NewTransaction
include/caffe/util/db_leveldb.hpp:65
Method
Next
src/caffe/layers/hdf5_data_layer.cpp:139
Method
Next
include/caffe/util/db_leveldb.hpp:23
Method
Next
include/caffe/util/db_lmdb.hpp:29
Method
NoExecDeathTest
src/gtest/gtest-all.cpp:6975
Method
NoExtension
File has no source file extension.
scripts/cpp_lint.py:956
Method
Normalize
src/caffe/solvers/sgd_solver.cpp:119
Method
Normalize
Removes any redundant separators that might be in the pathname. For example, "bar///foo" becomes "bar/foo". Does not eliminate other redundancies that
src/gtest/gtest-all.cpp:7776
Method
Notification
src/gtest/gtest.h:2149
Method
Notify
Notifies all threads created with this notification to start. Must be called from the controller thread.
src/gtest/gtest.h:2153
← previous
next →
1,601–1,700 of 2,751, ranked by callers