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
Method
PreSolve
src/caffe/solver.cpp:418
Method
PreSolve
PreSolve is run before any solving iteration starts, allowing one to put up some scaffold.
include/caffe/solver.hpp:39
Method
PrefetchRand
src/caffe/layers/window_data_layer.cpp:215
Method
PrettyUnitTestResultPrinter
src/gtest/gtest-all.cpp:3991
Method
Print
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
Method
Print
Prints the given array, omitting some elements when there are too many.
src/gtest/gtest.h:9828
Method
Print
src/gtest/gtest.h:9844
Function
PrintAsCharLiteralTo
src/gtest/gtest-all.cpp:8695
Function
PrintCharAndCodeTo
src/gtest/gtest-all.cpp:8765
Method
PrintFailedTests
Internal helper for printing the list of failed tests.
src/gtest/gtest-all.cpp:4133
Method
PrintPrefixTo
src/gtest/gtest.h:9900
Method
PrintPrefixTo
src/gtest/gtest.h:9922
Method
PrintPrefixTo
src/gtest/gtest.h:9935
Method
PrintTestName
src/gtest/gtest-all.cpp:3992
Function
PrintTo
src/gtest/gtest-all.cpp:8790
Method
PrintValue
This default version is called when kTypeKind is kOtherType.
src/gtest/gtest.h:9320
Method
PrintValue
src/gtest/gtest.h:9334
Method
PrintValue
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
Method
PrintXmlTestCase
Prints an XML representation of a TestCase object
src/gtest/gtest-all.cpp:4575
Method
PrintXmlUnitTest
Prints an XML summary of unit_test to output stream out.
src/gtest/gtest-all.cpp:4596
Method
PyBlob
python/caffe/_caffe.hpp:28
Method
PyBlobWrap
python/caffe/_caffe.hpp:54
Method
PyLayer
python/caffe/_caffe.hpp:66
Method
PyNet
For cases where parameters will be determined later by the Python user, create a Net with unallocated parameters (which will not be zero-filled when a
python/caffe/_caffe.hpp:88
Method
PyNet
python/caffe/_caffe.cpp:64
Method
PySGDSolver
python/caffe/_caffe.cpp:132
Method
RNG
src/caffe/common.cpp:72
Method
Rand
src/caffe/data_transformer.cpp:584
Function
Random
src/gtest/gtest.h:7434
Method
RandomNumberGeneratorTest
src/caffe/test/test_random_number_generator.cpp:17
Function
Range
src/gtest/gtest.h:15422
Method
RangeGenerator
src/gtest/gtest.h:10119
Method
ReLULayer
* @param param provides ReLUParameter relu_param, * with ReLULayer options: * - negative_slope (\b optional, default 0). * the valu
include/caffe/neuron_layers.hpp:415
Method
ReadAndInterpretStatusByte
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
Method
ReadEntireFile
Reads the entire content of a file as a string.
src/gtest/gtest-all.cpp:8363
Function
ReadFileToDatum
include/caffe/util/io.hpp:93
Function
ReadImageToCVMat
include/caffe/util/io.hpp:135
Function
ReadImageToDatum
include/caffe/util/io.hpp:100
Method
RecordProperty
src/gtest/gtest-all.cpp:1417
Method
Register
'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
Method
Register
src/gtest/gtest.h:7355
Method
Register
src/gtest/gtest.h:7368
Method
Register
src/gtest/gtest.h:7386
Method
RegisterParameterizedTests
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
Method
RegisterTests
src/gtest/gtest.h:10533
Method
ReinterpretBits
Reinterprets a bit pattern as a floating-point number. This function is needed to test the AlmostEquals() method.
src/gtest/gtest.h:7052
Method
RelativeErrorLayer
include/caffe/loss_layers.hpp:95
Method
Release
TODO(vladl@google.com): Factor the search functionality into Vector::Find.
src/gtest/gtest-all.cpp:4245
Method
RemoveInvalidXmlCharacters
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
Function
Reseed
src/gtest/gtest.h:7436
Method
Reshape
python/caffe/_caffe.hpp:36
Method
Reshape
src/caffe/blob.cpp:16
Method
Reshape
src/caffe/layers/onehot_layer.cpp:19
Method
Reshape
src/caffe/layers/dropout_layer.cpp:25
Method
Reshape
src/caffe/layers/argmax_layer.cpp:20
Method
Reshape
src/caffe/layers/accuracy_layer.cpp:20
Method
Reshape
src/caffe/layers/interp_layer.cpp:27
Method
Reshape
src/caffe/layers/eltwise_layer.cpp:32
Method
Reshape
src/caffe/layers/cudnn_relu_layer.cpp:21
Method
Reshape
src/caffe/layers/cudnn_softmax_layer.cpp:25
Method
Reshape
src/caffe/layers/multinomial_logistic_loss_layer.cpp:14
Method
Reshape
src/caffe/layers/padding_layer.cpp:27
Method
Reshape
src/caffe/layers/channel_aggregator_layer.cpp:41
Method
Reshape
src/caffe/layers/pooling_layer.cpp:82
Method
Reshape
src/caffe/layers/cudnn_sigmoid_layer.cpp:21
Method
Reshape
src/caffe/layers/mat_write_layer.cpp:37
Method
Reshape
src/caffe/layers/neuron_layer.cpp:9
Method
Reshape
src/caffe/layers/adaptive_bias_channel_layer.cpp:34
Method
Reshape
src/caffe/layers/unique_label_layer.cpp:28
Method
Reshape
src/caffe/layers/dominant_channel_layer.cpp:27
Method
Reshape
src/caffe/layers/mvn_layer.cpp:11
Method
Reshape
src/caffe/layers/cudnn_pooling_layer.cpp:28
Method
Reshape
src/caffe/layers/conv_layer.cpp:105
Method
Reshape
src/caffe/layers/split_layer.cpp:10
Method
Reshape
src/caffe/layers/cudnn_tanh_layer.cpp:21
Method
Reshape
src/caffe/layers/im2col_layer.cpp:61
Method
Reshape
src/caffe/layers/sigmoid_cross_entropy_loss_layer.cpp:23
Method
Reshape
src/caffe/layers/concat_layer.cpp:20
Method
Reshape
src/caffe/layers/softmax_layer.cpp:11
Method
Reshape
src/caffe/layers/softmax_loss_layer.cpp:49
Method
Reshape
src/caffe/layers/flatten_layer.cpp:10
Method
Reshape
src/caffe/layers/euclidean_loss_layer.cpp:11
Method
Reshape
src/caffe/layers/seg_accuracy_layer.cpp:28
Method
Reshape
src/caffe/layers/bias_channel_layer.cpp:25
Method
Reshape
src/caffe/layers/inner_product_layer.cpp:46
Method
Reshape
src/caffe/layers/histogram_layer.cpp:21
Method
Reshape
src/caffe/layers/densecrf_layer.cpp:66
Method
Reshape
src/caffe/layers/slice_layer.cpp:24
Method
Reshape
src/caffe/layers/ignore_overlay_layer.cpp:16
Method
Reshape
src/caffe/layers/censor_label_layer.cpp:20
Method
Reshape
src/caffe/layers/loss_layer.cpp:23
Method
Reshape
src/caffe/layers/infogain_loss_layer.cpp:28
Method
Reshape
src/caffe/layers/gain_channel_layer.cpp:42
Method
Reshape
src/caffe/layers/cudnn_conv_layer.cpp:64
Method
Reshape
include/caffe/common_layers.hpp:396
Method
Reshape
Data layers have no bottoms, so reshaping is trivial.
include/caffe/data_layers.hpp:40
Method
Reshape
Data layers have no bottoms, so reshaping is trivial.
include/caffe/data_layers.hpp:120
Method
Reshape
Data layers have no bottoms, so reshaping is trivial.
include/caffe/data_layers.hpp:155
Method
Reshape
Data layers have no bottoms, so reshaping is trivial.
include/caffe/data_layers.hpp:195
Method
Restore
src/caffe/solver.cpp:349
← previous
next →
1,601–1,700 of 2,537, ranked by callers