MCPcopy Create free account

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

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

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:83
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:163
Functiondevice_query
Device Query: show diagnostic information for a GPU device.
tools/caffe.cpp:110
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:198
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:41
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
Methodget_pytype
python/caffe/_caffe.cpp:153
Functionget_solver
----------------------------------------------------------------- ** matlab command functions: caffe_(api_command, arg1, arg2, ...) **/ Usage: caffe
matlab/+caffe/private/caffe_.cpp:186
Methodgpu_data
src/caffe/syncedmem.cpp:94
Functionhandle_signal
src/caffe/util/signal_handler.cpp:14
Functionhandle_to_ptr
matlab/+caffe/private/caffe_.cpp:136
Functionhas_new_fatal_failure
src/gtest/gtest.h:16821
Functionhdf5_load_nd_dataset<double>
src/caffe/util/hdf5.cpp:76
Functionhdf5_load_nd_dataset<float>
src/caffe/util/hdf5.cpp:67
Functionhdf5_save_nd_dataset<double>
src/caffe/util/hdf5.cpp:106
Functionhdf5_save_nd_dataset<float>
src/caffe/util/hdf5.cpp:85
Methodheight
include/caffe/layers/memory_data_layer.hpp:44
Functionincrement_death_test_count
Increments the death test count, returning the new count.
src/gtest/gtest.h:17614
Functionindex
()
examples/web_demo/app.py:29
Functioninternal_run_death_test_flag
Returns a pointer to the parsed --gtest_internal_run_death_test flag, or NULL if that flag was not specified. This information is useful only in a dea
src/gtest/gtest-all.cpp:1136
Methodkey
include/caffe/util/db_leveldb.hpp:21
Methodkey
include/caffe/util/db_lmdb.hpp:29
Methodlayer_fn
(*args, **kwargs)
python/caffe/net_spec.py:195
Functionlayer_get_attr
Usage: caffe_('layer_get_attr', hLayer)
matlab/+caffe/private/caffe_.cpp:347
Functionlayer_get_type
Usage: caffe_('layer_get_type', hLayer)
matlab/+caffe/private/caffe_.cpp:361
Functionline_number
Gets the line in the source file where the test part took place, or -1 if it's unknown.
src/gtest/gtest.h:16737
Methodlinked_ptr
Take over ownership of a raw pointer. This should happen as soon as possible after the object is created.
src/gtest/gtest.h:9096
Methodload_batch
src/caffe/layers/window_data_layer.cpp:228
Methodload_batch
src/caffe/layers/image_data_layer.cpp:100
Methodload_batch
src/caffe/layers/data_layer.cpp:72
Functionload_image
Load an image converting from grayscale or alpha as needed. Parameters ---------- filename : string color : boolean flag
python/caffe/io.py:278
Functionmain
tools/convert_imageset.cpp:46
Functionmain
tools/net_speed_benchmark.cpp:3
Functionmain
tools/finetune_net.cpp:3
Functionmain
tools/upgrade_solver_proto_text.cpp:18
Functionmain
tools/caffe.cpp:378
Functionmain
tools/device_query.cpp:3
Functionmain
tools/upgrade_net_proto_binary.cpp:18
Functionmain
tools/test_net.cpp:3
Functionmain
tools/train_net.cpp:3
Functionmain
tools/extract_features.cpp:25
Functionmain
tools/compute_image_mean.cpp:24
Functionmain
tools/upgrade_net_proto_text.cpp:18
Functionmain
src/caffe/test/test_caffe_main.cpp:17
Functionmain
src/gtest/gtest_main.cc:34
Functionmain
examples/mnist/convert_mnist_data.cpp:176
Functionmain
examples/cpp_classification/classification.cpp:229
Functionmain
examples/siamese/convert_mnist_siamese_data.cpp:109
Functionmain
examples/cifar10/convert_cifar_data.cpp:93
Functionmake_linked_ptr
src/gtest/gtest.h:9180
Functionmake_tuple
src/gtest/gtest.h:1206
FunctionmexFunction
----------------------------------------------------------------- ** matlab entry point. **/ Usage: caffe_(api_command, arg1, arg2, ...)
matlab/+caffe/private/caffe_.cpp:553
Methodmode
Returns the mode: running on CPU or GPU.
include/caffe/common.hpp:138
Methodmust_stop
src/caffe/internal_thread.cpp:17
Methodmutable_cpu_data
src/caffe/syncedmem.cpp:124
Methodmutable_gpu_data
src/caffe/syncedmem.cpp:130
Functionname
Returns the test name.
src/gtest/gtest.h:17660
Functionnet_backward
Usage: caffe_('net_backward', hNet)
matlab/+caffe/private/caffe_.cpp:308
Functionnet_copy_from
Usage: caffe_('net_copy_from', hNet, weights_file)
matlab/+caffe/private/caffe_.cpp:316
Functionnet_forward
Usage: caffe_('net_forward', hNet)
matlab/+caffe/private/caffe_.cpp:300
Functionnet_get_attr
Usage: caffe_('net_get_attr', hNet)
matlab/+caffe/private/caffe_.cpp:275
Functionnet_reshape
Usage: caffe_('net_reshape', hNet)
matlab/+caffe/private/caffe_.cpp:327
Functionnet_save
Usage: caffe_('net_save', hNet, save_file)
matlab/+caffe/private/caffe_.cpp:335
Functionnonfatally_failed
Returns true iff the test part non-fatally failed.
src/gtest/gtest.h:16752
Functionopen_oriented_im
(im_path)
examples/web_demo/exifutil.py:19
Methodoperator!
Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
src/gtest/gtest-all.cpp:2261
Functionoperator!=
src/gtest/gtest.h:1491
Methodoperator!=
src/gtest/gtest.h:9131
Methodoperator!=
src/gtest/gtest.h:10063
Methodoperator()
python/caffe/_caffe.cpp:149
Methodoperator()
Returns true iff the test name of test property matches on key_.
src/gtest/gtest-all.cpp:743
← previousnext →2,101–2,200 of 2,536, ranked by callers