MCPcopy Create free account

hub / github.com/Yijunmaverick/GenerativeFaceCompletion / functions

Functions2,509 in github.com/Yijunmaverick/GenerativeFaceCompletion

↓ 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:85
↓ 1 callersFunctionanon_lenet
(batch_size)
python/caffe/test/test_net_spec.py:26
↓ 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:326
↓ 1 callersFunctioncaffe_rng_uniform
src/caffe/util/math_functions.cpp:305
↓ 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:114
↓ 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 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 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 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
(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 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 callersMethodon_gradients_ready
src/caffe/parallel.cpp:329
↓ 1 callersMethodon_start
src/caffe/parallel.cpp:291
↓ 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 callersMethodpredict
Predict classification probabilities of inputs. Parameters ---------- inputs : iterable of (H x W x K) input ndarray
python/caffe/classifier.py:47
↓ 1 callersFunctionpython_net_file
()
python/caffe/test/test_python_layer.py:47
↓ 1 callersFunctionpython_param_net_file
()
python/caffe/test/test_python_layer_with_param_str.py:28
↓ 1 callersFunctionreset
Usage: caffe_('reset')
matlab/+caffe/private/caffe_.cpp:672
↓ 1 callersMethodresize_and_crop_image
Takes an image name, resize it and crop the center square
tools/extra/resize_and_crop_images.py:20
↓ 1 callersFunctionresize_image
Resize an image array with interpolation. Parameters ---------- im : (H x W x K) ndarray new_dims : (height, width) tuple of new
python/caffe/io.py:305
↓ 1 callersFunctionsave_csv_files
Save CSV files to output_dir If the input log file is, e.g., caffe.INFO, the names will be caffe.INFO.train and caffe.INFO.test
tools/extra/parse_log.py:132
↓ 1 callersMethodscale_data
src/caffe/blob.cpp:323
↓ 1 callersMethodset
src/gtest/gtest.h:2408
↓ 1 callersMethodset_forwarding_enabled
src/gtest/gtest-all.cpp:4210
↓ 1 callersMethodset_loss
* @brief Sets the loss associated with a top blob at a given index. */
include/caffe/layer.hpp:206
↓ 1 callersFunctionsigmoid
src/caffe/layers/sigmoid_layer.cpp:11
↓ 1 callersFunctionsilent_net
()
python/caffe/test/test_net_spec.py:44
↓ 1 callersMethodsimple_solver_param
src/caffe/test/test_solver_factory.cpp:19
↓ 1 callersMethodsize
STL-style container methods.
src/gtest/gtest.h:7739
↓ 1 callersMethodsuccessful_test_count
Gets the number of successful tests.
src/gtest/gtest-all.cpp:2028
↓ 1 callersFunctiontanh_naive
src/caffe/test/test_tanh_layer.cpp:16
↓ 1 callersMethodtest_property_count
Returns the number of the test properties.
src/gtest/gtest-all.cpp:3191
↓ 1 callersFunctiontime
Time: benchmark the execution time of a model.
tools/caffe.cpp:290
↓ 1 callersFunctionto_proto
Generate a NetParameter that contains all layers needed to compute all arguments.
python/caffe/net_spec.py:43
↓ 1 callersMethodto_proto
Generate a NetParameter that contains all layers needed to compute this top.
python/caffe/net_spec.py:90
↓ 1 callersMethodtotal_part_count
Gets the number of all test parts. This is the sum of the number of successful test parts and the number of failed test parts.
src/gtest/gtest-all.cpp:3186
↓ 1 callersMethodtype
include/caffe/common_layers.hpp:314
← previousnext →701–800 of 2,509, ranked by callers