Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheLegendAli/DeepLab-Context
/ functions
Functions
2,537 in github.com/TheLegendAli/DeepLab-Context
⨍
Functions
2,537
◇
Types & classes
755
↳
Endpoints
3
↓ 2 callers
Function
UpgradeNetDataTransformation
src/caffe/util/upgrade_proto.cpp:570
↓ 2 callers
Function
Values
src/gtest/gtest.h:15528
↓ 2 callers
Function
WideStringToUtf8
Converts a wide string to a narrow string in UTF-8 encoding. The wide string is assumed to have the following encoding: UTF-16 if sizeof(wchar_t) == 2
src/gtest/gtest-all.cpp:2807
↓ 2 callers
Function
_DropCommonSuffixes
Drops common suffixes like _test.cc or -inl.h from filename. For example: >>> _DropCommonSuffixes('foo/foo-inl.h') 'foo/foo' >>> _DropC
scripts/cpp_lint.py:3576
↓ 2 callers
Function
_SetVerboseLevel
Sets the module's verbosity, and returns the previous setting.
scripts/cpp_lint.py:782
↓ 2 callers
Function
_VerboseLevel
Returns the module's verbosity setting.
scripts/cpp_lint.py:777
↓ 2 callers
Method
apply
densecrf/libDenseCRF/bipartitedensecrf.cpp:71
↓ 2 callers
Method
asum_data
src/caffe/blob.cpp:145
↓ 2 callers
Function
caffe_cpu_dgmm
src/caffe/util/math_functions.cpp:155
↓ 2 callers
Method
classify_image
(self, image)
examples/web_demo/app.py:144
↓ 2 callers
Function
col2im_cpu
src/caffe/util/im2col.cpp:54
↓ 2 callers
Method
crop
Crop a window from the image for detection. Include surrounding context according to the `context_pad` configuration. Take
python/caffe/detector.py:124
↓ 2 callers
Method
currentMap
densecrf/libDenseCRF/densecrf.cpp:301
↓ 2 callers
Method
detect_windows
Do windowed detection over given images and windows. Windows are extracted then warped to the input dimensions of the net. T
python/caffe/detector.py:58
↓ 2 callers
Function
do_get_weights
matlab/caffe/matcaffe.cpp:150
↓ 2 callers
Function
do_set_weights
matlab/caffe/matcaffe.cpp:694
↓ 2 callers
Function
extract_datetime_from_line
(line, year)
tools/extra/extract_seconds.py:6
↓ 2 callers
Function
fast_exp
densecrf/libDenseCRF/fastmath.h:62
↓ 2 callers
Function
file_editor
(filein, train_set='', test_set='')
python/my_script/tools.py:57
↓ 2 callers
Method
getKey
src/caffe/util/permutohedral.cpp:96
↓ 2 callers
Method
getKey
densecrf/libDenseCRF/permutohedral.h:148
↓ 2 callers
Function
hdf5_load_nd_dataset_helper
src/caffe/util/io.cpp:190
↓ 2 callers
Method
increment
src/caffe/lmdb_dataset.cpp:316
↓ 2 callers
Method
join_new
Create a new circle that includes only this instance.
src/gtest/gtest.h:9046
↓ 2 callers
Function
matlab_runner
()
python/my_script/crf_runner.py:109
↓ 2 callers
Function
model_checks_out
(filename=model_filename, sha1=frontmatter['sha1'])
scripts/download_model_binary.py:62
↓ 2 callers
Function
partial_rank_element
include/caffe/util/rank_element.hpp:44
↓ 2 callers
Method
predict
Predict classification probabilities of inputs. Take inputs: iterable of (H x W x K) input ndarrays. oversample: ave
python/caffe/classifier.py:49
↓ 2 callers
Function
rank_element
include/caffe/util/rank_element.hpp:27
↓ 2 callers
Function
read_image
examples/siamese/convert_mnist_siamese_data.cpp:24
↓ 2 callers
Function
read_image
examples/cifar10/convert_cifar_data.cpp:31
↓ 2 callers
Method
rng
src/caffe/common.cpp:67
↓ 2 callers
Method
set_mode_cpu
The caffe::Caffe utility functions.
python/caffe/_caffe.hpp:121
↓ 2 callers
Method
set_mode_gpu
python/caffe/_caffe.hpp:122
↓ 2 callers
Method
set_phase_test
python/caffe/_caffe.hpp:124
↓ 2 callers
Method
test_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 callers
Function
tester
(type_=1)
python/my_script/tester.py:43
↓ 2 callers
Method
total_test_case_count
Gets the number of all test cases.
src/gtest/gtest-all.cpp:2017
↓ 2 callers
Function
trainer
(type_=1)
python/my_script/trainer.py:49
↓ 2 callers
Function
type
Gets the outcome of the test part.
src/gtest/gtest.h:16729
↓ 2 callers
Function
very_fast_exp
densecrf/libDenseCRF/fastmath.h:45
↓ 2 callers
Function
very_fast_exp
include/caffe/util/densecrf_util.hpp:46
↓ 1 callers
Method
Abort
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 callers
Method
AddArguments
src/gtest/gtest-all.cpp:7058
↓ 1 callers
Method
AddDatumVector
src/caffe/layers/memory_data_layer.cpp:31
↓ 1 callers
Method
AddEnvironment
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 callers
Method
AllowForceBackward
* @brief Return whether to allow force_backward for a given bottom blob * index. * * If AllowForceBackward(i) == false, we will ignore
include/caffe/layer.hpp:284
↓ 1 callers
Function
AlwaysFalse
Always returns false.
src/gtest/gtest.h:7414
↓ 1 callers
Function
AppendUserMessage
Appends the user-supplied message to the Google-Test-generated message.
src/gtest/gtest-all.cpp:3058
↓ 1 callers
Method
Argv
src/gtest/gtest-all.cpp:7065
↓ 1 callers
Method
AutoTopBlobs
* @brief Return whether "anonymous" top blobs are created automatically * by the layer. * * If this method returns true, Net::Init wil
include/caffe/layer.hpp:274
↓ 1 callers
Method
Backward
include/caffe/layer.hpp:461
↓ 1 callers
Method
BackwardFrom
src/caffe/net.cpp:669
↓ 1 callers
Method
BackwardFromTo
src/caffe/net.cpp:567
↓ 1 callers
Method
BackwardTo
src/caffe/net.cpp:674
↓ 1 callers
Method
BaseName
File base name - text after the final slash, before the final period.
scripts/cpp_lint.py:944
↓ 1 callers
Method
Begin
src/gtest/gtest.h:10124
↓ 1 callers
Method
Begin
Start analyzing function body. Args: function_name: The name of the function being tracked.
scripts/cpp_lint.py:821
↓ 1 callers
Method
CanonicalizeAlphabeticalOrder
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:597
↓ 1 callers
Method
Check
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:836
↓ 1 callers
Function
CheckAccess
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:2486
↓ 1 callers
Function
CheckAltTokens
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:3405
↓ 1 callers
Method
CheckBegin
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:1763
↓ 1 callers
Function
CheckBraces
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:3069
↓ 1 callers
Function
CheckCaffeAlternatives
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:1572
↓ 1 callers
Function
CheckCaffeDataLayerSetUp
Except the base classes, Caffe DataLayer should define DataLayerSetUp instead of LayerSetUp. The base DataLayers define common SetUp step
scripts/cpp_lint.py:1595
↓ 1 callers
Function
CheckCaffeRandom
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:1640
↓ 1 callers
Function
CheckCheck
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:3278
↓ 1 callers
Function
CheckComment
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:2457
↓ 1 callers
Method
CheckCompletedBlocks
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:2172
↓ 1 callers
Function
CheckEmptyBlockBody
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:3243
↓ 1 callers
Method
CheckEnd
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:1778
↓ 1 callers
Function
CheckForBadCharacters
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:1483
↓ 1 callers
Function
CheckForCopyright
Logs an error if a Copyright message appears at the top of the file.
scripts/cpp_lint.py:1372
↓ 1 callers
Function
CheckForFunctionLengths
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:2384
↓ 1 callers
Function
CheckForHeaderGuard
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:1408
↓ 1 callers
Function
CheckForIncludeWhatYouUse
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:4483
↓ 1 callers
Function
CheckForMultilineCommentsAndStrings
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:1526
↓ 1 callers
Function
CheckForNewlineAtEOF
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:1508
↓ 1 callers
Function
CheckForNonConstReference
Check for non-const references. Separate from CheckLanguage since it scans backwards from current line, instead of scanning forward. Args:
scripts/cpp_lint.py:4134
↓ 1 callers
Function
CheckForNonStandardConstructs
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:2194
↓ 1 callers
Function
CheckIncludeLine
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:3680
↓ 1 callers
Function
CheckInvalidIncrement
Checks for invalid increment *count++. For example following function: void increment_counter(int* count) { *count++; } is invalid, becau
scripts/cpp_lint.py:1733
↓ 1 callers
Function
CheckLanguage
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:3834
↓ 1 callers
Function
CheckMakePairUsesDeduction
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:4579
↓ 1 callers
Method
CheckNextIncludeOrder
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:633
↓ 1 callers
Function
CheckPosixThreading
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:1681
↓ 1 callers
Function
CheckSectionSpacing
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:2991
↓ 1 callers
Function
CheckSpacing
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:2643
↓ 1 callers
Function
CheckSpacingForFunctionCall
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:2301
↓ 1 callers
Function
CheckStyle
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:3459
↓ 1 callers
Function
CheckVlogArguments
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:1708
↓ 1 callers
Function
CleanseRawStrings
Removes C++11 raw strings from lines. Before: static const char kData[] = R"( multi-line string )"; After: s
scripts/cpp_lint.py:1062
↓ 1 callers
Function
ClearNonAdHocTestResult
Clears the results of all tests, except the ad hoc tests.
src/gtest/gtest-all.cpp:1087
↓ 1 callers
Method
ClearResult
Clears the results of all tests in this test case.
src/gtest/gtest-all.cpp:3761
↓ 1 callers
Method
ClearTestPartResults
Clears the test part results.
src/gtest/gtest-all.cpp:3105
↓ 1 callers
Function
CloneString
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 callers
Function
CmpHelperSTREQ
Helper function for *_STREQ on wide strings.
src/gtest/gtest-all.cpp:2863
↓ 1 callers
Function
CodePointToUtf8
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 callers
Function
ComputeUnaryForCRF
densecrf/refine_pascal/dense_inference.cpp:281
← previous
next →
401–500 of 2,537, ranked by callers