MCPcopy Create free account

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

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

↓ 1 callersFunctionStackLowerThanAddress
src/gtest/gtest-all.cpp:7136
↓ 1 callersFunctionStrCaseCmp
src/gtest/gtest.h:2618
↓ 1 callersFunctionStrError
src/gtest/gtest.h:2700
↓ 1 callersMethodTearDown
Tears down the test fixture. A sub-class may override this.
src/gtest/gtest-all.cpp:3218
↓ 1 callersMethodTestBackward
src/caffe/test/test_tanh_layer.cpp:67
↓ 1 callersMethodTestForward
src/caffe/test/test_sigmoid_cross_entropy_loss_layer.cpp:62
↓ 1 callersMethodTestForward
src/caffe/test/test_batch_reindex_layer.cpp:61
↓ 1 callersMethodTestForward
src/caffe/test/test_euclidean_loss_layer.cpp:40
↓ 1 callersFunctionTestPartResult
C'tor. TestPartResult does NOT have a default constructor. Always use this constructor (with parameters) to create a TestPartResult object.
src/gtest/gtest.h:16717
↓ 1 callersFunctionTestPartResultTypeToString
Converts a TestPartResult::Type enum to human-friendly string representation. Both kNonFatalFailure and kFatalFailure are translated to "Failure", as
src/gtest/gtest-all.cpp:3803
↓ 1 callersMethodToHDF5
src/caffe/net.cpp:926
↓ 1 callersFunctionToUpper
src/gtest/gtest.h:2598
↓ 1 callersFunctionUnhookHandler
Set the signal handlers to the default.
src/caffe/util/signal_handler.cpp:48
↓ 1 callersFunctionUniversalPrintArray
src/gtest/gtest.h:9796
↓ 1 callersMethodUnlock
Releases this mutex.
src/gtest/gtest.h:2275
↓ 1 callersMethodUpdate
Update nesting state with current line. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containin
scripts/cpp_lint.py:2004
↓ 1 callersFunctionUpdateIncludeState
Fill up the include_state with new includes found from the file. Args: filename: the name of the header to read. include_state: an _Include
scripts/cpp_lint.py:4454
↓ 1 callersMethodUpdatePreprocessor
Update preprocessor stack. We need to handle preprocessors due to classes like this: #ifdef SWIG struct ResultDetailsPageElementExten
scripts/cpp_lint.py:1948
↓ 1 callersFunctionUpgradeV0LayerParameter
src/caffe/util/upgrade_proto.cpp:179
↓ 1 callersFunctionUpgradeV0LayerType
src/caffe/util/upgrade_proto.cpp:531
↓ 1 callersFunctionUpgradeV1LayerParameter
src/caffe/util/upgrade_proto.cpp:667
↓ 1 callersFunctionValidateRegex
Generates non-fatal failures and returns false if regex is invalid; otherwise returns true.
src/gtest/gtest-all.cpp:8033
↓ 1 callersMethodWaitForNotification
Blocks until the controller thread notifies. Must be called from a test thread.
src/gtest/gtest.h:2157
↓ 1 callersFunctionWrite
src/gtest/gtest.h:2696
↓ 1 callersFunctionWriteToShardStatusFileIfNeeded
Reads the GTEST_SHARD_STATUS_FILE environment variable, and creates the file if the variable is present. If a file already exists at this location, th
src/gtest/gtest-all.cpp:5584
↓ 1 callersFunction_ClassifyInclude
Figures out what kind of header 'include' is. Args: fileinfo: The current file cpplint is running over. A FileInfo instance. include: The p
scripts/cpp_lint.py:3620
↓ 1 callersMethod_CollapseStrings
Collapses strings and chars on a line to simple "" or '' blocks. We nix strings first so we're not fooled by text like '"http://"' Args:
scripts/cpp_lint.py:1209
↓ 1 callersFunction_Filters
Returns the module's list of output filters, as a list.
scripts/cpp_lint.py:792
↓ 1 callersFunction_GetTextInside
r"""Retrieves all the text between matching open and close parentheses. Given a string of lines and a regular expression string, retrieve all the t
scripts/cpp_lint.py:3752
↓ 1 callersFunction_IsTestFilename
Determines if the given filename has a suffix that identifies it as a test. Args: filename: The input filename. Returns: True if 'filena
scripts/cpp_lint.py:3603
↓ 1 callersFunction_OutputFormat
Gets the module's output format.
scripts/cpp_lint.py:767
↓ 1 callersFunction_SetCountingStyle
Sets the module's counting options.
scripts/cpp_lint.py:787
↓ 1 callersFunction_SetFilters
Sets the module's error-message filters. These filters are applied when deciding whether to emit a given error message. Args: filters: A s
scripts/cpp_lint.py:797
↓ 1 callersFunction_SetOutputFormat
Sets the module's output format.
scripts/cpp_lint.py:772
↓ 1 callersFunction_ShouldPrintError
If confidence >= verbose, category passes filter and is not suppressed.
scripts/cpp_lint.py:961
↓ 1 callersMethod__setattr__
(self, name, value)
python/caffe/net_spec.py:172
↓ 1 callersMethod_get_name
(self, names, autonames)
python/caffe/net_spec.py:117
↓ 1 callersFunctionad_hoc_test_result
Returns the TestResult for the ad hoc test.
src/gtest/gtest-all.cpp:982
↓ 1 callersMethodadd_callback
include/caffe/solver.hpp:87
↓ 1 callersFunctionanon_lenet
(batch_size)
python/caffe/test/test_net_spec.py:26
↓ 1 callersFunctionapply_orientation
(im, orientation)
examples/web_demo/exifutil.py:35
↓ 1 callersFunctionarray_to_blobproto
Converts a N-dimensional array to blob proto. If diff is given, also convert the diff. You need to make sure that arr and diff have the same s
python/caffe/io.py:36
↓ 1 callersMethodasync_gpu_push
src/caffe/syncedmem.cpp:142
↓ 1 callersMethodbackward
(self, top, propagate_down, bottom)
python/caffe/test/test_python_layer_with_param_str.py:24
↓ 1 callersFunctionblobproto_to_array
Convert a blob proto to an array. In default, we will just return the data, unless return_diff is True, in which case we will return the diff
python/caffe/io.py:18
↓ 1 callersFunctioncaffe_rng_gaussian
src/caffe/util/math_functions.cpp:267
↓ 1 callersFunctioncaffe_rng_uniform
src/caffe/util/math_functions.cpp:246
↓ 1 callersFunctioncblas_daxpby
include/caffe/util/mkl_alternate.hpp:89
↓ 1 callersFunctioncblas_saxpby
In addition, MKL comes with an additional function axpby that is not present in standard blas. We will simply use a two-step (inefficient, of course)
include/caffe/util/mkl_alternate.hpp:83
↓ 1 callersFunctionchoose_color_by_layertype
Define colors for nodes based on the layer type.
python/caffe/draw.py:108
↓ 1 callersMethodconfigure
src/caffe/parallel.cpp:110
↓ 1 callersMethodconfigure_crop
Configure crop dimensions and amount of context for cropping. If context is included, make the special input mean for context padding
python/caffe/detector.py:181
↓ 1 callersFunctionconvert_dataset
examples/mnist/convert_mnist_data.cpp:40
↓ 1 callersFunctionconvert_dataset
examples/siamese/convert_mnist_siamese_data.cpp:36
↓ 1 callersFunctionconvert_dataset
examples/cifar10/convert_cifar_data.cpp:39
↓ 1 callersMethodcurrent_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 callersMethoddetect_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 callersFunctiondraw_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:180
↓ 1 callersFunctionembed_image_html
Creates an image embedded in HTML base64 format.
examples/web_demo/app.py:82
↓ 1 callersFunctionexception_net_file
()
python/caffe/test/test_python_layer.py:60
↓ 1 callersFunctionextract_seconds
(input_file, output_file)
tools/extra/extract_seconds.py:44
↓ 1 callersMethodfile
src/gtest/gtest.h:8182
↓ 1 callersMethodforward
(self, bottom, top)
python/caffe/test/test_python_layer_with_param_str.py:21
↓ 1 callersMethodforward
(self, bottom, top)
examples/pycaffe/layers/pyloss.py:25
↓ 1 callersMethodforwarding_enabled
Controls whether events will be forwarded to listeners_. Set to false in death test child processes.
src/gtest/gtest-all.cpp:4209
↓ 1 callersFunctionget
src/gtest/gtest.h:1446
↓ 1 callersFunctionget_edge_label
Define edge label based on layer type.
python/caffe/draw.py:37
↓ 1 callersFunctionget_layer_label
Define node label based on layer type. Parameters ---------- layer : ? rankdir : {'LR', 'TB', 'BT'} Direction of graph layout
python/caffe/draw.py:53
↓ 1 callersFunctionget_log_created_year
Get year from log file system timestamp
tools/extra/extract_seconds.py:22
↓ 1 callersFunctionget_pooling_types_dict
Get dictionary mapping pooling type number to type name
python/caffe/draw.py:27
↓ 1 callersFunctionget_pydot_graph
Create a data structure which represents the `caffe_net`. Parameters ---------- caffe_net : object rankdir : {'LR', 'TB', 'BT'}
python/caffe/draw.py:121
↓ 1 callersFunctionget_start_time
Find start time from group of lines
tools/extra/extract_seconds.py:31
↓ 1 callersFunctionhdf5_get_name_by_idx
src/caffe/util/hdf5.cpp:173
↓ 1 callersFunctionhdf5_load_string
src/caffe/util/hdf5.cpp:126
↓ 1 callersFunctionhdf5_save_string
src/caffe/util/hdf5.cpp:142
↓ 1 callersMethodis_nan
Returns true iff this is NAN (not a number).
src/gtest/gtest.h:7078
↓ 1 callersFunctionlenet
(batch_size)
python/caffe/test/test_net_spec.py:7
↓ 1 callersMethodline
src/gtest/gtest.h:8183
↓ 1 callersFunctionmain
()
tools/extra/parse_log.py:188
↓ 1 callersFunctionmain
()
tools/extra/summarize.py:128
↓ 1 callersFunctionmain
(argv)
python/detect.py:30
↓ 1 callersFunctionmain
(argv)
python/classify.py:17
↓ 1 callersFunctionmain
()
python/draw_net.py:36
↓ 1 callersFunctionmain
()
scripts/cpp_lint.py:4849
↓ 1 callersFunctionmake_net
()
examples/pycaffe/caffenet.py:47
↓ 1 callersMethodmap
(self, key, value)
tools/extra/resize_and_crop_images.py:77
↓ 1 callersFunctionmatchExt
Do the file extension and encoding match?
src/caffe/util/io.cpp:106
↓ 1 callersFunctionmessage
Gets the message associated with the test part.
src/gtest/gtest.h:16743
↓ 1 callersMethodnum_inputs
@brief Input and output blob numbers
include/caffe/net.hpp:195
↓ 1 callersMethodnum_outputs
include/caffe/net.hpp:196
↓ 1 callersMethodon_gradients_ready
src/caffe/parallel.cpp:325
↓ 1 callersMethodon_start
src/caffe/parallel.cpp:287
↓ 1 callersFunctionparam_name_dict
Find out the correspondence between layer names and parameter names.
python/caffe/net_spec.py:28
↓ 1 callersMethodparam_propagate_down
* @brief Specifies whether the layer should compute gradients w.r.t. a * parameter at a particular index given by param_id. * * You ca
include/caffe/layer.hpp:304
↓ 1 callersFunctionparameter_net_file
()
python/caffe/test/test_python_layer.py:70
↓ 1 callersFunctionparse_args
()
tools/extra/parse_log.py:164
↓ 1 callersFunctionparse_args
Parse input arguments
python/draw_net.py:13
↓ 1 callersFunctionparse_log
Parse log file Returns (train_dict_list, train_dict_names, test_dict_list, test_dict_names) train_dict_list and test_dict_list are lists of d
tools/extra/parse_log.py:17
↓ 1 callersFunctionparse_readme_frontmatter
(dirname)
scripts/download_model_binary.py:30
↓ 1 callersFunctionprint_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
← previousnext →701–800 of 2,536, ranked by callers