MCPcopy Create free account

hub / github.com/alexgkendall/caffe-posenet / functions

Functions2,536 in github.com/alexgkendall/caffe-posenet

MethodReshape
src/caffe/layers/euclidean_loss_layer.cpp:9
MethodReshape
src/caffe/layers/inner_product_layer.cpp:52
MethodReshape
src/caffe/layers/batch_reindex_layer.cpp:9
MethodReshape
src/caffe/layers/slice_layer.cpp:22
MethodReshape
src/caffe/layers/loss_layer.cpp:17
MethodReshape
src/caffe/layers/infogain_loss_layer.cpp:25
MethodReshape
src/caffe/layers/cudnn_conv_layer.cpp:91
MethodReshape
Data layers have no bottoms, so reshaping is trivial.
include/caffe/layers/dummy_data_layer.hpp:28
MethodReshape
Data layers have no bottoms, so reshaping is trivial.
include/caffe/layers/hdf5_output_layer.hpp:34
MethodReshape
Data layers have no bottoms, so reshaping is trivial.
include/caffe/layers/base_data_layer.hpp:34
MethodReshape
include/caffe/layers/silence_layer.hpp:21
MethodReshape
Data layers have no bottoms, so reshaping is trivial.
include/caffe/layers/hdf5_data_layer.hpp:33
MethodReshape
include/caffe/layers/python_layer.hpp:31
MethodReshapeLayer
include/caffe/layers/reshape_layer.hpp:21
MethodReshapeLayerTest
src/caffe/test/test_reshape_layer.cpp:19
MethodRestoreSolverStateFromBinaryProto
src/caffe/solvers/sgd_solver.cpp:305
MethodRestoreSolverStateFromBinaryProto
include/caffe/solver.hpp:148
MethodRestoreSolverStateFromHDF5
src/caffe/solvers/sgd_solver.cpp:325
MethodRestoreSolverStateFromHDF5
include/caffe/solver.hpp:151
MethodReturnSentinel
src/gtest/gtest.h:8032
FunctionRmDir
src/gtest/gtest.h:2641
MethodRunAllTests
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
FunctionRunSetUpTestCase
Runs SetUpTestCase() for this TestCase. This wrapper is needed for catching exceptions thrown from SetUpTestCase().
src/gtest/gtest.h:17864
FunctionRunTearDownTestCase
Runs TearDownTestCase() for this TestCase. This wrapper is needed for catching exceptions thrown from TearDownTestCase().
src/gtest/gtest.h:17868
MethodSPPLayer
include/caffe/layers/spp_layer.hpp:21
MethodSPPLayerTest
src/caffe/test/test_spp_layer.cpp:25
MethodSaveBlobs
src/caffe/layers/hdf5_output_layer.cpp:30
MethodScopedFakeTestPartResultReporter
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
MethodScopedTrace
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
MethodSeek
include/caffe/util/db_lmdb.hpp:39
MethodSeekToFirst
include/caffe/util/db_leveldb.hpp:19
MethodSend
Sends a string to the socket.
src/gtest/gtest-all.cpp:4719
MethodSetDevice
src/caffe/common.cpp:65
MethodSetLossWeights
* 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
MethodSetMean
Load the mean file in binaryproto format. */
examples/cpp_classification/classification.cpp:120
MethodSetParam
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
MethodSetUp
src/caffe/test/test_math_functions.cpp:26
MethodSetUp
src/caffe/test/test_random_number_generator.cpp:25
MethodSetUp
src/caffe/test/test_pooling_layer.cpp:620
MethodSetUp
src/caffe/test/test_convolution_layer.cpp:824
MethodSetUp
src/caffe/test/test_lrn_layer.cpp:261
MethodSetUp
Override this to define how to set up the environment.
src/gtest/gtest.h:17941
FunctionSetUpEnvironment
Helpers for setting up / tearing down the given environment. They are for use in the ForEach() function.
src/gtest/gtest-all.cpp:5436
FunctionSetUpTestCase
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
FunctionSetup
src/gtest/gtest.h:17484
MethodSetup
src/gtest/gtest.h:17949
MethodShareInParallel
Data layers should be shared by multiple solvers in parallel
include/caffe/layers/dummy_data_layer.hpp:26
MethodShareInParallel
Data layers should be shared by multiple solvers in parallel
include/caffe/layers/hdf5_output_layer.hpp:32
MethodShareInParallel
Data layers should be shared by multiple solvers in parallel
include/caffe/layers/base_data_layer.hpp:30
MethodShareInParallel
DataLayer uses DataReader instead for sharing for parallelism
include/caffe/layers/data_layer.hpp:25
MethodShareInParallel
Data layers should be shared by multiple solvers in parallel
include/caffe/layers/hdf5_data_layer.hpp:31
MethodShareInParallel
include/caffe/layers/python_layer.hpp:36
MethodShareWeights
src/caffe/net.cpp:1011
FunctionShouldRunTest
Returns true if the given test should run.
src/gtest/gtest.h:17886
FunctionShouldRunTestCase
Returns true iff test_case contains at least one test that should run.
src/gtest/gtest-all.cpp:1638
MethodShowCStringQuoted
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
MethodShowWideCString
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
MethodShowWideCStringQuoted
Similar to ShowWideCString(), except that this function encloses the converted string in double quotes.
src/gtest/gtest-all.cpp:2841
MethodShuffleImages
src/caffe/layers/image_data_layer.cpp:92
MethodShuffleTests
Shuffles the tests in this test case.
src/gtest/gtest-all.cpp:3766
MethodSigmoidCrossEntropyLossLayer
include/caffe/layers/sigmoid_cross_entropy_loss_layer.hpp:47
MethodSigmoidCrossEntropyLossLayerTest
src/caffe/test/test_sigmoid_cross_entropy_loss_layer.cpp:21
MethodSigmoidCrossEntropyLossReference
src/caffe/test/test_sigmoid_cross_entropy_loss_layer.cpp:46
MethodSigmoidLayer
include/caffe/layers/sigmoid_layer.hpp:25
MethodSignAndMagnitudeToBiased
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
MethodSignalHandler
src/caffe/util/signal_handler.cpp:88
MethodSilenceLayer
include/caffe/layers/silence_layer.hpp:19
MethodSliceLayer
include/caffe/layers/slice_layer.hpp:21
MethodSliceLayerTest
src/caffe/test/test_slice_layer.cpp:20
MethodSnapshot
src/caffe/solver.cpp:415
MethodSnapshotFilename
src/caffe/solver.cpp:451
MethodSnapshotSolverState
src/caffe/solvers/sgd_solver.cpp:246
MethodSnapshotSolverState
include/caffe/solver.hpp:145
MethodSnapshotSolverStateToBinaryProto
src/caffe/solvers/sgd_solver.cpp:260
MethodSnapshotSolverStateToHDF5
src/caffe/solvers/sgd_solver.cpp:279
MethodSnapshotToBinaryProto
src/caffe/solver.cpp:457
MethodSnapshotToHDF5
src/caffe/solver.cpp:467
MethodSoftmaxLayer
include/caffe/layers/softmax_layer.hpp:20
MethodSoftmaxLayerTest
src/caffe/test/test_softmax_layer.cpp:24
MethodSoftmaxWithLossLayer
* @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
MethodSoftmaxWithLossLayerTest
src/caffe/test/test_softmax_with_loss_layer.cpp:24
MethodSolve
include/caffe/solver.hpp:58
MethodSolver
src/caffe/solver.cpp:29
MethodSolverRegisterer
include/caffe/solver_factory.hpp:114
MethodSolverRegistry
Solver registry should never be instantiated - everything is done with its static variables.
include/caffe/solver_factory.hpp:94
MethodSolverTypeList
include/caffe/solver_factory.hpp:81
MethodSolverTypeListString
include/caffe/solver_factory.hpp:96
MethodSplitLayer
include/caffe/layers/split_layer.hpp:21
MethodSplitLayerTest
src/caffe/test/test_split_layer.cpp:24
MethodStateMeetsRule
src/caffe/net.cpp:317
FunctionStaticAssertTypeEq
src/gtest/gtest.h:19456
MethodStochasticPoolingLayerTest
src/caffe/test/test_stochastic_pooling.cpp:23
FunctionStreamHelper
src/gtest/gtest.h:8695
MethodStreamingListener
src/gtest/gtest-all.cpp:4638
MethodSuppressTestEventsIfInSubprocess
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
MethodSyncedMemory
include/caffe/syncedmem.hpp:47
FunctionTEST_F
src/caffe/test/test_internal_thread.cpp:14
FunctionTEST_F
src/caffe/test/test_upgrade_proto.cpp:44
FunctionTEST_F
src/caffe/test/test_protobuf.cpp:16
FunctionTEST_F
src/caffe/test/test_net.cpp:1367
← previousnext →1,701–1,800 of 2,536, ranked by callers