Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Harick1/caffe-yolo
/ functions
Functions
2,741 in github.com/Harick1/caffe-yolo
⨍
Functions
2,741
◇
Types & classes
813
↳
Endpoints
3
Method
Regularize
src/caffe/solvers/sgd_solver.cpp:154
Method
ReinterpretBits
Reinterprets a bit pattern as a floating-point number. This function is needed to test the AlmostEquals() method.
src/gtest/gtest.h:7052
Method
Release
TODO(vladl@google.com): Factor the search functionality into Vector::Find.
src/gtest/gtest-all.cpp:4245
Method
RemoveInvalidXmlCharacters
Returns the given string with all characters invalid in XML removed. Currently invalid characters are dropped from the string. An alternative is to re
src/gtest/gtest-all.cpp:4472
Function
Reseed
src/gtest/gtest.h:7436
Method
Reset
src/caffe/layers/memory_data_layer.cpp:83
Method
Reshape
src/caffe/blob.cpp:12
Method
Reshape
src/caffe/layers/filter_layer.cpp:16
Method
Reshape
src/caffe/layers/tile_layer.cpp:9
Method
Reshape
src/caffe/layers/dropout_layer.cpp:22
Method
Reshape
src/caffe/layers/argmax_layer.cpp:33
Method
Reshape
src/caffe/layers/accuracy_layer.cpp:23
Method
Reshape
src/caffe/layers/eltwise_layer.cpp:31
Method
Reshape
src/caffe/layers/cudnn_relu_layer.cpp:21
Method
Reshape
src/caffe/layers/detection_loss_layer.cpp:62
Method
Reshape
src/caffe/layers/cudnn_softmax_layer.cpp:22
Method
Reshape
src/caffe/layers/multinomial_logistic_loss_layer.cpp:11
Method
Reshape
src/caffe/layers/crop_layer.cpp:36
Method
Reshape
src/caffe/layers/embed_layer.cpp:49
Method
Reshape
src/caffe/layers/reduction_layer.cpp:15
Method
Reshape
src/caffe/layers/pooling_layer.cpp:79
Method
Reshape
src/caffe/layers/cudnn_sigmoid_layer.cpp:22
Method
Reshape
src/caffe/layers/neuron_layer.cpp:8
Method
Reshape
src/caffe/layers/mvn_layer.cpp:9
Method
Reshape
src/caffe/layers/cudnn_pooling_layer.cpp:23
Method
Reshape
src/caffe/layers/lstm_unit_layer.cpp:21
Method
Reshape
src/caffe/layers/split_layer.cpp:9
Method
Reshape
src/caffe/layers/reshape_layer.cpp:32
Method
Reshape
src/caffe/layers/cudnn_tanh_layer.cpp:21
Method
Reshape
src/caffe/layers/batch_norm_layer.cpp:40
Method
Reshape
src/caffe/layers/cudnn_lrn_layer.cpp:28
Method
Reshape
src/caffe/layers/spp_layer.cpp:146
Method
Reshape
src/caffe/layers/sigmoid_cross_entropy_loss_layer.cpp:20
Method
Reshape
src/caffe/layers/concat_layer.cpp:17
Method
Reshape
src/caffe/layers/softmax_layer.cpp:10
Method
Reshape
src/caffe/layers/softmax_loss_layer.cpp:39
Method
Reshape
src/caffe/layers/cudnn_lcn_layer.cpp:29
Method
Reshape
src/caffe/layers/bias_layer.cpp:40
Method
Reshape
src/caffe/layers/flatten_layer.cpp:8
Method
Reshape
src/caffe/layers/euclidean_loss_layer.cpp:9
Method
Reshape
src/caffe/layers/eval_detection_layer.cpp:178
Method
Reshape
src/caffe/layers/inner_product_layer.cpp:58
Method
Reshape
src/caffe/layers/batch_reindex_layer.cpp:9
Method
Reshape
src/caffe/layers/recurrent_layer.cpp:183
Method
Reshape
src/caffe/layers/slice_layer.cpp:22
Method
Reshape
src/caffe/layers/loss_layer.cpp:17
Method
Reshape
src/caffe/layers/infogain_loss_layer.cpp:25
Method
Reshape
src/caffe/layers/scale_layer.cpp:68
Method
Reshape
src/caffe/layers/cudnn_conv_layer.cpp:91
Method
Reshape
Data layers have no bottoms, so reshaping is trivial.
include/caffe/layers/dummy_data_layer.hpp:28
Method
Reshape
Data layers have no bottoms, so reshaping is trivial.
include/caffe/layers/hdf5_output_layer.hpp:34
Method
Reshape
Data layers have no bottoms, so reshaping is trivial.
include/caffe/layers/input_layer.hpp:28
Method
Reshape
Data layers have no bottoms, so reshaping is trivial.
include/caffe/layers/base_data_layer.hpp:34
Method
Reshape
include/caffe/layers/silence_layer.hpp:21
Method
Reshape
Data layers have no bottoms, so reshaping is trivial.
include/caffe/layers/hdf5_data_layer.hpp:33
Method
Reshape
include/caffe/layers/python_layer.hpp:32
Method
ReshapeLayer
include/caffe/layers/reshape_layer.hpp:21
Method
ReshapeLayerTest
src/caffe/test/test_reshape_layer.cpp:19
Method
RestoreSolverStateFromBinaryProto
src/caffe/solvers/sgd_solver.cpp:314
Method
RestoreSolverStateFromBinaryProto
include/caffe/solver.hpp:151
Method
RestoreSolverStateFromHDF5
src/caffe/solvers/sgd_solver.cpp:334
Method
RestoreSolverStateFromHDF5
include/caffe/solver.hpp:154
Method
ReturnSentinel
src/gtest/gtest.h:8032
Function
RmDir
src/gtest/gtest.h:2641
Method
RunAllTests
Runs all tests in this UnitTest object, prints the result, and returns true if all tests are successful. If any exception is thrown during a test, th
src/gtest/gtest-all.cpp:5448
Function
RunSetUpTestCase
Runs SetUpTestCase() for this TestCase. This wrapper is needed for catching exceptions thrown from SetUpTestCase().
src/gtest/gtest.h:17864
Function
RunTearDownTestCase
Runs TearDownTestCase() for this TestCase. This wrapper is needed for catching exceptions thrown from TearDownTestCase().
src/gtest/gtest.h:17868
Method
SPPLayer
include/caffe/layers/spp_layer.hpp:21
Method
SPPLayerTest
src/caffe/test/test_spp_layer.cpp:25
Method
SaveBlobs
src/caffe/layers/hdf5_output_layer.cpp:30
Method
ScaleLayer
include/caffe/layers/scale_layer.hpp:26
Method
ScaleLayerTest
src/caffe/test/test_scale_layer.cpp:21
Method
ScopedFakeTestPartResultReporter
The c'tor sets this object as the test part result reporter used by Google Test. The 'result' parameter specifies where to report the results. Interc
src/gtest/gtest-all.cpp:1840
Method
ScopedTrace
Pushes the given source file location and message onto a per-thread trace stack maintained by Google Test. L < UnitTest::mutex_
src/gtest/gtest-all.cpp:4811
Method
Seek
include/caffe/util/db_lmdb.hpp:40
Method
SeekToFirst
include/caffe/util/db_leveldb.hpp:19
Method
Send
Sends a string to the socket.
src/gtest/gtest-all.cpp:4719
Method
SetDevice
src/caffe/common.cpp:65
Method
SetLossWeights
* Called by SetUp to initialize the weights associated with any top blobs in * the loss function. Store non-zero loss weights in the diff blob.
include/caffe/layer.hpp:414
Method
SetMean
Load the mean file in binaryproto format. */
examples/cpp_classification/classification.cpp:120
Method
SetParam
Sets parameter value. The caller is responsible for making sure the value remains alive and unchanged throughout the current test.
src/gtest/gtest.h:18708
Method
SetUp
src/caffe/test/test_math_functions.cpp:26
Method
SetUp
src/caffe/test/test_random_number_generator.cpp:25
Method
SetUp
src/caffe/test/test_pooling_layer.cpp:620
Method
SetUp
src/caffe/test/test_convolution_layer.cpp:824
Method
SetUp
src/caffe/test/test_lrn_layer.cpp:261
Method
SetUp
Override this to define how to set up the environment.
src/gtest/gtest.h:17941
Function
SetUpEnvironment
Helpers for setting up / tearing down the given environment. They are for use in the ForEach() function.
src/gtest/gtest-all.cpp:5436
Function
SetUpTestCase
Sets up the stuff shared by all tests in this test case. Google Test will call Foo::SetUpTestCase() before running the first test in test case Foo.
src/gtest/gtest.h:17399
Function
Setup
src/gtest/gtest.h:17484
Method
Setup
src/gtest/gtest.h:17949
Method
ShareInParallel
Data layers should be shared by multiple solvers in parallel
include/caffe/layers/dummy_data_layer.hpp:26
Method
ShareInParallel
Data layers should be shared by multiple solvers in parallel
include/caffe/layers/hdf5_output_layer.hpp:32
Method
ShareInParallel
DataLayer uses DataReader instead for sharing for parallelism
include/caffe/layers/box_data_layer.hpp:25
Method
ShareInParallel
Data layers should be shared by multiple solvers in parallel
include/caffe/layers/input_layer.hpp:26
Method
ShareInParallel
Data layers should be shared by multiple solvers in parallel
include/caffe/layers/base_data_layer.hpp:30
Method
ShareInParallel
DataLayer uses DataReader instead for sharing for parallelism
include/caffe/layers/data_layer.hpp:25
Method
ShareInParallel
Data layers should be shared by multiple solvers in parallel
include/caffe/layers/hdf5_data_layer.hpp:31
Method
ShareInParallel
include/caffe/layers/python_layer.hpp:37
Function
ShouldRunTest
Returns true if the given test should run.
src/gtest/gtest.h:17886
← previous
next →
1,801–1,900 of 2,741, ranked by callers