MCPcopy Create free account

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

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

Functioncaffe_add<double>
src/caffe/util/math_functions.cpp:136
Functioncaffe_add<float>
src/caffe/util/math_functions.cpp:130
Functioncaffe_axpy<double>
src/caffe/util/math_functions.cpp:53
Functioncaffe_axpy<float>
src/caffe/util/math_functions.cpp:49
Functioncaffe_cpu_asum<double>
src/caffe/util/math_functions.cpp:357
Functioncaffe_cpu_asum<float>
src/caffe/util/math_functions.cpp:352
Functioncaffe_cpu_axpby<double>
src/caffe/util/math_functions.cpp:124
Functioncaffe_cpu_axpby<float>
src/caffe/util/math_functions.cpp:118
Functioncaffe_cpu_gemm<double>
src/caffe/util/math_functions.cpp:24
Functioncaffe_cpu_gemm<float>
src/caffe/util/math_functions.cpp:13
Functioncaffe_cpu_gemv<double>
src/caffe/util/math_functions.cpp:42
Functioncaffe_cpu_gemv<float>
src/caffe/util/math_functions.cpp:35
Functioncaffe_cpu_scale<double>
src/caffe/util/math_functions.cpp:369
Functioncaffe_cpu_scale<float>
src/caffe/util/math_functions.cpp:362
Functioncaffe_cpu_strided_dot<double>
src/caffe/util/math_functions.cpp:335
Functioncaffe_cpu_strided_dot<float>
src/caffe/util/math_functions.cpp:329
Functioncaffe_div<double>
src/caffe/util/math_functions.cpp:172
Functioncaffe_div<float>
src/caffe/util/math_functions.cpp:166
Functioncaffe_exp<double>
src/caffe/util/math_functions.cpp:205
Functioncaffe_exp<float>
src/caffe/util/math_functions.cpp:200
Functioncaffe_log<double>
src/caffe/util/math_functions.cpp:215
Functioncaffe_log<float>
src/caffe/util/math_functions.cpp:210
Functioncaffe_mul<double>
src/caffe/util/math_functions.cpp:160
Functioncaffe_mul<float>
src/caffe/util/math_functions.cpp:154
Functioncaffe_nextafter
src/caffe/util/math_functions.cpp:234
Functioncaffe_powx<double>
src/caffe/util/math_functions.cpp:184
Functioncaffe_powx<float>
src/caffe/util/math_functions.cpp:178
Functioncaffe_scal<double>
src/caffe/util/math_functions.cpp:113
Functioncaffe_scal<float>
src/caffe/util/math_functions.cpp:108
Functioncaffe_sign
include/caffe/util/math_functions.hpp:111
Functioncaffe_sqr<double>
src/caffe/util/math_functions.cpp:195
Functioncaffe_sqr<float>
src/caffe/util/math_functions.cpp:190
Functioncaffe_sub<double>
src/caffe/util/math_functions.cpp:148
Functioncaffe_sub<float>
src/caffe/util/math_functions.cpp:142
Methodcapture
src/gtest/gtest.h:9152
Functioncatch_exceptions
Returns the value of GTEST_FLAG(catch_exceptions) at the moment UnitTest::Run() starts.
src/gtest/gtest-all.cpp:1182
Methodchannels
include/caffe/layers/memory_data_layer.hpp:43
Methodcheck_batch_reindex
src/caffe/layers/batch_reindex_layer.cpp:21
Functionclassify_upload
()
examples/web_demo/app.py:57
Functionclassify_url
()
examples/web_demo/app.py:34
Methodcompute
src/caffe/parallel.cpp:117
Methodcompute_output_shape
src/caffe/layers/deconv_layer.cpp:8
Methodcompute_output_shape
src/caffe/layers/conv_layer.cpp:8
Methodconstructor_sanity_check
include/caffe/sgd_solvers.hpp:74
Methodconstructor_sanity_check
include/caffe/sgd_solvers.hpp:94
Methodconv_col2im_cpu
include/caffe/layers/base_conv_layer.hpp:112
Methodconv_col2im_gpu
include/caffe/layers/base_conv_layer.hpp:142
Methodconv_im2col_cpu
wrap im2col/col2im so we don't have to remember the (long) argument lists
include/caffe/layers/base_conv_layer.hpp:98
Methodconv_im2col_gpu
include/caffe/layers/base_conv_layer.hpp:127
Methodcpu_data
src/caffe/syncedmem.cpp:79
FunctioncreateActivationDescriptor
include/caffe/util/cudnn.hpp:141
FunctioncreateConvolutionDesc
include/caffe/util/cudnn.hpp:104
FunctioncreateFilterDesc
include/caffe/util/cudnn.hpp:91
FunctioncreatePoolingDesc
include/caffe/util/cudnn.hpp:117
FunctioncreateTensor4dDesc
include/caffe/util/cudnn.hpp:67
Functioncreate_handle_vec
matlab/+caffe/private/caffe_.cpp:148
Methodcrop_copy
src/caffe/layers/crop_layer.cpp:72
FunctioncublasGetErrorString
src/caffe/common.cpp:260
Methodcublas_handle
include/caffe/common.hpp:135
FunctioncudnnGetErrorString
include/caffe/util/cudnn.hpp:20
FunctioncurandGetErrorString
src/caffe/common.cpp:290
Methodcurand_generator
include/caffe/common.hpp:136
Functioncurrent_test_case
src/gtest/gtest-all.cpp:1112
Functioncurrent_test_info
src/gtest/gtest-all.cpp:1113
Functiondatum_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
Functiondeath_test_count
Returns the death test count.
src/gtest/gtest.h:17611
Functiondeath_test_factory
Returns a pointer to the current death test factory.
src/gtest/gtest-all.cpp:1141
Functiondefault_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
Functiondefault_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
Methoddepart
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
Methoddepart
src/gtest/gtest.h:9148
Methoddeprocess
Invert Caffe formatting; see preprocess().
python/caffe/io.py:164
Methoddeprocess
inverse of preprocess()
examples/pycaffe/tools.py:41
Functiondevice_query
Device Query: show diagnostic information for a GPU device.
tools/caffe.cpp:111
Methoddiff_at
include/caffe/blob.hpp:196
Functiondownload_image
For use with multiprocessing map. Returns filename on fail.
examples/finetune_flickr_style/assemble_data.py:23
Functiondraw_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
Functionelapsed_time
Returns the elapsed time, in milliseconds.
src/gtest/gtest.h:17561
Functionelapsed_time
Gets the elapsed time, in milliseconds.
src/gtest/gtest-all.cpp:949
Functionempty
Returns true iff this is an empty string (i.e. "").
src/gtest/gtest.h:3091
Methodend
src/gtest/gtest.h:10106
Methodentry
src/caffe/internal_thread.cpp:41
Methodexponent_bits
Returns the exponent bits of this number.
src/gtest/gtest.h:7069
Functionfailed
Returns true iff the test part failed.
src/gtest/gtest.h:16749
Methodfailed_test_case_count
Gets the number of failed test cases.
src/gtest/gtest-all.cpp:2012
Functionfailure_message
TODO(vladl@google.com): Remove this after making sure no clients use it. Deprecated; please use message() instead.
src/gtest/gtest.h:17313
Functionfatally_failed
Returns true iff the test part fatally failed.
src/gtest/gtest.h:16755
Functionfeature_extraction_pipeline
tools/extract_features.cpp:31
Functionfile_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
Functionformat_param
(param)
tools/extra/summarize.py:28
Methodforward
(self, bottom, top)
python/caffe/test/test_python_layer.py:18
Methodforward
(self, bottom, top)
python/caffe/test/test_python_layer.py:41
Methodforward
Load data.
examples/pycaffe/layers/pascal_multilabel_datalayers.py:55
Methodforward_gpu_bias
src/caffe/layers/base_conv_layer.cpp:344
Methodforward_gpu_gemm
src/caffe/layers/base_conv_layer.cpp:326
Methodfraction_bits
Returns the fraction bits of this number.
src/gtest/gtest.h:7072
Methodget
src/gtest/gtest.h:9126
Functionget_init_key
Usage: caffe_('get_init_key')
matlab/+caffe/private/caffe_.cpp:452
Functionget_net
Usage: caffe_('get_net', model_file, phase_name)
matlab/+caffe/private/caffe_.cpp:253
Methodget_normalizer
src/caffe/layers/softmax_loss_layer.cpp:59
← previousnext →2,201–2,300 of 2,741, ranked by callers