MCPcopy Create free account

hub / github.com/OpenPTrack/open_ptrack_v2 / functions

Functions5,111 in github.com/OpenPTrack/open_ptrack_v2

↓ 2 callersMethodAddArgument
rtpose_wrapper/src/gtest/gtest-all.cpp:7053
↓ 2 callersMethodAddTestInfo
Adds a test to this test case. Will delete the test upon destruction of the TestCase object.
rtpose_wrapper/src/gtest/gtest-all.cpp:3727
↓ 2 callersMethodAdvance
rtpose_wrapper/src/gtest/gtest.h:10142
↓ 2 callersMethodAlmostEquals
Returns true iff this number is at most kMaxUlps ULP's away from rhs. In particular, this function: - returns false if either number is (or both are
rtpose_wrapper/src/gtest/gtest.h:7090
↓ 2 callersFunctionAlwaysTrue
rtpose_wrapper/src/gtest/gtest-all.cpp:5836
↓ 2 callersMethodAppend
rtpose_wrapper/src/gtest/gtest-all.cpp:4240
↓ 2 callersFunctionArrayEq
rtpose_wrapper/src/gtest/gtest.h:7637
↓ 2 callersFunctionAtomMatchesChar
Returns true iff the given atom (specified by escaped and pattern) matches ch. The result is undefined if the atom is invalid.
rtpose_wrapper/src/gtest/gtest-all.cpp:8004
↓ 2 callersMethodBackwardFrom
rtpose_wrapper/src/caffe/net.cpp:714
↓ 2 callersFunctionCaffeFreeHost
rtpose_wrapper/include/caffe/syncedmem.hpp:28
↓ 2 callersFunctionCaffeMallocHost
If CUDA is available and in GPU mode, host memory will be allocated pinned, using cudaMallocHost. It avoids dynamic pinning for transfers (DMA). The i
rtpose_wrapper/include/caffe/syncedmem.hpp:15
↓ 2 callersFunctionCaptureStream
Starts capturing an output stream (stdout/stderr).
rtpose_wrapper/src/gtest/gtest-all.cpp:8393
↓ 2 callersMethodCheckBlobEqual
rtpose_wrapper/src/caffe/test/test_hdf5_output_layer.cpp:54
↓ 2 callersFunctionCheckContiguousArray
rtpose_wrapper/python/caffe/_caffe.cpp:69
↓ 2 callersMethodCompare
Compares this with another String. Returns < 0 if this is less than rhs, 0 if this is equal to rhs, or > 0 if this is greater than rhs.
rtpose_wrapper/src/gtest/gtest-all.cpp:2944
↓ 2 callersMethodCurrent
rtpose_wrapper/src/gtest/gtest.h:10149
↓ 2 callersMethodCurrentOsStackTraceExceptTop
Returns the current OS stack trace as a String. The maximum number of stack frames to be included is specified by the gtest_stack_trace_depth flag.
rtpose_wrapper/src/gtest/gtest-all.cpp:2062
↓ 2 callersFunctionDecodeDatum
rtpose_wrapper/src/caffe/util/io.cpp:202
↓ 2 callersMethodDirectoryExists
Returns true if pathname describes a directory in the file-system that exists.
rtpose_wrapper/src/gtest/gtest-all.cpp:7643
↓ 2 callersFunctionFailed
Returns true iff the test case failed.
rtpose_wrapper/src/gtest/gtest.h:17819
↓ 2 callersFunctionFindStartOfExpressionInLine
Find position at the matching startchar. This is almost the reverse of FindEndOfExpressionInLine, but note that the input position and returned p
rtpose_wrapper/scripts/cpp_lint.py:1300
↓ 2 callersFunctionFormatCxxExceptionMessage
Adds an "exception thrown" fatal failure to the current test.
rtpose_wrapper/src/gtest/gtest-all.cpp:3335
↓ 2 callersFunctionFormatTestCaseCount
Formats the count of test cases.
rtpose_wrapper/src/gtest/gtest-all.cpp:3795
↓ 2 callersMethodFullName
Make Windows paths like Unix.
rtpose_wrapper/scripts/cpp_lint.py:881
↓ 2 callersFunctionGetCapturedStream
Stops capturing the output stream and returns the captured string.
rtpose_wrapper/src/gtest/gtest-all.cpp:8402
↓ 2 callersMethodGetGlobalTestPartResultReporter
Returns the global test part result reporter.
rtpose_wrapper/src/gtest/gtest-all.cpp:1981
↓ 2 callersFunctionGetHeaderGuardCPPVariable
Returns the CPP variable that should be used as a header guard. Args: filename: The name of a C++ header file. Returns: The CPP variable
rtpose_wrapper/scripts/cpp_lint.py:1384
↓ 2 callersMethodGetMaxPeaks
rtpose_wrapper/include/caffe/cpm/layers/nms_layer.hpp:24
↓ 2 callersFunctionGetPrefixUntilComma
Returns the prefix of 'str' before the first comma in it; returns the entire string if it contains no comma.
rtpose_wrapper/src/gtest/gtest.h:7307
↓ 2 callersMethodGetTestCase
Gets the i-th test case among all the test cases. i can range from 0 to total_test_case_count() - 1. If i is not in that range, returns NULL.
rtpose_wrapper/src/gtest/gtest-all.cpp:5011
↓ 2 callersMethodGetTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
rtpose_wrapper/src/gtest/gtest-all.cpp:3713
↓ 2 callersFunctionGlobalInit
rtpose_wrapper/src/caffe/common.cpp:43
↓ 2 callersFunctionHRESULTFailureHelper
Helper function for IsHRESULT{SuccessFailure} predicates
rtpose_wrapper/src/gtest/gtest-all.cpp:2640
↓ 2 callersFunctionHandleSehExceptionsInMethodIfSupported
rtpose_wrapper/src/gtest/gtest-all.cpp:3374
↓ 2 callersMethodInitForcePropNet
rtpose_wrapper/src/caffe/test/test_net.cpp:731
↓ 2 callersFunctionInitGoogleTest
Initializes Google Test. This must be called before calling RUN_ALL_TESTS(). In particular, it parses a command line for the flags that Google Test
rtpose_wrapper/src/gtest/gtest-all.cpp:6191
↓ 2 callersFunctionInitGoogleTestImpl
rtpose_wrapper/src/gtest/gtest-all.cpp:6157
↓ 2 callersMethodInitSharedWeightsNet
rtpose_wrapper/src/caffe/test/test_net.cpp:386
↓ 2 callersMethodInitSkipPropNet
rtpose_wrapper/src/caffe/test/test_net.cpp:632
↓ 2 callersMethodInnermostClass
Get class info on the top of the stack. Returns: A _ClassInfo object if we are inside a class, or None otherwise.
rtpose_wrapper/scripts/cpp_lint.py:2160
↓ 2 callersFunctionIsAsciiDigit
Returns true iff ch belongs to the given classification. Unlike similar functions in <ctype.h>, these aren't affected by the current locale.
rtpose_wrapper/src/gtest/gtest-all.cpp:7986
↓ 2 callersFunctionIsAsciiPunct
rtpose_wrapper/src/gtest/gtest-all.cpp:7987
↓ 2 callersFunctionIsAsciiWhiteSpace
rtpose_wrapper/src/gtest/gtest-all.cpp:7991
↓ 2 callersFunctionIsAsciiWordChar
rtpose_wrapper/src/gtest/gtest-all.cpp:7992
↓ 2 callersMethodIsDirectory
Returns true if FilePath ends with a path separator, which indicates that it is intended to represent a directory. Returns false otherwise. This does
rtpose_wrapper/src/gtest/gtest-all.cpp:7720
↓ 2 callersFunctionIsRepeat
rtpose_wrapper/src/gtest/gtest-all.cpp:7990
↓ 2 callersFunctionIsWhitespace
opt_utils/src/json.cpp:81
↓ 2 callersFunctionIsXDigit
rtpose_wrapper/src/gtest/gtest.h:2591
↓ 2 callersMethodLock
rtpose_wrapper/src/caffe/layer.cpp:12
↓ 2 callersFunctionMakeAndRegisterTestInfo
Creates a new TestInfo object and registers it with Google Test; returns the created object. Arguments: test_case_name: name of the test case name
rtpose_wrapper/src/gtest/gtest-all.cpp:3532
↓ 2 callersFunctionMatchRegexAnywhere
Returns true iff regex matches any substring of str. regex must be a valid simple regular expression, or the result is undefined. The algorithm is r
rtpose_wrapper/src/gtest/gtest-all.cpp:8159
↓ 2 callersFunctionNetNeedsDataUpgrade
rtpose_wrapper/src/caffe/util/upgrade_proto.cpp:597
↓ 2 callersFunctionNetNeedsInputUpgrade
rtpose_wrapper/src/caffe/util/upgrade_proto.cpp:953
↓ 2 callersFunctionNetNeedsUpgrade
rtpose_wrapper/src/caffe/util/upgrade_proto.cpp:15
↓ 2 callersFunctionNetNeedsV0ToV1Upgrade
rtpose_wrapper/src/caffe/util/upgrade_proto.cpp:91
↓ 2 callersFunctionNetNeedsV1ToV2Upgrade
rtpose_wrapper/src/caffe/util/upgrade_proto.cpp:100
↓ 2 callersMethodParse
opt_utils/src/json.cpp:900
↓ 2 callersFunctionParseGoogleTestFlagsOnlyImpl
rtpose_wrapper/src/gtest/gtest-all.cpp:6075
↓ 2 callersFunctionPrintAsWideStringLiteralTo
Prints a char c as if it's part of a string literal, escaping it when necessary; returns how c was formatted.
rtpose_wrapper/src/gtest/gtest-all.cpp:8741
↓ 2 callersFunctionPrintFullTestCommentIfPresent
rtpose_wrapper/src/gtest/gtest-all.cpp:3969
↓ 2 callersFunctionPrintStringTo
rtpose_wrapper/src/gtest/gtest-all.cpp:8877
↓ 2 callersFunctionPrintTestPartResultToString
Prints a TestPartResult to a String.
rtpose_wrapper/src/gtest/gtest-all.cpp:3821
↓ 2 callersFunctionPrintWideStringTo
rtpose_wrapper/src/gtest/gtest-all.cpp:8888
↓ 2 callersFunctionRange
rtpose_wrapper/src/gtest/gtest.h:15422
↓ 2 callersFunctionRead
rtpose_wrapper/src/gtest/gtest.h:2693
↓ 2 callersFunctionReadNetParamsFromBinaryFileOrDie
rtpose_wrapper/src/caffe/util/upgrade_proto.cpp:84
↓ 2 callersFunctionReadProtoFromBinaryFileOrDie
rtpose_wrapper/include/caffe/util/io.hpp:77
↓ 2 callersMethodRecordProperty
Adds a test property to the list. If a property with the same key as the supplied property is already represented, the value of this test_property rep
rtpose_wrapper/src/gtest/gtest-all.cpp:3117
↓ 2 callersMethodReduceBottomBlobSize
rtpose_wrapper/src/caffe/test/test_slice_layer.cpp:39
↓ 2 callersMethodRegisterTests
UnitTest class invokes this method to register tests in this test case test cases right before running tests in RUN_ALL_TESTS macro. This method shoul
rtpose_wrapper/src/gtest/gtest.h:10421
↓ 2 callersMethodRemoveFileName
RemoveFileName returns the directory path with the filename removed. Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". If the Fil
rtpose_wrapper/src/gtest/gtest-all.cpp:7586
↓ 2 callersFunctionReplaceAll
Replaces instances of pattern in a string with a replacement. The compiled regex is kept in a cache shared by Match and Search. Args: patter
rtpose_wrapper/scripts/cpp_lint.py:525
↓ 2 callersMethodResetSection
(self)
rtpose_wrapper/scripts/cpp_lint.py:588
↓ 2 callersMethodReshape
rtpose_wrapper/src/caffe/layers/prelu_layer.cpp:55
↓ 2 callersMethodReshape
rtpose_wrapper/include/caffe/layers/parameter_layer.hpp:26
↓ 2 callersFunctionReverseCloseExpression
If input points to ) or } or ] or >, finds the position that opens it. If lines[linenum][pos] points to a ')' or '}' or ']' or '>', finds the lin
rtpose_wrapper/scripts/cpp_lint.py:1327
↓ 2 callersMethodRngBernoulliChecks
rtpose_wrapper/src/caffe/test/test_random_number_generator.cpp:162
↓ 2 callersMethodRun
rtpose_wrapper/src/caffe/parallel.cpp:421
↓ 2 callersMethodRunLeastSquaresSolver
rtpose_wrapper/src/caffe/test/test_gradient_based_solver.cpp:70
↓ 2 callersMethodRunV1UpgradeTest
rtpose_wrapper/src/caffe/test/test_upgrade_proto.cpp:1108
↓ 2 callersMethodSeekToFirst
rtpose_wrapper/include/caffe/util/db_lmdb.hpp:28
↓ 2 callersMethodSetGlobalTestPartResultReporter
Sets the global test part result reporter.
rtpose_wrapper/src/gtest/gtest-all.cpp:1988
↓ 2 callersMethodSetUp
rtpose_wrapper/src/caffe/test/test_hdf5data_layer.cpp:27
↓ 2 callersMethodSetUp
rtpose_wrapper/src/caffe/test/test_filter_layer.cpp:26
↓ 2 callersFunctionShouldShard
Checks whether sharding is enabled by examining the relevant environment variable values. If the variables are present, but inconsistent (i.e., shard_
rtpose_wrapper/src/gtest/gtest-all.cpp:5606
↓ 2 callersFunctionSkipComma
Skips to the first non-space char after the first comma in 'str'; returns NULL if no comma is found in 'str'.
rtpose_wrapper/src/gtest/gtest.h:7296
↓ 2 callersFunctionSolverNeedsTypeUpgrade
Return true iff the solver contains any old solver_type specified as enums
rtpose_wrapper/src/caffe/util/upgrade_proto.cpp:995
↓ 2 callersFunctionSplitBlobName
rtpose_wrapper/src/caffe/util/insert_splits.cpp:118
↓ 2 callersFunctionStat
rtpose_wrapper/src/gtest/gtest.h:2640
↓ 2 callersMethodStep
rtpose_wrapper/src/caffe/solver.cpp:194
↓ 2 callersFunctionStrNCpy
rtpose_wrapper/src/gtest/gtest.h:2671
↓ 2 callersFunctionStreamWideCharsToMessage
Converts an array of wide chars to a narrow string using the UTF-8 encoding, and streams the result to the given Message object.
rtpose_wrapper/src/gtest/gtest-all.cpp:2210
↓ 2 callersMethodSuppressEventForwarding
rtpose_wrapper/src/gtest/gtest-all.cpp:4923
↓ 2 callersMethodTestDropoutForward
rtpose_wrapper/src/caffe/test/test_neuron_layer.cpp:58
↓ 2 callersMethodTestForward
rtpose_wrapper/src/caffe/test/test_tanh_layer.cpp:45
↓ 2 callersMethodTestPReLU
rtpose_wrapper/src/caffe/test/test_neuron_layer.cpp:122
↓ 2 callersMethodTestRead
rtpose_wrapper/src/caffe/test/test_data_layer.cpp:70
↓ 2 callersMethodTestReadCropTrainSequenceSeeded
rtpose_wrapper/src/caffe/test/test_data_layer.cpp:227
↓ 2 callersMethodTestReadCropTrainSequenceUnseeded
rtpose_wrapper/src/caffe/test/test_data_layer.cpp:282
↓ 2 callersMethodTestReshape
rtpose_wrapper/src/caffe/test/test_data_layer.cpp:108
← previousnext →801–900 of 5,111, ranked by callers