MCPcopy Create free account

hub / github.com/Harick1/caffe-yolo / functions

Functions2,741 in github.com/Harick1/caffe-yolo

MethodValueArray30
src/gtest/gtest.h:11754
MethodValueArray31
src/gtest/gtest.h:11817
MethodValueArray32
src/gtest/gtest.h:11881
MethodValueArray33
src/gtest/gtest.h:11946
MethodValueArray34
src/gtest/gtest.h:12013
MethodValueArray35
src/gtest/gtest.h:12081
MethodValueArray36
src/gtest/gtest.h:12152
MethodValueArray37
src/gtest/gtest.h:12224
MethodValueArray38
src/gtest/gtest.h:12298
MethodValueArray39
src/gtest/gtest.h:12373
MethodValueArray4
src/gtest/gtest.h:10684
MethodValueArray40
src/gtest/gtest.h:12449
MethodValueArray41
src/gtest/gtest.h:12528
MethodValueArray42
src/gtest/gtest.h:12608
MethodValueArray43
src/gtest/gtest.h:12689
MethodValueArray44
src/gtest/gtest.h:12771
MethodValueArray45
src/gtest/gtest.h:12855
MethodValueArray46
src/gtest/gtest.h:12941
MethodValueArray47
src/gtest/gtest.h:13028
MethodValueArray48
src/gtest/gtest.h:13118
MethodValueArray49
src/gtest/gtest.h:13209
MethodValueArray5
src/gtest/gtest.h:10706
MethodValueArray50
src/gtest/gtest.h:13301
MethodValueArray6
src/gtest/gtest.h:10730
MethodValueArray7
src/gtest/gtest.h:10755
MethodValueArray8
src/gtest/gtest.h:10781
MethodValueArray9
src/gtest/gtest.h:10809
MethodValueHolder
src/gtest/gtest.h:2414
MethodValuesInIteratorRangeGenerator
src/gtest/gtest.h:10205
MethodVerifyRegisteredTestNames
Verifies that registered_tests match the test names in defined_test_names_; returns registered_tests if successful, or aborts the program otherwise.
src/gtest/gtest-all.cpp:9058
MethodWait
Waits for the child in a death test to exit, returning its exit status, or 0 if no child process exists. As a side effect, sets the outcome data memb
src/gtest/gtest-all.cpp:6795
MethodWideCStringEquals
Compares two wide C strings. Returns true iff they have the same content. Unlike wcscmp(), this function can handle NULL argument(s). A NULL C stri
src/gtest/gtest-all.cpp:2854
MethodWindowDataLayer
include/caffe/layers/window_data_layer.hpp:26
MethodWindowsDeathTest
src/gtest/gtest-all.cpp:6766
MethodWithinChannelBackward
src/caffe/layers/lrn_layer.cpp:235
MethodWithinChannelForward
src/caffe/layers/lrn_layer.cpp:155
MethodWorkerSolver
include/caffe/solver.hpp:142
MethodWrapInputLayer
Wrap the input layer of the network in separate cv::Mat objects * (one per channel). This way we save one memcpy operation and we * don't need to re
examples/cpp_classification/classification.cpp:176
FunctionWriteProtoToBinaryFile
include/caffe/util/io.hpp:88
FunctionWriteProtoToTextFile
include/caffe/util/io.hpp:67
MethodXavierFiller
include/caffe/filler.hpp:146
MethodXavierFillerTest
src/caffe/test/test_filler.cpp:146
MethodXmlUnitTestResultPrinter
Creates a new XmlUnitTestResultPrinter.
src/gtest/gtest-all.cpp:4375
Function_Net_backward
Backward pass: prepare diffs and run the net backward. Parameters ---------- diffs : list of diffs to return in addition to bottom d
python/caffe/pycaffe.py:127
Function_Net_batch
Batch blob lists according to net's batch size. Parameters ---------- blobs: Keys blob names and values are lists of blobs (of any l
python/caffe/pycaffe.py:262
Function_Net_blob_loss_weights
An OrderedDict (bottom to top, i.e., input to output) of network blob loss weights indexed by name
python/caffe/pycaffe.py:36
Function_Net_blobs
An OrderedDict (bottom to top, i.e., input to output) of network blobs indexed by name
python/caffe/pycaffe.py:25
Function_Net_forward
Forward pass: prepare inputs and run the net forward. Parameters ---------- blobs : list of blobs to return in addition to output bl
python/caffe/pycaffe.py:78
Function_Net_forward_all
Run net forward in batches. Parameters ---------- blobs : list of blobs to extract as in forward() kwargs : Keys are input blob
python/caffe/pycaffe.py:175
Function_Net_forward_backward_all
Run net forward + backward in batches. Parameters ---------- blobs: list of blobs to extract as in forward() diffs: list of diff
python/caffe/pycaffe.py:206
Function_Net_inputs
(self)
python/caffe/pycaffe.py:63
Function_Net_outputs
(self)
python/caffe/pycaffe.py:71
Function_Net_params
An OrderedDict (bottom to top, i.e., input to output) of network parameters indexed by name; each is a list of multiple blobs (e.g., weig
python/caffe/pycaffe.py:48
Function_Net_set_input_arrays
Set input arrays of the in-memory MemoryDataLayer. (Note: this is only for networks declared with the memory data layer.)
python/caffe/pycaffe.py:251
Method__getattr__
(self, name)
python/caffe/net_spec.py:200
Method__getattr__
(self, name)
python/caffe/net_spec.py:217
Method__getattr__
(self, param_name)
python/caffe/net_spec.py:219
Method__getitem__
(self, item)
python/caffe/net_spec.py:181
Method__getitem__
(self, name)
python/caffe/pycaffe.py:304
Method__init__
(self, inputs)
python/caffe/io.py:109
Method__init__
(self, model_file, pretrained_file, image_dims=None, mean=None, input_scale=None, raw_scale=N
python/caffe/classifier.py:23
Method__init__
(self, model_file, pretrained_file, mean=None, input_scale=None, raw_scale=None, channel_swap
python/caffe/detector.py:35
Method__init__
(self, fn, n)
python/caffe/net_spec.py:86
Method__init__
(self, type_name, inputs, params)
python/caffe/net_spec.py:104
Method__init__
(self)
python/caffe/net_spec.py:169
Method__init__
(self, net, func)
python/caffe/pycaffe.py:301
Method__init__
(self)
scripts/cpp_lint.py:584
Method__init__
(self)
scripts/cpp_lint.py:690
Method__init__
(self)
scripts/cpp_lint.py:816
Method__init__
(self, lines)
scripts/cpp_lint.py:1192
Method__init__
(self, seen_open_brace)
scripts/cpp_lint.py:1758
Method__init__
(self, name, class_or_struct, clean_lines, linenum)
scripts/cpp_lint.py:1795
Method__init__
(self, name, linenum)
scripts/cpp_lint.py:1851
Method__init__
(self, stack_before_if)
scripts/cpp_lint.py:1905
Method__init__
(self)
scripts/cpp_lint.py:1919
Method__init__
(self, mean=[128, 128, 128])
examples/pycaffe/tools.py:11
Method__init__
(self, testnet_prototxt_path="testnet.prototxt", trainnet_prototxt_path="trainnet.prototxt",
examples/pycaffe/tools.py:62
Method__init__
(self, params, result)
examples/pycaffe/layers/pascal_multilabel_datalayers.py:90
Method__init__
(self, model_def_file, pretrained_model_file, mean_file, raw_scale, class_labels_file, bet_fi
examples/web_demo/app.py:119
Method__setitem__
(self, key, value)
python/caffe/net_spec.py:178
Method_to_proto
(self, layers, names, autonames)
python/caffe/net_spec.py:131
Methodadd_from_file
Reads a caffe solver prototxt file and updates the Caffesolver instance parameters.
examples/pycaffe/tools.py:101
Functionallowed_file
(filename)
examples/web_demo/app.py:92
Functionarray_to_datum
Converts a 3-dimensional array to datum. If the array has dtype uint8, the output data will be encoded as a string. Otherwise, the output data
python/caffe/io.py:66
Functionarraylist_to_blobprotovector_str
Converts a list of arrays to a serialized blobprotovec, which could be then passed to a network for processing.
python/caffe/io.py:49
Methodbackward
(self, top, propagate_down, bottom)
python/caffe/test/test_python_layer.py:44
Methodbackward
(self, top, propagate_down, bottom)
examples/pycaffe/layers/pyloss.py:29
Methodbackward
These layers does not back propagate
examples/pycaffe/layers/pascal_multilabel_datalayers.py:74
Methodbackward_gpu_bias
src/caffe/layers/base_conv_layer.cpp:386
Methodbackward_gpu_gemm
src/caffe/layers/base_conv_layer.cpp:352
Methodbegin
src/gtest/gtest.h:10105
Functionblob_get_data
Usage: caffe_('blob_get_data', hBlob)
matlab/+caffe/private/caffe_.cpp:400
Functionblob_get_diff
Usage: caffe_('blob_get_diff', hBlob)
matlab/+caffe/private/caffe_.cpp:416
Functionblob_get_shape
Usage: caffe_('blob_get_shape', hBlob)
matlab/+caffe/private/caffe_.cpp:369
Functionblob_reshape
Usage: caffe_('blob_reshape', hBlob, new_shape)
matlab/+caffe/private/caffe_.cpp:384
Functionblob_set_data
Usage: caffe_('blob_set_data', hBlob, new_data)
matlab/+caffe/private/caffe_.cpp:408
Functionblob_set_diff
Usage: caffe_('blob_set_diff', hBlob, new_diff)
matlab/+caffe/private/caffe_.cpp:424
Functionblobprotovector_str_to_arraylist
Converts a serialized blobprotovec to a list of arrays.
python/caffe/io.py:58
Functioncaffe_abs<double>
src/caffe/util/math_functions.cpp:225
Functioncaffe_abs<float>
src/caffe/util/math_functions.cpp:220
← previousnext →2,101–2,200 of 2,741, ranked by callers