Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Harick1/caffe-yolo
/ functions
Functions
2,741 in github.com/Harick1/caffe-yolo
⨍
Functions
2,741
◇
Types & classes
813
↳
Endpoints
3
Function
caffe_add<double>
src/caffe/util/math_functions.cpp:136
Function
caffe_add<float>
src/caffe/util/math_functions.cpp:130
Function
caffe_axpy<double>
src/caffe/util/math_functions.cpp:53
Function
caffe_axpy<float>
src/caffe/util/math_functions.cpp:49
Function
caffe_cpu_asum<double>
src/caffe/util/math_functions.cpp:357
Function
caffe_cpu_asum<float>
src/caffe/util/math_functions.cpp:352
Function
caffe_cpu_axpby<double>
src/caffe/util/math_functions.cpp:124
Function
caffe_cpu_axpby<float>
src/caffe/util/math_functions.cpp:118
Function
caffe_cpu_gemm<double>
src/caffe/util/math_functions.cpp:24
Function
caffe_cpu_gemm<float>
src/caffe/util/math_functions.cpp:13
Function
caffe_cpu_gemv<double>
src/caffe/util/math_functions.cpp:42
Function
caffe_cpu_gemv<float>
src/caffe/util/math_functions.cpp:35
Function
caffe_cpu_scale<double>
src/caffe/util/math_functions.cpp:369
Function
caffe_cpu_scale<float>
src/caffe/util/math_functions.cpp:362
Function
caffe_cpu_strided_dot<double>
src/caffe/util/math_functions.cpp:335
Function
caffe_cpu_strided_dot<float>
src/caffe/util/math_functions.cpp:329
Function
caffe_div<double>
src/caffe/util/math_functions.cpp:172
Function
caffe_div<float>
src/caffe/util/math_functions.cpp:166
Function
caffe_exp<double>
src/caffe/util/math_functions.cpp:205
Function
caffe_exp<float>
src/caffe/util/math_functions.cpp:200
Function
caffe_log<double>
src/caffe/util/math_functions.cpp:215
Function
caffe_log<float>
src/caffe/util/math_functions.cpp:210
Function
caffe_mul<double>
src/caffe/util/math_functions.cpp:160
Function
caffe_mul<float>
src/caffe/util/math_functions.cpp:154
Function
caffe_nextafter
src/caffe/util/math_functions.cpp:234
Function
caffe_powx<double>
src/caffe/util/math_functions.cpp:184
Function
caffe_powx<float>
src/caffe/util/math_functions.cpp:178
Function
caffe_scal<double>
src/caffe/util/math_functions.cpp:113
Function
caffe_scal<float>
src/caffe/util/math_functions.cpp:108
Function
caffe_sign
include/caffe/util/math_functions.hpp:111
Function
caffe_sqr<double>
src/caffe/util/math_functions.cpp:195
Function
caffe_sqr<float>
src/caffe/util/math_functions.cpp:190
Function
caffe_sub<double>
src/caffe/util/math_functions.cpp:148
Function
caffe_sub<float>
src/caffe/util/math_functions.cpp:142
Method
capture
src/gtest/gtest.h:9152
Function
catch_exceptions
Returns the value of GTEST_FLAG(catch_exceptions) at the moment UnitTest::Run() starts.
src/gtest/gtest-all.cpp:1182
Method
channels
include/caffe/layers/memory_data_layer.hpp:43
Method
check_batch_reindex
src/caffe/layers/batch_reindex_layer.cpp:21
Function
classify_upload
()
examples/web_demo/app.py:57
Function
classify_url
()
examples/web_demo/app.py:34
Method
compute
src/caffe/parallel.cpp:117
Method
compute_output_shape
src/caffe/layers/deconv_layer.cpp:8
Method
compute_output_shape
src/caffe/layers/conv_layer.cpp:8
Method
constructor_sanity_check
include/caffe/sgd_solvers.hpp:74
Method
constructor_sanity_check
include/caffe/sgd_solvers.hpp:94
Method
conv_col2im_cpu
include/caffe/layers/base_conv_layer.hpp:112
Method
conv_col2im_gpu
include/caffe/layers/base_conv_layer.hpp:142
Method
conv_im2col_cpu
wrap im2col/col2im so we don't have to remember the (long) argument lists
include/caffe/layers/base_conv_layer.hpp:98
Method
conv_im2col_gpu
include/caffe/layers/base_conv_layer.hpp:127
Method
cpu_data
src/caffe/syncedmem.cpp:79
Function
createActivationDescriptor
include/caffe/util/cudnn.hpp:141
Function
createConvolutionDesc
include/caffe/util/cudnn.hpp:104
Function
createFilterDesc
include/caffe/util/cudnn.hpp:91
Function
createPoolingDesc
include/caffe/util/cudnn.hpp:117
Function
createTensor4dDesc
include/caffe/util/cudnn.hpp:67
Function
create_handle_vec
matlab/+caffe/private/caffe_.cpp:148
Method
crop_copy
src/caffe/layers/crop_layer.cpp:72
Function
cublasGetErrorString
src/caffe/common.cpp:260
Method
cublas_handle
include/caffe/common.hpp:135
Function
cudnnGetErrorString
include/caffe/util/cudnn.hpp:20
Function
curandGetErrorString
src/caffe/common.cpp:290
Method
curand_generator
include/caffe/common.hpp:136
Function
current_test_case
src/gtest/gtest-all.cpp:1112
Function
current_test_info
src/gtest/gtest-all.cpp:1113
Function
datum_to_array
Converts a datum to an array. Note that the label is not returned, as one can easily get it by calling datum.label.
python/caffe/io.py:84
Function
death_test_count
Returns the death test count.
src/gtest/gtest.h:17611
Function
death_test_factory
Returns a pointer to the current death test factory.
src/gtest/gtest-all.cpp:1141
Function
default_result_printer
Returns the standard listener responsible for the default console output. Can be removed from the listeners list to shut down default console output.
src/gtest/gtest.h:18047
Function
default_xml_generator
Returns the standard listener responsible for the default XML output controlled by the --gtest_output=xml flag. Can be removed from the listeners lis
src/gtest/gtest.h:18058
Method
depart
Leave whatever circle we're part of. Returns true if we were the last member of the circle. Once this is done, you can join() another. L < g_linked_
src/gtest/gtest.h:9075
Method
depart
src/gtest/gtest.h:9148
Method
deprocess
Invert Caffe formatting; see preprocess().
python/caffe/io.py:164
Method
deprocess
inverse of preprocess()
examples/pycaffe/tools.py:41
Function
device_query
Device Query: show diagnostic information for a GPU device.
tools/caffe.cpp:111
Method
diff_at
include/caffe/blob.hpp:196
Function
download_image
For use with multiprocessing map. Returns filename on fail.
examples/finetune_flickr_style/assemble_data.py:23
Function
draw_net_to_file
Draws a caffe net, and saves it to file using the format given as the file extension. Use '.raw' to output raw text that you can manually feed
python/caffe/draw.py:207
Function
elapsed_time
Returns the elapsed time, in milliseconds.
src/gtest/gtest.h:17561
Function
elapsed_time
Gets the elapsed time, in milliseconds.
src/gtest/gtest-all.cpp:949
Function
empty
Returns true iff this is an empty string (i.e. "").
src/gtest/gtest.h:3091
Method
end
src/gtest/gtest.h:10106
Method
entry
src/caffe/internal_thread.cpp:41
Method
exponent_bits
Returns the exponent bits of this number.
src/gtest/gtest.h:7069
Function
failed
Returns true iff the test part failed.
src/gtest/gtest.h:16749
Method
failed_test_case_count
Gets the number of failed test cases.
src/gtest/gtest-all.cpp:2012
Function
failure_message
TODO(vladl@google.com): Remove this after making sure no clients use it. Deprecated; please use message() instead.
src/gtest/gtest.h:17313
Function
fatally_failed
Returns true iff the test part fatally failed.
src/gtest/gtest.h:16755
Function
feature_extraction_pipeline
tools/extract_features.cpp:31
Function
file_name
Gets the name of the source file where the test part took place, or NULL if it's unknown.
src/gtest/gtest.h:16733
Function
format_param
(param)
tools/extra/summarize.py:28
Method
forward
(self, bottom, top)
python/caffe/test/test_python_layer.py:18
Method
forward
(self, bottom, top)
python/caffe/test/test_python_layer.py:41
Method
forward
Load data.
examples/pycaffe/layers/pascal_multilabel_datalayers.py:55
Method
forward_gpu_bias
src/caffe/layers/base_conv_layer.cpp:344
Method
forward_gpu_gemm
src/caffe/layers/base_conv_layer.cpp:326
Method
fraction_bits
Returns the fraction bits of this number.
src/gtest/gtest.h:7072
Method
get
src/gtest/gtest.h:9126
Function
get_init_key
Usage: caffe_('get_init_key')
matlab/+caffe/private/caffe_.cpp:452
Function
get_net
Usage: caffe_('get_net', model_file, phase_name)
matlab/+caffe/private/caffe_.cpp:253
Method
get_normalizer
src/caffe/layers/softmax_loss_layer.cpp:59
← previous
next →
2,201–2,300 of 2,741, ranked by callers