MCPcopy Create free account

hub / github.com/chuckcho/video-caffe / functions

Functions2,834 in github.com/chuckcho/video-caffe

↓ 3 callersFunctionGetTestTypeId
Returns the type ID of ::testing::Test. We should always call this instead of GetTypeId< ::testing::Test>() to get the type ID of testing::Test. Thi
src/gtest/gtest-all.cpp:1897
↓ 3 callersMethodInitAllInOneNet
src/caffe/test/test_net.cpp:786
↓ 3 callersMethodInitDiffDataSharedWeightsNet
src/caffe/test/test_net.cpp:505
↓ 3 callersFunctionInsertSplits
src/caffe/util/insert_splits.cpp:12
↓ 3 callersFunctionInt32FromGTestEnv
Reads and returns a 32-bit integer stored in the environment variable corresponding to the given flag; if it isn't set or doesn't represent a valid 32
src/gtest/gtest-all.cpp:8518
↓ 3 callersFunctionIsBlankLine
Returns true if the given line is blank. We consider a line to be blank if the line is empty or consists of only white spaces. Args: line:
scripts/cpp_lint.py:2375
↓ 3 callersFunctionIsSpace
src/gtest/gtest.h:2585
↓ 3 callersFunctionIsTrue
src/gtest/gtest-all.cpp:5834
↓ 3 callersFunctionMatchRegexAtHead
Returns true iff regex matches a prefix of str. regex must be a valid simple regular expression and not start with "^", or the result is undefined.
src/gtest/gtest-all.cpp:8123
↓ 3 callersFunctionParseFlagValue
Parses a string as a command line flag. The string should have the format "--flag=value". When def_optional is true, the "=value" part can be omitte
src/gtest/gtest-all.cpp:5863
↓ 3 callersFunctionParseInt32
Parses 'str' for a 32-bit signed integer. If successful, writes the result to *value and returns true; otherwise leaves *value unchanged and returns
src/gtest/gtest-all.cpp:8466
↓ 3 callersFunctionParseInt32Flag
Parses a string for an Int32 flag, in the form of "--flag=value". On success, stores the value of the flag in *value, and returns true. On failure,
src/gtest/gtest-all.cpp:5918
↓ 3 callersFunctionParseNolintSuppressions
Updates the global list of error-suppressions. Parses any NOLINT comments on the current line, updating the global error_suppressions store. Rep
scripts/cpp_lint.py:468
↓ 3 callersFunctionPrintByteSegmentInObjectTo
Prints a segment of bytes in the given object.
src/gtest/gtest-all.cpp:8612
↓ 3 callersFunctionPrintRawArrayTo
src/gtest/gtest.h:9632
↓ 3 callersFunctionPrintToString
src/gtest/gtest.h:9973
↓ 3 callersFunctionPrintWideCharsAsStringTo
Prints the given array of wide characters to the ostream. The array starts at *begin, the length is len, it may include L'\0' characters and may not b
src/gtest/gtest-all.cpp:8830
↓ 3 callersFunctionReadProtoFromBinaryFileOrDie
include/caffe/util/io.hpp:78
↓ 3 callersMethodRemoveTrailingPathSeparator
If input name has a trailing separator character, remove it and return the name, otherwise return the name string unmodified. On Windows platform, use
src/gtest/gtest-all.cpp:7766
↓ 3 callersFunctionReportFailureInUnknownLocation
src/gtest/gtest-all.cpp:3235
↓ 3 callersMethodRepositoryName
FullName after removing the local path to the repository. If we have a real absolute path name here we can try to do something smart: detecti
scripts/cpp_lint.py:889
↓ 3 callersMethodRunPaddingUpgradeTest
src/caffe/test/test_upgrade_proto.cpp:21
↓ 3 callersMethodRunV0UpgradeTest
src/caffe/test/test_upgrade_proto.cpp:1091
↓ 3 callersMethodSeenOpenBrace
Check if we have seen the opening brace for the innermost block. Returns: True if we have seen the opening brace, False if the innermost
scripts/cpp_lint.py:1937
↓ 3 callersMethodSetUp
src/caffe/test/test_stochastic_pooling.cpp:26
↓ 3 callersMethodSetUp
src/caffe/test/test_hdf5data_layer.cpp:28
↓ 3 callersMethodSetUp
src/caffe/test/test_dummy_data_layer.cpp:23
↓ 3 callersMethodSetUp
* @brief Implements common layer setup functionality. * * @param bottom the preshaped input blobs * @param top * the allocated but uns
include/caffe/layer.hpp:67
↓ 3 callersFunctionShuffleRange
src/gtest/gtest-all.cpp:699
↓ 3 callersMethodSplit
Splits the file into the directory, basename, and extension. For 'chrome/browser/browser.cc', Split() would return ('chrome/browser', 'browse
scripts/cpp_lint.py:934
↓ 3 callersFunctionUniversalTersePrint
src/gtest/gtest.h:9862
↓ 3 callersFunctionUpgradeV0PaddingLayers
src/caffe/util/upgrade_proto.cpp:142
↓ 3 callersFunctionWriteProtoToTextFile
src/caffe/util/io.cpp:60
↓ 3 callersMethod__init__
(self, filename)
scripts/cpp_lint.py:882
↓ 3 callersMethod_to_proto
(self, layers, names, autonames)
python/caffe/net_spec.py:96
↓ 3 callersFunctionapply_buffers
src/caffe/parallel.cpp:25
↓ 3 callersFunctionassign_proto
Assign a Python object to a protobuf message, based on the Python type (in recursive fashion). Lists become repeated fields/messages, dicts be
python/caffe/net_spec.py:56
↓ 3 callersFunctionblob_to_mx_mat
Copy Blob data or diff to matlab array
matlab/+caffe/private/caffe_.cpp:79
↓ 3 callersFunctioncaffe_gpu_memset
include/caffe/util/math_functions.hpp:177
↓ 3 callersMethodcheck_net
(self, net, blobs)
python/caffe/test/test_net.py:292
↓ 3 callersMethodcheck_net
(self, net, outputs)
python/caffe/test/test_net.py:374
↓ 3 callersFunctioncompose
Compose a base coord map with scale a1, shift b1 with a further coord map with scale a2, shift b2. The scales multiply and the further shift,
python/caffe/coord_map.py:89
↓ 3 callersFunctioncrop
Define a Crop layer to crop a top (from) to another top (to) by determining the coordinate mapping between the two and net spec'ing the a
python/caffe/coord_map.py:172
↓ 3 callersMethoddisabled_test_count
Gets the number of disabled tests.
src/gtest/gtest-all.cpp:2038
↓ 3 callersFunctionextract_datetime_from_line
(line, year)
tools/extra/extract_seconds.py:6
↓ 3 callersFunctionget_stages_from_flags
Parse stages from flags
tools/caffe.cpp:124
↓ 3 callersFunctionhdf5_get_num_links
src/caffe/util/hdf5.cpp:189
↓ 3 callersMethodinput_shape
@brief The spatial dimensions of the input.
include/caffe/layers/base_conv_layer.hpp:56
↓ 3 callersMethodis_started
src/caffe/internal_thread.cpp:13
↓ 3 callersMethodload_net
(self, net_proto)
python/caffe/test/test_net_spec.py:52
↓ 3 callersFunctionmax_pool
(bottom, ks, stride=1)
examples/pycaffe/caffenet.py:16
↓ 3 callersFunctionmx_mat_to_blob
Copy matlab array to Blob data or diff
matlab/+caffe/private/caffe_.cpp:57
↓ 3 callersMethodpointer
src/gtest/gtest.h:2405
↓ 3 callersMethodpush
src/caffe/util/blocking_queue.cpp:23
↓ 3 callersMethodset_channel_swap
Set the input channel order for e.g. RGB to BGR conversion as needed for the reference ImageNet model. N.B. this assumes the
python/caffe/io.py:206
↓ 3 callersMethodset_debug_info
include/caffe/net.hpp:217
↓ 3 callersMethodset_raw_scale
Set the scale of raw features s.t. the input blob = input * scale. While Python represents images in [0, 1], certain Caffe models
python/caffe/io.py:224
↓ 3 callersFunctionto_proto
Generate a NetParameter that contains all layers needed to compute all arguments.
python/caffe/net_spec.py:43
↓ 3 callersMethodwrite_fd
src/gtest/gtest-all.cpp:6545
↓ 2 callersFunctionAbort
src/gtest/gtest.h:2726
↓ 2 callersMethodAddArgument
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.
src/gtest/gtest-all.cpp:3727
↓ 2 callersMethodAdvance
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
src/gtest/gtest.h:7090
↓ 2 callersFunctionAlwaysTrue
src/gtest/gtest-all.cpp:5836
↓ 2 callersMethodAppend
src/gtest/gtest-all.cpp:4240
↓ 2 callersFunctionArrayEq
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.
src/gtest/gtest-all.cpp:8004
↓ 2 callersMethodBackwardFrom
src/caffe/net.cpp:699
↓ 2 callersFunctionCaffeFreeHost
include/caffe/syncedmem.hpp:36
↓ 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
include/caffe/syncedmem.hpp:19
↓ 2 callersFunctionCaptureStream
Starts capturing an output stream (stdout/stderr).
src/gtest/gtest-all.cpp:8393
↓ 2 callersMethodCheckBlobEqual
src/caffe/test/test_hdf5_output_layer.cpp:54
↓ 2 callersFunctionCheckContiguousArray
python/caffe/_caffe.cpp:86
↓ 2 callersMethodClassifier
examples/cpp_classification/classification.cpp:48
↓ 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.
src/gtest/gtest-all.cpp:2944
↓ 2 callersMethodConfigure
src/caffe/parallel.cpp:103
↓ 2 callersMethodCurrent
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.
src/gtest/gtest-all.cpp:2062
↓ 2 callersFunctionDecodeDatum
src/caffe/util/io.cpp:316
↓ 2 callersMethodDirectoryExists
Returns true if pathname describes a directory in the file-system that exists.
src/gtest/gtest-all.cpp:7643
↓ 2 callersFunctionFailed
Returns true iff the test case failed.
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
scripts/cpp_lint.py:1304
↓ 2 callersFunctionFormatCxxExceptionMessage
Adds an "exception thrown" fatal failure to the current test.
src/gtest/gtest-all.cpp:3335
↓ 2 callersFunctionFormatTestCaseCount
Formats the count of test cases.
src/gtest/gtest-all.cpp:3795
↓ 2 callersMethodFullName
Make Windows paths like Unix.
scripts/cpp_lint.py:885
↓ 2 callersFunctionGetCapturedStream
Stops capturing the output stream and returns the captured string.
src/gtest/gtest-all.cpp:8402
↓ 2 callersMethodGetGlobalTestPartResultReporter
Returns the global test part result reporter.
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
scripts/cpp_lint.py:1388
↓ 2 callersFunctionGetPrefixUntilComma
Returns the prefix of 'str' before the first comma in it; returns the entire string if it contains no comma.
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.
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.
src/gtest/gtest-all.cpp:3713
↓ 2 callersFunctionGlobalInit
src/caffe/common.cpp:43
↓ 2 callersFunctionHRESULTFailureHelper
Helper function for IsHRESULT{SuccessFailure} predicates
src/gtest/gtest-all.cpp:2640
↓ 2 callersFunctionHandleSehExceptionsInMethodIfSupported
src/gtest/gtest-all.cpp:3374
↓ 2 callersMethodInitForcePropNet
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
src/gtest/gtest-all.cpp:6191
↓ 2 callersFunctionInitGoogleTestImpl
src/gtest/gtest-all.cpp:6157
↓ 2 callersFunctionInitLog
python/caffe/_caffe.cpp:54
↓ 2 callersMethodInitSharedWeightsNet
src/caffe/test/test_net.cpp:386
← previousnext →301–400 of 2,834, ranked by callers