MCPcopy Create free account

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

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

MethodOutputXmlTestInfo
Prints an XML representation of a TestInfo object. TODO(wan): There is also value in printing properties with the plain printer.
src/gtest/gtest-all.cpp:4527
MethodP2PSync
src/caffe/parallel.cpp:202
MethodPReLULayer
* @param param provides PReLUParameter prelu_param, * with PReLULayer options: * - filler (\b optional, FillerParameter, * default
include/caffe/layers/prelu_layer.hpp:33
FunctionPairCompare
examples/cpp_classification/classification.cpp:86
MethodParamGenerator
src/gtest/gtest.h:10097
MethodParamIterator
ParamIterator assumes ownership of the impl_ pointer.
src/gtest/gtest.h:10040
MethodParameterizedTestCaseInfo
src/gtest/gtest.h:10387
MethodParameterizedTestCaseInfoBase
src/gtest/gtest.h:10364
MethodParameterizedTestCaseRegistry
src/gtest/gtest.h:10492
MethodParameterizedTestFactory
src/gtest/gtest.h:10290
MethodParams
src/caffe/parallel.cpp:70
MethodPartialMatch
Returns true iff regular expression re matches a substring of str (including str itself).
src/gtest/gtest-all.cpp:7938
FunctionPassed
Returns true iff the test passed (i.e. no test part failed).
src/gtest/gtest.h:17549
MethodPatternMatchesString
Returns true iff the wildcard pattern matches the string. The first ':' or '\0' character in pattern marks the end of it. This recursive algorithm i
src/gtest/gtest-all.cpp:1736
MethodPoolingLayer
include/caffe/layers/pooling_layer.hpp:20
MethodPoolingLayerTest
src/caffe/test/test_pooling_layer.cpp:24
MethodPositiveUnitballFiller
include/caffe/filler.hpp:103
MethodPositiveUnitballFillerTest
src/caffe/test/test_filler.cpp:69
MethodPowerLayer
* @param param provides PowerParameter power_param, * with PowerLayer options: * - scale (\b optional, default 1) the scale @f$ \alpha @f$
include/caffe/layers/power_layer.hpp:29
MethodPowerLayerTest
src/caffe/test/test_power_layer.cpp:21
MethodPreSolve
src/caffe/solvers/sgd_solver.cpp:66
MethodPredict
examples/cpp_classification/classification.cpp:150
MethodPrefetchRand
src/caffe/layers/window_data_layer.cpp:219
MethodPreprocess
examples/cpp_classification/classification.cpp:189
MethodPrettyUnitTestResultPrinter
src/gtest/gtest-all.cpp:3991
MethodPrint
Note: we deliberately don't call this PrintTo(), as that name conflicts with ::testing::internal::PrintTo in the body of the function.
src/gtest/gtest.h:9776
MethodPrint
Prints the given array, omitting some elements when there are too many.
src/gtest/gtest.h:9828
MethodPrint
src/gtest/gtest.h:9844
FunctionPrintAsCharLiteralTo
src/gtest/gtest-all.cpp:8695
FunctionPrintCharAndCodeTo
src/gtest/gtest-all.cpp:8765
MethodPrintFailedTests
Internal helper for printing the list of failed tests.
src/gtest/gtest-all.cpp:4133
MethodPrintPrefixTo
src/gtest/gtest.h:9900
MethodPrintPrefixTo
src/gtest/gtest.h:9922
MethodPrintPrefixTo
src/gtest/gtest.h:9935
MethodPrintTestName
src/gtest/gtest-all.cpp:3992
FunctionPrintTo
src/gtest/gtest-all.cpp:8790
MethodPrintValue
This default version is called when kTypeKind is kOtherType.
src/gtest/gtest.h:9320
MethodPrintValue
src/gtest/gtest.h:9334
MethodPrintValue
Since T has no << operator or PrintTo() but can be implicitly converted to BiggestInt, we print it as a BiggestInt. Most likely T is an enum type (ei
src/gtest/gtest.h:9353
MethodPrintXmlTestCase
Prints an XML representation of a TestCase object
src/gtest/gtest-all.cpp:4575
MethodPrintXmlUnitTest
Prints an XML summary of unit_test to output stream out.
src/gtest/gtest-all.cpp:4596
MethodPut
include/caffe/util/db_leveldb.hpp:32
MethodPythonLayer
include/caffe/layers/python_layer.hpp:16
MethodQueuePair
src/caffe/data_reader.cpp:44
MethodRMSPropSolver
include/caffe/sgd_solvers.hpp:86
MethodRNG
src/caffe/common.cpp:83
MethodRand
src/caffe/data_transformer.cpp:535
FunctionRandom
src/gtest/gtest.h:7434
MethodRandomNumberGeneratorTest
src/caffe/test/test_random_number_generator.cpp:16
FunctionRange
src/gtest/gtest.h:15422
MethodRangeGenerator
src/gtest/gtest.h:10119
MethodReLULayer
* @param param provides ReLUParameter relu_param, * with ReLULayer options: * - negative_slope (\b optional, default 0). * the valu
include/caffe/layers/relu_layer.hpp:27
MethodReadAndInterpretStatusByte
Called in the parent process only. Reads the result code of the death test child process via a pipe, interprets it to set the outcome_ member, and clo
src/gtest/gtest-all.cpp:6581
MethodReadEntireFile
Reads the entire content of a file as a string.
src/gtest/gtest-all.cpp:8363
FunctionReadFileToDatum
include/caffe/util/io.hpp:95
FunctionReadImageToDatum
include/caffe/util/io.hpp:103
FunctionReadProtoFromTextFileOrDie
include/caffe/util/io.hpp:58
MethodRecordProperty
src/gtest/gtest-all.cpp:1417
MethodReductionLayer
include/caffe/layers/reduction_layer.hpp:22
MethodReductionLayerTest
src/caffe/test/test_reduction_layer.cpp:20
MethodRegister
'index' is the index of the test in the type list 'Types' specified in INSTANTIATE_TYPED_TEST_CASE_P(Prefix, TestCase, Types). Valid values for 'inde
src/gtest/gtest.h:7326
MethodRegister
src/gtest/gtest.h:7355
MethodRegister
src/gtest/gtest.h:7368
MethodRegister
src/gtest/gtest.h:7386
MethodRegisterParameterizedTests
This method expands all parameterized tests registered with macros TEST_P and INSTANTIATE_TEST_CASE_P into regular tests and registers those. This wil
src/gtest/gtest-all.cpp:3602
MethodRegisterTests
src/gtest/gtest.h:10533
MethodRegularize
src/caffe/solvers/sgd_solver.cpp:145
MethodReinterpretBits
Reinterprets a bit pattern as a floating-point number. This function is needed to test the AlmostEquals() method.
src/gtest/gtest.h:7052
MethodRelease
TODO(vladl@google.com): Factor the search functionality into Vector::Find.
src/gtest/gtest-all.cpp:4245
MethodRemoveInvalidXmlCharacters
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
FunctionReseed
src/gtest/gtest.h:7436
MethodReshape
src/caffe/blob.cpp:12
MethodReshape
src/caffe/layers/filter_layer.cpp:16
MethodReshape
src/caffe/layers/tile_layer.cpp:9
MethodReshape
src/caffe/layers/dropout_layer.cpp:22
MethodReshape
src/caffe/layers/argmax_layer.cpp:33
MethodReshape
src/caffe/layers/accuracy_layer.cpp:23
MethodReshape
src/caffe/layers/eltwise_layer.cpp:31
MethodReshape
src/caffe/layers/cudnn_relu_layer.cpp:20
MethodReshape
src/caffe/layers/cudnn_softmax_layer.cpp:22
MethodReshape
src/caffe/layers/multinomial_logistic_loss_layer.cpp:11
MethodReshape
src/caffe/layers/embed_layer.cpp:49
MethodReshape
src/caffe/layers/reduction_layer.cpp:15
MethodReshape
src/caffe/layers/pooling_layer.cpp:79
MethodReshape
src/caffe/layers/cudnn_sigmoid_layer.cpp:20
MethodReshape
src/caffe/layers/neuron_layer.cpp:8
MethodReshape
src/caffe/layers/mvn_layer.cpp:9
MethodReshape
src/caffe/layers/cudnn_pooling_layer.cpp:23
MethodReshape
src/caffe/layers/split_layer.cpp:9
MethodReshape
src/caffe/layers/reshape_layer.cpp:30
MethodReshape
src/caffe/layers/cudnn_tanh_layer.cpp:20
MethodReshape
src/caffe/layers/batch_norm_layer.cpp:40
MethodReshape
src/caffe/layers/cudnn_lrn_layer.cpp:28
MethodReshape
src/caffe/layers/spp_layer.cpp:146
MethodReshape
src/caffe/layers/sigmoid_cross_entropy_loss_layer.cpp:20
MethodReshape
src/caffe/layers/concat_layer.cpp:17
MethodReshape
src/caffe/layers/softmax_layer.cpp:10
MethodReshape
src/caffe/layers/softmax_loss_layer.cpp:39
MethodReshape
src/caffe/layers/cudnn_lcn_layer.cpp:29
MethodReshape
src/caffe/layers/flatten_layer.cpp:8
← previousnext →1,601–1,700 of 2,536, ranked by callers