Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BVLC/caffe
/ functions
Functions
2,751 in github.com/BVLC/caffe
⨍
Functions
2,751
◇
Types & classes
810
↳
Endpoints
3
↓ 1 callers
Function
crop_params
Extract the crop layer parameters with defaults.
python/caffe/coord_map.py:40
↓ 1 callers
Method
current_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 callers
Method
detect_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 callers
Function
draw_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 callers
Function
embed_image_html
Creates an image embedded in HTML base64 format.
examples/web_demo/app.py:82
↓ 1 callers
Function
exception_net_file
()
python/caffe/test/test_python_layer.py:72
↓ 1 callers
Function
extract_seconds
(input_file, output_file)
tools/extra/extract_seconds.py:44
↓ 1 callers
Method
file
src/gtest/gtest.h:8182
↓ 1 callers
Method
forward
(self, bottom, top)
python/caffe/test/test_python_layer_with_param_str.py:21
↓ 1 callers
Method
forward
(self, bottom, top)
examples/pycaffe/layers/pyloss.py:25
↓ 1 callers
Method
forwarding_enabled
Controls whether events will be forwarded to listeners_. Set to false in death test child processes.
src/gtest/gtest-all.cpp:4209
↓ 1 callers
Function
get
src/gtest/gtest.h:1446
↓ 1 callers
Function
getFilenames
Yields files in the source tree which are Net prototxts.
python/caffe/test/test_draw.py:9
↓ 1 callers
Function
get_edge_label
Define edge label based on layer type.
python/caffe/draw.py:46
↓ 1 callers
Function
get_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 callers
Function
get_log_created_year
Get year from log file system timestamp
tools/extra/extract_seconds.py:22
↓ 1 callers
Function
get_phase_from_flags
Parse phase from flags
tools/caffe.cpp:112
↓ 1 callers
Function
get_pooling_types_dict
Get dictionary mapping pooling type number to type name
python/caffe/draw.py:36
↓ 1 callers
Function
get_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 callers
Function
get_start_time
Find start time from group of lines
tools/extra/extract_seconds.py:31
↓ 1 callers
Function
hdf5_get_name_by_idx
src/caffe/util/hdf5.cpp:195
↓ 1 callers
Function
hdf5_load_string
src/caffe/util/hdf5.cpp:148
↓ 1 callers
Function
hdf5_save_string
src/caffe/util/hdf5.cpp:164
↓ 1 callers
Function
inverse
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 callers
Method
is_nan
Returns true iff this is NAN (not a number).
src/gtest/gtest.h:7078
↓ 1 callers
Function
lenet
(batch_size)
python/caffe/test/test_net_spec.py:7
↓ 1 callers
Method
line
src/gtest/gtest.h:8183
↓ 1 callers
Method
load_next_image
Load the next image in a batch.
examples/pycaffe/layers/pascal_multilabel_datalayers.py:106
↓ 1 callers
Function
load_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 callers
Function
main
()
tools/extra/parse_log.py:202
↓ 1 callers
Function
main
()
tools/extra/summarize.py:128
↓ 1 callers
Function
main
(argv)
python/detect.py:30
↓ 1 callers
Function
main
(argv)
python/classify.py:17
↓ 1 callers
Function
main
()
python/draw_net.py:41
↓ 1 callers
Function
main
()
scripts/cpp_lint.py:4853
↓ 1 callers
Function
make_net
()
examples/pycaffe/caffenet.py:47
↓ 1 callers
Method
map
(self, key, value)
tools/extra/resize_and_crop_images.py:77
↓ 1 callers
Function
matchExt
Do the file extension and encoding match?
src/caffe/util/io.cpp:106
↓ 1 callers
Function
message
Gets the message associated with the test part.
src/gtest/gtest.h:16743
↓ 1 callers
Method
num_inputs
@brief Input and output blob numbers
include/caffe/net.hpp:198
↓ 1 callers
Method
num_outputs
include/caffe/net.hpp:199
↓ 1 callers
Method
on_gradients_ready
src/caffe/parallel.cpp:238
↓ 1 callers
Method
on_start
include/caffe/parallel.hpp:105
↓ 1 callers
Function
param_name_dict
Find out the correspondence between layer names and parameter names.
python/caffe/net_spec.py:28
↓ 1 callers
Function
parameter_net_file
()
python/caffe/test/test_python_layer.py:82
↓ 1 callers
Function
parse_args
()
tools/extra/parse_log.py:178
↓ 1 callers
Function
parse_args
Parse input arguments
python/draw_net.py:13
↓ 1 callers
Function
parse_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 callers
Function
parse_readme_frontmatter
(dirname)
scripts/download_model_binary.py:31
↓ 1 callers
Function
phase_net_file
()
python/caffe/test/test_python_layer.py:91
↓ 1 callers
Method
preprocess
preprocess() emulate the pre-processing occurring in the vgg16 caffe prototxt.
examples/pycaffe/tools.py:27
↓ 1 callers
Function
print_info
Output some info regarding the class
examples/pycaffe/layers/pascal_multilabel_datalayers.py:208
↓ 1 callers
Function
print_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 callers
Function
python_net_file
()
python/caffe/test/test_python_layer.py:59
↓ 1 callers
Function
python_param_net_file
()
python/caffe/test/test_python_layer_with_param_str.py:28
↓ 1 callers
Function
read_net
(filename)
tools/extra/summarize.py:22
↓ 1 callers
Function
reset
Usage: caffe_('reset')
matlab/+caffe/private/caffe_.cpp:480
↓ 1 callers
Method
resize_and_crop_image
Takes an image name, resize it and crop the center square
tools/extra/resize_and_crop_images.py:20
↓ 1 callers
Function
resize_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 callers
Function
save_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 callers
Method
scale_data
src/caffe/blob.cpp:343
↓ 1 callers
Method
set
src/gtest/gtest.h:2408
↓ 1 callers
Method
set_barrier
src/caffe/parallel.cpp:161
↓ 1 callers
Method
set_forwarding_enabled
src/gtest/gtest-all.cpp:4210
↓ 1 callers
Method
set_loss
* @brief Sets the loss associated with a top blob at a given index. */
include/caffe/layer.hpp:181
↓ 1 callers
Method
set_multiprocess
include/caffe/common.hpp:167
↓ 1 callers
Method
set_solver_count
include/caffe/common.hpp:163
↓ 1 callers
Method
set_solver_rank
include/caffe/common.hpp:165
↓ 1 callers
Function
show_time
()
python/train.py:43
↓ 1 callers
Function
sigmoid
src/caffe/layers/sigmoid_layer.cpp:9
↓ 1 callers
Function
silent_net
()
python/caffe/test/test_net_spec.py:44
↓ 1 callers
Method
simple_solver_param
src/caffe/test/test_solver_factory.cpp:19
↓ 1 callers
Method
size
STL-style container methods.
src/gtest/gtest.h:7739
↓ 1 callers
Function
start_from_terminal
Parse command line options and start the server.
examples/web_demo/app.py:192
↓ 1 callers
Function
start_tornado
(app, port=5000)
examples/web_demo/app.py:184
↓ 1 callers
Method
successful_test_count
Gets the number of successful tests.
src/gtest/gtest-all.cpp:2028
↓ 1 callers
Function
summarize_net
(net)
tools/extra/summarize.py:63
↓ 1 callers
Function
tanh_naive
src/caffe/test/test_tanh_layer.cpp:16
↓ 1 callers
Method
test_property_count
Returns the number of the test properties.
src/gtest/gtest-all.cpp:3191
↓ 1 callers
Function
time
Time: benchmark the execution time of a model.
tools/caffe.cpp:339
↓ 1 callers
Function
time
(solver, nccl)
python/train.py:33
↓ 1 callers
Method
to_proto
Generate a NetParameter that contains all layers needed to compute this top.
python/caffe/net_spec.py:90
↓ 1 callers
Method
total_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 callers
Function
train
( solver, # solver proto definition snapshot, # solver snapshot to restore gpus, #
python/train.py:10
↓ 1 callers
Method
type
include/caffe/layers/filter_layer.hpp:28
↓ 1 callers
Method
type
include/caffe/layers/hinge_loss_layer.hpp:63
↓ 1 callers
Method
type
include/caffe/layers/multinomial_logistic_loss_layer.hpp:51
↓ 1 callers
Method
type
include/caffe/layers/sigmoid_cross_entropy_loss_layer.hpp:56
↓ 1 callers
Method
type
include/caffe/layers/softmax_loss_layer.hpp:61
↓ 1 callers
Method
type
include/caffe/layers/hdf5_data_layer.hpp:34
↓ 1 callers
Method
type
include/caffe/layers/absval_layer.hpp:32
↓ 1 callers
Method
type
include/caffe/layers/memory_data_layer.hpp:27
↓ 1 callers
Method
type
include/caffe/layers/flatten_layer.hpp:30
↓ 1 callers
Method
type
include/caffe/layers/split_layer.hpp:26
↓ 1 callers
Method
type
include/caffe/layers/reshape_layer.hpp:28
↓ 1 callers
Method
value
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
Method
AbsValLayer
include/caffe/layers/absval_layer.hpp:27
Method
AccuracyLayer
* @param param provides AccuracyParameter accuracy_param, * with AccuracyLayer options: * - top_k (\b optional, default 1). * Sets
include/caffe/layers/accuracy_layer.hpp:29
Method
AccuracyLayerTest
src/caffe/test/test_accuracy_layer.cpp:19
← previous
next →
801–900 of 2,751, ranked by callers