MCPcopy Create free account

hub / github.com/alexgkendall/caffe-posenet / functions

Functions2,536 in github.com/alexgkendall/caffe-posenet

Method__getattr__
(self, name)
python/caffe/net_spec.py:175
Method__getattr__
(self, name)
python/caffe/net_spec.py:194
Method__getattr__
(self, name)
python/caffe/net_spec.py:211
Method__getattr__
(self, param_name)
python/caffe/net_spec.py:213
Method__getitem__
(self, name)
python/caffe/pycaffe.py:288
Method__init__
(self, inputs)
python/caffe/io.py:108
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:285
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, model_def_file, pretrained_model_file, mean_file, raw_scale, class_labels_file, bet_fi
examples/web_demo/app.py:119
Method_to_proto
(self, layers, names, autonames)
python/caffe/net_spec.py:131
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_blobprotovecor_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_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
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
FunctioncreateConvolutionDesc
include/caffe/util/cudnn.hpp:99
FunctioncreateFilterDesc
include/caffe/util/cudnn.hpp:91
FunctioncreatePoolingDesc
include/caffe/util/cudnn.hpp:112
FunctioncreateTensor4dDesc
include/caffe/util/cudnn.hpp:67
Functioncreate_handle_vec
matlab/+caffe/private/caffe_.cpp:148
FunctioncublasGetErrorString
src/caffe/common.cpp:218
Methodcublas_handle
include/caffe/common.hpp:131
FunctioncudnnGetErrorString
include/caffe/util/cudnn.hpp:20
FunctioncurandGetErrorString
src/caffe/common.cpp:248
Methodcurand_generator
include/caffe/common.hpp:132
← previousnext →2,001–2,100 of 2,536, ranked by callers