MCPcopy Create free account

hub / github.com/BVLC/caffe / functions

Functions2,751 in github.com/BVLC/caffe

↓ 1 callersFunctioncrop_params
Extract the crop layer parameters with defaults.
python/caffe/coord_map.py:40
↓ 1 callersMethodcurrent_test_case
Returns the TestCase object for the test that's currently running, or NULL if no test is running. L < mutex_
src/gtest/gtest-all.cpp:5189
↓ 1 callersMethoddetect_selective_search
Do windowed detection over Selective Search proposals by extracting the crop and warping to the input dimensions of the net.
python/caffe/detector.py:101
↓ 1 callersFunctiondraw_net
Draws a caffe net and returns the image string encoded using the given extension. Parameters ---------- caffe_net : a caffe.proto.caf
python/caffe/draw.py:205
↓ 1 callersFunctionembed_image_html
Creates an image embedded in HTML base64 format.
examples/web_demo/app.py:82
↓ 1 callersFunctionexception_net_file
()
python/caffe/test/test_python_layer.py:72
↓ 1 callersFunctionextract_seconds
(input_file, output_file)
tools/extra/extract_seconds.py:44
↓ 1 callersMethodfile
src/gtest/gtest.h:8182
↓ 1 callersMethodforward
(self, bottom, top)
python/caffe/test/test_python_layer_with_param_str.py:21
↓ 1 callersMethodforward
(self, bottom, top)
examples/pycaffe/layers/pyloss.py:25
↓ 1 callersMethodforwarding_enabled
Controls whether events will be forwarded to listeners_. Set to false in death test child processes.
src/gtest/gtest-all.cpp:4209
↓ 1 callersFunctionget
src/gtest/gtest.h:1446
↓ 1 callersFunctiongetFilenames
Yields files in the source tree which are Net prototxts.
python/caffe/test/test_draw.py:9
↓ 1 callersFunctionget_edge_label
Define edge label based on layer type.
python/caffe/draw.py:46
↓ 1 callersFunctionget_layer_label
Define node label based on layer type. Parameters ---------- layer : ? rankdir : {'LR', 'TB', 'BT'} Direction of graph layout
python/caffe/draw.py:62
↓ 1 callersFunctionget_log_created_year
Get year from log file system timestamp
tools/extra/extract_seconds.py:22
↓ 1 callersFunctionget_phase_from_flags
Parse phase from flags
tools/caffe.cpp:112
↓ 1 callersFunctionget_pooling_types_dict
Get dictionary mapping pooling type number to type name
python/caffe/draw.py:36
↓ 1 callersFunctionget_pydot_graph
Create a data structure which represents the `caffe_net`. Parameters ---------- caffe_net : object rankdir : {'LR', 'TB', 'BT'}
python/caffe/draw.py:130
↓ 1 callersFunctionget_start_time
Find start time from group of lines
tools/extra/extract_seconds.py:31
↓ 1 callersFunctionhdf5_get_name_by_idx
src/caffe/util/hdf5.cpp:195
↓ 1 callersFunctionhdf5_load_string
src/caffe/util/hdf5.cpp:148
↓ 1 callersFunctionhdf5_save_string
src/caffe/util/hdf5.cpp:164
↓ 1 callersFunctioninverse
Invert a coord map by de-scaling and un-shifting; this gives the backward mapping for the gradient.
python/caffe/coord_map.py:106
↓ 1 callersMethodis_nan
Returns true iff this is NAN (not a number).
src/gtest/gtest.h:7078
↓ 1 callersFunctionlenet
(batch_size)
python/caffe/test/test_net_spec.py:7
↓ 1 callersMethodline
src/gtest/gtest.h:8183
↓ 1 callersMethodload_next_image
Load the next image in a batch.
examples/pycaffe/layers/pascal_multilabel_datalayers.py:106
↓ 1 callersFunctionload_pascal_annotation
This code is borrowed from Ross Girshick's FAST-RCNN code (https://github.com/rbgirshick/fast-rcnn). It parses the PASCAL .xml metadata f
examples/pycaffe/layers/pascal_multilabel_datalayers.py:140
↓ 1 callersFunctionmain
()
tools/extra/parse_log.py:202
↓ 1 callersFunctionmain
()
tools/extra/summarize.py:128
↓ 1 callersFunctionmain
(argv)
python/detect.py:30
↓ 1 callersFunctionmain
(argv)
python/classify.py:17
↓ 1 callersFunctionmain
()
python/draw_net.py:41
↓ 1 callersFunctionmain
()
scripts/cpp_lint.py:4853
↓ 1 callersFunctionmake_net
()
examples/pycaffe/caffenet.py:47
↓ 1 callersMethodmap
(self, key, value)
tools/extra/resize_and_crop_images.py:77
↓ 1 callersFunctionmatchExt
Do the file extension and encoding match?
src/caffe/util/io.cpp:106
↓ 1 callersFunctionmessage
Gets the message associated with the test part.
src/gtest/gtest.h:16743
↓ 1 callersMethodnum_inputs
@brief Input and output blob numbers
include/caffe/net.hpp:198
↓ 1 callersMethodnum_outputs
include/caffe/net.hpp:199
↓ 1 callersMethodon_gradients_ready
src/caffe/parallel.cpp:238
↓ 1 callersMethodon_start
include/caffe/parallel.hpp:105
↓ 1 callersFunctionparam_name_dict
Find out the correspondence between layer names and parameter names.
python/caffe/net_spec.py:28
↓ 1 callersFunctionparameter_net_file
()
python/caffe/test/test_python_layer.py:82
↓ 1 callersFunctionparse_args
()
tools/extra/parse_log.py:178
↓ 1 callersFunctionparse_args
Parse input arguments
python/draw_net.py:13
↓ 1 callersFunctionparse_log
Parse log file Returns (train_dict_list, test_dict_list) train_dict_list and test_dict_list are lists of dicts that define the table rows
tools/extra/parse_log.py:17
↓ 1 callersFunctionparse_readme_frontmatter
(dirname)
scripts/download_model_binary.py:31
↓ 1 callersFunctionphase_net_file
()
python/caffe/test/test_python_layer.py:91
↓ 1 callersMethodpreprocess
preprocess() emulate the pre-processing occurring in the vgg16 caffe prototxt.
examples/pycaffe/tools.py:27
↓ 1 callersFunctionprint_info
Output some info regarding the class
examples/pycaffe/layers/pascal_multilabel_datalayers.py:208
↓ 1 callersFunctionprint_table
Print a simple nicely-aligned table. table must be a list of (equal-length) lists. Columns are space-separated, and as narrow as possible, bu
tools/extra/summarize.py:41
↓ 1 callersFunctionpython_net_file
()
python/caffe/test/test_python_layer.py:59
↓ 1 callersFunctionpython_param_net_file
()
python/caffe/test/test_python_layer_with_param_str.py:28
↓ 1 callersFunctionread_net
(filename)
tools/extra/summarize.py:22
↓ 1 callersFunctionreset
Usage: caffe_('reset')
matlab/+caffe/private/caffe_.cpp:480
↓ 1 callersMethodresize_and_crop_image
Takes an image name, resize it and crop the center square
tools/extra/resize_and_crop_images.py:20
↓ 1 callersFunctionresize_image
Resize an image array with interpolation. Parameters ---------- im : (H x W x K) ndarray new_dims : (height, width) tuple of new
python/caffe/io.py:306
↓ 1 callersFunctionsave_csv_files
Save CSV files to output_dir If the input log file is, e.g., caffe.INFO, the names will be caffe.INFO.train and caffe.INFO.test
tools/extra/parse_log.py:141
↓ 1 callersMethodscale_data
src/caffe/blob.cpp:343
↓ 1 callersMethodset
src/gtest/gtest.h:2408
↓ 1 callersMethodset_barrier
src/caffe/parallel.cpp:161
↓ 1 callersMethodset_forwarding_enabled
src/gtest/gtest-all.cpp:4210
↓ 1 callersMethodset_loss
* @brief Sets the loss associated with a top blob at a given index. */
include/caffe/layer.hpp:181
↓ 1 callersMethodset_multiprocess
include/caffe/common.hpp:167
↓ 1 callersMethodset_solver_count
include/caffe/common.hpp:163
↓ 1 callersMethodset_solver_rank
include/caffe/common.hpp:165
↓ 1 callersFunctionshow_time
()
python/train.py:43
↓ 1 callersFunctionsigmoid
src/caffe/layers/sigmoid_layer.cpp:9
↓ 1 callersFunctionsilent_net
()
python/caffe/test/test_net_spec.py:44
↓ 1 callersMethodsimple_solver_param
src/caffe/test/test_solver_factory.cpp:19
↓ 1 callersMethodsize
STL-style container methods.
src/gtest/gtest.h:7739
↓ 1 callersFunctionstart_from_terminal
Parse command line options and start the server.
examples/web_demo/app.py:192
↓ 1 callersFunctionstart_tornado
(app, port=5000)
examples/web_demo/app.py:184
↓ 1 callersMethodsuccessful_test_count
Gets the number of successful tests.
src/gtest/gtest-all.cpp:2028
↓ 1 callersFunctionsummarize_net
(net)
tools/extra/summarize.py:63
↓ 1 callersFunctiontanh_naive
src/caffe/test/test_tanh_layer.cpp:16
↓ 1 callersMethodtest_property_count
Returns the number of the test properties.
src/gtest/gtest-all.cpp:3191
↓ 1 callersFunctiontime
Time: benchmark the execution time of a model.
tools/caffe.cpp:339
↓ 1 callersFunctiontime
(solver, nccl)
python/train.py:33
↓ 1 callersMethodto_proto
Generate a NetParameter that contains all layers needed to compute this top.
python/caffe/net_spec.py:90
↓ 1 callersMethodtotal_part_count
Gets the number of all test parts. This is the sum of the number of successful test parts and the number of failed test parts.
src/gtest/gtest-all.cpp:3186
↓ 1 callersFunctiontrain
( solver, # solver proto definition snapshot, # solver snapshot to restore gpus, #
python/train.py:10
↓ 1 callersMethodtype
include/caffe/layers/filter_layer.hpp:28
↓ 1 callersMethodtype
include/caffe/layers/hinge_loss_layer.hpp:63
↓ 1 callersMethodtype
include/caffe/layers/multinomial_logistic_loss_layer.hpp:51
↓ 1 callersMethodtype
include/caffe/layers/sigmoid_cross_entropy_loss_layer.hpp:56
↓ 1 callersMethodtype
include/caffe/layers/softmax_loss_layer.hpp:61
↓ 1 callersMethodtype
include/caffe/layers/hdf5_data_layer.hpp:34
↓ 1 callersMethodtype
include/caffe/layers/absval_layer.hpp:32
↓ 1 callersMethodtype
include/caffe/layers/memory_data_layer.hpp:27
↓ 1 callersMethodtype
include/caffe/layers/flatten_layer.hpp:30
↓ 1 callersMethodtype
include/caffe/layers/split_layer.hpp:26
↓ 1 callersMethodtype
include/caffe/layers/reshape_layer.hpp:28
↓ 1 callersMethodvalue
include/caffe/util/db_lmdb.hpp:33
Method SingleFailureChecker
The constructor of SingleFailureChecker remembers where to look up test part results, what type of failure we expect, and what substring the failure m
src/gtest/gtest-all.cpp:1947
MethodAbsValLayer
include/caffe/layers/absval_layer.hpp:27
MethodAccuracyLayer
* @param param provides AccuracyParameter accuracy_param, * with AccuracyLayer options: * - top_k (\b optional, default 1). * Sets
include/caffe/layers/accuracy_layer.hpp:29
MethodAccuracyLayerTest
src/caffe/test/test_accuracy_layer.cpp:19
← previousnext →801–900 of 2,751, ranked by callers