MCPcopy Create free account

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

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

↓ 2 callersFunctionim2col_nd_cpu
src/caffe/util/im2col.cpp:143
↓ 2 callersFunctionint_vec_to_mx_vec
Convert vector<int> to matlab row vector
matlab/+caffe/private/caffe_.cpp:110
↓ 2 callersMethodjoin_new
Create a new circle that includes only this instance.
src/gtest/gtest.h:9046
↓ 2 callersFunctionmodel_checks_out
(filename=model_filename, sha1=frontmatter['sha1'])
scripts/download_model_binary.py:63
↓ 2 callersMethodnew_uid
src/caffe/parallel.cpp:179
↓ 2 callersMethodparam_propagate_down
* @brief Specifies whether the layer should compute gradients w.r.t. a * parameter at a particular index given by param_id. * * You ca
include/caffe/layer.hpp:279
↓ 2 callersFunctionparse_line_for_net_output
Parse a single line for training or test output Returns a a tuple with (row_dict_list, row) row: may be either a new row or an augmented vers
tools/extra/parse_log.py:86
↓ 2 callersMethodpredict
Predict classification probabilities of inputs. Parameters ---------- inputs : iterable of (H x W x K) input ndarray
python/caffe/classifier.py:47
↓ 2 callersMethodpreprocess
Format input for Caffe: - convert to single - resize to input dimensions (preserving number of channels) - transpose
python/caffe/io.py:122
↓ 2 callersMethodpreprocess
preprocess() emulate the pre-processing occurring in the vgg16 caffe prototxt.
examples/pycaffe/tools.py:27
↓ 2 callersFunctionprinted_len
(s)
tools/extra/summarize.py:38
↓ 2 callersFunctionread_image
examples/siamese/convert_mnist_siamese_data.cpp:27
↓ 2 callersFunctionread_image
examples/cifar10/convert_cifar_data.cpp:31
↓ 2 callersMethodreshape
There is no need to reshape the data, since the input is of fixed size (rows and columns)
examples/pycaffe/layers/pascal_multilabel_datalayers.py:67
↓ 2 callersFunctionresize_image
Resize an image array with interpolation. Parameters ---------- im : (H x W x K) or (H x W x K x L) ndarray new_dims : (height,
python/caffe/io.py:324
↓ 2 callersMethodrng
src/caffe/common.cpp:87
↓ 2 callersMethodscale_diff
src/caffe/blob.cpp:400
↓ 2 callersMethodset
src/gtest/gtest.h:2408
↓ 2 callersMethodset_gpu_data
src/caffe/blob.cpp:132
↓ 2 callersMethodset_input_scale
Set the scale of preprocessed inputs s.t. the blob = blob * scale. N.B. input_scale is done AFTER mean subtraction and other preproce
python/caffe/io.py:280
↓ 2 callersMethodset_param_propagate_down
* @brief Sets whether the layer should compute gradients w.r.t. a * parameter at a particular index given by param_id. */
include/caffe/layer.hpp:287
↓ 2 callersFunctionsetup_handle
matlab/+caffe/private/caffe_.cpp:156
↓ 2 callersMethodstatus
src/gtest/gtest-all.cpp:6539
↓ 2 callersFunctionstr_vec_to_mx_strcell
Convert vector<string> to matlab cell vector of strings
matlab/+caffe/private/caffe_.cpp:120
↓ 2 callersMethodtest_case_to_run_count
Gets the number of all test cases that contain at least one test that should run.
src/gtest/gtest-all.cpp:2023
↓ 2 callersMethodto_proto
(self)
python/caffe/net_spec.py:188
↓ 2 callersMethodtotal_test_case_count
Gets the number of all test cases.
src/gtest/gtest-all.cpp:2017
↓ 2 callersFunctiontuple
src/gtest/gtest.h:748
↓ 2 callersMethodtype
include/caffe/layers/infogain_loss_layer.hpp:71
↓ 2 callersMethodweight_cpu_gemm
src/caffe/layers/base_conv_layer.cpp:322
↓ 2 callersFunctionwrite_csv
Write a CSV file
tools/extra/parse_log.py:157
↓ 1 callersMethodAbort
Signals that the death test code which should have exited, didn't. Should be called only in a death test child process. Writes a status byte to the ch
src/gtest/gtest-all.cpp:6626
↓ 1 callersMethodAddArguments
src/gtest/gtest-all.cpp:7058
↓ 1 callersMethodAddDatumVector
src/caffe/layers/memory_data_layer.cpp:35
↓ 1 callersMethodAddEnvironment
Registers and returns a global test environment. When a test program is run, all global test environments will be set-up in the order they were regis
src/gtest/gtest-all.cpp:5037
↓ 1 callersMethodAllowForceBackward
* @brief Return whether to allow force_backward for a given bottom blob * index. * * If AllowForceBackward(i) == false, we will ignore
include/caffe/layer.hpp:268
↓ 1 callersFunctionAlwaysFalse
Always returns false.
src/gtest/gtest.h:7414
↓ 1 callersFunctionAppendUserMessage
Appends the user-supplied message to the Google-Test-generated message.
src/gtest/gtest-all.cpp:3058
↓ 1 callersFunctionArgmax
Return the indices of the top N values of vector v. */
examples/cpp_classification/classification.cpp:92
↓ 1 callersMethodArgv
src/gtest/gtest-all.cpp:7065
↓ 1 callersMethodAutoTopBlobs
* @brief Return whether "anonymous" top blobs are created automatically * by the layer. * * If this method returns true, Net::Init wil
include/caffe/layer.hpp:258
↓ 1 callersMethodBackward
include/caffe/layer.hpp:449
↓ 1 callersMethodBackwardTo
src/caffe/net.cpp:704
↓ 1 callersMethodBaseName
File base name - text after the final slash, before the final period.
scripts/cpp_lint.py:948
↓ 1 callersMethodBegin
src/gtest/gtest.h:10124
↓ 1 callersMethodBegin
Start analyzing function body. Args: function_name: The name of the function being tracked.
scripts/cpp_lint.py:825
↓ 1 callersMethodBroadcast
src/caffe/parallel.cpp:189
↓ 1 callersMethodCanonicalizeAlphabeticalOrder
Returns a path canonicalized for alphabetical comparison. - replaces "-" with "_" so they both cmp the same. - removes '-inl' since we don't
scripts/cpp_lint.py:601
↓ 1 callersMethodCheck
Report if too many lines in function body. Args: error: The function to call with any errors found. filename: The name of the current
scripts/cpp_lint.py:840
↓ 1 callersFunctionCheckAccess
Checks for improper use of DISALLOW* macros. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containing
scripts/cpp_lint.py:2492
↓ 1 callersFunctionCheckAltTokens
Check alternative keywords being used in boolean expressions. Args: filename: The name of the current file. clean_lines: A CleansedLines in
scripts/cpp_lint.py:3411
↓ 1 callersMethodCheckBegin
Run checks that applies to text up to the opening brace. This is mostly for checking the text after the class identifier and the "{", usually
scripts/cpp_lint.py:1769
↓ 1 callersFunctionCheckBraces
Looks for misplaced braces (e.g. at the end of line). Args: filename: The name of the current file. clean_lines: A CleansedLines instance c
scripts/cpp_lint.py:3075
↓ 1 callersFunctionCheckCaffeAlternatives
Checks for C(++) functions for which a Caffe substitute should be used. For certain native C functions (memset, memcpy), there is a Caffe alternati
scripts/cpp_lint.py:1576
↓ 1 callersFunctionCheckCaffeDataLayerSetUp
Except the base classes, Caffe DataLayer should define DataLayerSetUp instead of LayerSetUp. The base DataLayers define common SetUp step
scripts/cpp_lint.py:1599
↓ 1 callersFunctionCheckCaffeRandom
Checks for calls to C random functions (rand, rand_r, random, ...). Caffe code should (almost) always use the caffe_rng_* functions rather than t
scripts/cpp_lint.py:1646
↓ 1 callersFunctionCheckCheck
Checks the use of CHECK and EXPECT macros. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containing t
scripts/cpp_lint.py:3284
↓ 1 callersFunctionCheckComment
Checks for common mistakes in TODO comments. Args: comment: The text of the comment from the line in question. filename: The name of the cu
scripts/cpp_lint.py:2463
↓ 1 callersMethodCheckCompletedBlocks
Checks that all classes and namespaces have been completely parsed. Call this when all lines in a file have been processed. Args: filen
scripts/cpp_lint.py:2178
↓ 1 callersFunctionCheckEmptyBlockBody
Look for empty loop/conditional body with only a single semicolon. Args: filename: The name of the current file. clean_lines: A CleansedLin
scripts/cpp_lint.py:3249
↓ 1 callersMethodCheckEnd
Run checks that applies to text after the closing brace. This is mostly used for checking end of namespace comments. Args: filename: T
scripts/cpp_lint.py:1784
↓ 1 callersFunctionCheckForBadCharacters
Logs an error for each line containing bad characters. Two kinds of bad characters: 1. Unicode replacement characters: These indicate that eithe
scripts/cpp_lint.py:1487
↓ 1 callersFunctionCheckForCopyright
Logs an error if a Copyright message appears at the top of the file.
scripts/cpp_lint.py:1376
↓ 1 callersFunctionCheckForFunctionLengths
Reports for long function bodies. For an overview why this is done, see: http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Write_Sho
scripts/cpp_lint.py:2390
↓ 1 callersFunctionCheckForHeaderGuard
Checks that the file contains a header guard. Logs an error if no #ifndef header guard is present. For other headers, checks that the full pathn
scripts/cpp_lint.py:1412
↓ 1 callersFunctionCheckForIncludeWhatYouUse
Reports for missing stl includes. This function will output warnings to make sure you are including the headers necessary for the stl containers
scripts/cpp_lint.py:4489
↓ 1 callersFunctionCheckForMultilineCommentsAndStrings
Logs an error if we see /* ... */ or "..." that extend past one line. /* ... */ comments are legit inside macros, for one line. Otherwise, we pre
scripts/cpp_lint.py:1530
↓ 1 callersFunctionCheckForNewlineAtEOF
Logs an error if there is no newline char at the end of the file. Args: filename: The name of the current file. lines: An array of strings,
scripts/cpp_lint.py:1512
↓ 1 callersFunctionCheckForNonConstReference
Check for non-const references. Separate from CheckLanguage since it scans backwards from current line, instead of scanning forward. Args:
scripts/cpp_lint.py:4140
↓ 1 callersFunctionCheckForNonStandardConstructs
r"""Logs an error if we see certain non-ANSI constructs ignored by gcc-2. Complain about several constructs which gcc-2 accepts, but which are no
scripts/cpp_lint.py:2200
↓ 1 callersFunctionCheckIncludeLine
Check rules that are applicable to #include lines. Strings on #include lines are NOT removed from elided line, to make certain tasks easier. Howe
scripts/cpp_lint.py:3686
↓ 1 callersFunctionCheckInvalidIncrement
Checks for invalid increment *count++. For example following function: void increment_counter(int* count) { *count++; } is invalid, becau
scripts/cpp_lint.py:1739
↓ 1 callersFunctionCheckLanguage
Checks rules from the 'C++ language rules' section of cppguide.html. Some of these rules are hard to test (function overloading, using uint32 ina
scripts/cpp_lint.py:3840
↓ 1 callersFunctionCheckMakePairUsesDeduction
Check that make_pair's template arguments are deduced. G++ 4.6 in C++0x mode fails badly if make_pair's template arguments are specified explicit
scripts/cpp_lint.py:4585
↓ 1 callersMethodCheckNextIncludeOrder
Returns a non-empty error message if the next header is out of order. This function also updates the internal state to be ready to check the
scripts/cpp_lint.py:637
↓ 1 callersFunctionCheckPosixThreading
Checks for calls to thread-unsafe functions. Much code has been originally written without consideration of multi-threading. Also, engineers are
scripts/cpp_lint.py:1687
↓ 1 callersFunctionCheckSectionSpacing
Checks for additional blank line issues related to sections. Currently the only thing checked here is blank line before protected/private. Args:
scripts/cpp_lint.py:2997
↓ 1 callersFunctionCheckSpacing
Checks for the correctness of various spacing issues in the code. Things we check for: spaces around operators, spaces after if/for/while/switch,
scripts/cpp_lint.py:2649
↓ 1 callersFunctionCheckSpacingForFunctionCall
Checks for the correctness of various spacing around function calls. Args: filename: The name of the current file. line: The text of the li
scripts/cpp_lint.py:2307
↓ 1 callersFunctionCheckStyle
Checks rules from the 'C++ style rules' section of cppguide.html. Most of these rules are hard to test (naming, comment style), but we do what we
scripts/cpp_lint.py:3465
↓ 1 callersFunctionCheckVlogArguments
Checks that VLOG() is only used for defining a logging level. For example, VLOG(2) is correct. VLOG(INFO), VLOG(WARNING), VLOG(ERROR), and VLOG(F
scripts/cpp_lint.py:1714
↓ 1 callersMethodClassify
Return the top N predictions. */
examples/cpp_classification/classification.cpp:105
↓ 1 callersFunctionCleanseRawStrings
Removes C++11 raw strings from lines. Before: static const char kData[] = R"( multi-line string )"; After: s
scripts/cpp_lint.py:1066
↓ 1 callersFunctionClearNonAdHocTestResult
Clears the results of all tests, except the ad hoc tests.
src/gtest/gtest-all.cpp:1087
↓ 1 callersMethodClearParamDiffs
src/caffe/net.cpp:927
↓ 1 callersMethodClearResult
Clears the results of all tests in this test case.
src/gtest/gtest-all.cpp:3761
↓ 1 callersMethodClearTestPartResults
Clears the test part results.
src/gtest/gtest-all.cpp:3105
↓ 1 callersFunctionCloneString
Copies at most length characters from str into a newly-allocated piece of memory of size length+1. The memory is allocated with new[]. A terminating
src/gtest/gtest-all.cpp:2138
↓ 1 callersFunctionCmpHelperSTREQ
Helper function for *_STREQ on wide strings.
src/gtest/gtest-all.cpp:2863
↓ 1 callersFunctionCodePointToUtf8
Converts a Unicode code point to a narrow string in UTF-8 encoding. code_point parameter is of type UInt32 because wchar_t may not be wide enough to c
src/gtest/gtest-all.cpp:2738
↓ 1 callersFunctionConfigureSplitLayer
src/caffe/util/insert_splits.cpp:90
↓ 1 callersFunctionCopyArray
src/gtest/gtest.h:7677
↓ 1 callersMethodCopyTrainedLayersFromHDF5
src/caffe/net.cpp:790
↓ 1 callersMethodCount
Count line in current function body.
scripts/cpp_lint.py:835
↓ 1 callersFunctionCreateCodePointFromUtf16SurrogatePair
Creates a Unicode code point from UTF16 surrogate pair.
src/gtest/gtest-all.cpp:2784
↓ 1 callersMethodCreateDirectoriesRecursively
Create directories so that path exists. Returns true if successful or if the directories already exist; returns false if unable to create directories
src/gtest/gtest-all.cpp:7728
↓ 1 callersMethodCreateFolder
Create the directory so that path exists. Returns true if successful or if the directory already exists; returns false if unable to create the directo
src/gtest/gtest-all.cpp:7745
↓ 1 callersMethodCreateTestFactory
src/gtest/gtest.h:10331
↓ 1 callersMethodDataLayerSetUp
src/caffe/layers/data_layer.cpp:29
↓ 1 callersFunctionDeathTestThreadWarning
Generates a textual failure message when a death test finds more than one thread running, or cannot determine the number of threads, prior to executin
src/gtest/gtest-all.cpp:6375
← previousnext →501–600 of 2,834, ranked by callers