Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alexgkendall/caffe-posenet
/ functions
Functions
2,536 in github.com/alexgkendall/caffe-posenet
⨍
Functions
2,536
◇
Types & classes
780
↳
Endpoints
3
Method
Reshape
src/caffe/layers/euclidean_loss_layer.cpp:9
Method
Reshape
src/caffe/layers/inner_product_layer.cpp:52
Method
Reshape
src/caffe/layers/batch_reindex_layer.cpp:9
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/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/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:31
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:305
Method
RestoreSolverStateFromBinaryProto
include/caffe/solver.hpp:148
Method
RestoreSolverStateFromHDF5
src/caffe/solvers/sgd_solver.cpp:325
Method
RestoreSolverStateFromHDF5
include/caffe/solver.hpp:151
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
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:39
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
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:36
Method
ShareWeights
src/caffe/net.cpp:1011
Function
ShouldRunTest
Returns true if the given test should run.
src/gtest/gtest.h:17886
Function
ShouldRunTestCase
Returns true iff test_case contains at least one test that should run.
src/gtest/gtest-all.cpp:1638
Method
ShowCStringQuoted
Returns the input enclosed in double quotes if it's not NULL; otherwise returns "(null)". For example, "\"Hello\"" is returned for input "Hello". Th
src/gtest/gtest-all.cpp:2130
Method
ShowWideCString
Converts a wide C string to a String using the UTF-8 encoding. NULL will be converted to "(null)".
src/gtest/gtest-all.cpp:2833
Method
ShowWideCStringQuoted
Similar to ShowWideCString(), except that this function encloses the converted string in double quotes.
src/gtest/gtest-all.cpp:2841
Method
ShuffleImages
src/caffe/layers/image_data_layer.cpp:92
Method
ShuffleTests
Shuffles the tests in this test case.
src/gtest/gtest-all.cpp:3766
Method
SigmoidCrossEntropyLossLayer
include/caffe/layers/sigmoid_cross_entropy_loss_layer.hpp:47
Method
SigmoidCrossEntropyLossLayerTest
src/caffe/test/test_sigmoid_cross_entropy_loss_layer.cpp:21
Method
SigmoidCrossEntropyLossReference
src/caffe/test/test_sigmoid_cross_entropy_loss_layer.cpp:46
Method
SigmoidLayer
include/caffe/layers/sigmoid_layer.hpp:25
Method
SignAndMagnitudeToBiased
Converts an integer from the sign-and-magnitude representation to the biased representation. More precisely, let N be 2 to the power of (kBitCount -
src/gtest/gtest.h:7121
Method
SignalHandler
src/caffe/util/signal_handler.cpp:88
Method
SilenceLayer
include/caffe/layers/silence_layer.hpp:19
Method
SliceLayer
include/caffe/layers/slice_layer.hpp:21
Method
SliceLayerTest
src/caffe/test/test_slice_layer.cpp:20
Method
Snapshot
src/caffe/solver.cpp:415
Method
SnapshotFilename
src/caffe/solver.cpp:451
Method
SnapshotSolverState
src/caffe/solvers/sgd_solver.cpp:246
Method
SnapshotSolverState
include/caffe/solver.hpp:145
Method
SnapshotSolverStateToBinaryProto
src/caffe/solvers/sgd_solver.cpp:260
Method
SnapshotSolverStateToHDF5
src/caffe/solvers/sgd_solver.cpp:279
Method
SnapshotToBinaryProto
src/caffe/solver.cpp:457
Method
SnapshotToHDF5
src/caffe/solver.cpp:467
Method
SoftmaxLayer
include/caffe/layers/softmax_layer.hpp:20
Method
SoftmaxLayerTest
src/caffe/test/test_softmax_layer.cpp:24
Method
SoftmaxWithLossLayer
* @param param provides LossParameter loss_param, with options: * - ignore_label (optional) * Specify a label value that should be ignored
include/caffe/layers/softmax_loss_layer.hpp:54
Method
SoftmaxWithLossLayerTest
src/caffe/test/test_softmax_with_loss_layer.cpp:24
Method
Solve
include/caffe/solver.hpp:58
Method
Solver
src/caffe/solver.cpp:29
Method
SolverRegisterer
include/caffe/solver_factory.hpp:114
Method
SolverRegistry
Solver registry should never be instantiated - everything is done with its static variables.
include/caffe/solver_factory.hpp:94
Method
SolverTypeList
include/caffe/solver_factory.hpp:81
Method
SolverTypeListString
include/caffe/solver_factory.hpp:96
Method
SplitLayer
include/caffe/layers/split_layer.hpp:21
Method
SplitLayerTest
src/caffe/test/test_split_layer.cpp:24
Method
StateMeetsRule
src/caffe/net.cpp:317
Function
StaticAssertTypeEq
src/gtest/gtest.h:19456
Method
StochasticPoolingLayerTest
src/caffe/test/test_stochastic_pooling.cpp:23
Function
StreamHelper
src/gtest/gtest.h:8695
Method
StreamingListener
src/gtest/gtest-all.cpp:4638
Method
SuppressTestEventsIfInSubprocess
Disables event forwarding if the control is currently in a death test subprocess. Must not be called before InitGoogleTest.
src/gtest/gtest-all.cpp:5294
Method
SyncedMemory
include/caffe/syncedmem.hpp:47
Function
TEST_F
src/caffe/test/test_internal_thread.cpp:14
Function
TEST_F
src/caffe/test/test_upgrade_proto.cpp:44
Function
TEST_F
src/caffe/test/test_protobuf.cpp:16
Function
TEST_F
src/caffe/test/test_net.cpp:1367
← previous
next →
1,701–1,800 of 2,536, ranked by callers