Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Yijunmaverick/GenerativeFaceCompletion
/ functions
Functions
2,509 in github.com/Yijunmaverick/GenerativeFaceCompletion
⨍
Functions
2,509
◇
Types & classes
783
Function
caffe_add<double>
src/caffe/util/math_functions.cpp:195
Function
caffe_add<float>
src/caffe/util/math_functions.cpp:189
Function
caffe_axpy<double>
src/caffe/util/math_functions.cpp:112
Function
caffe_axpy<float>
src/caffe/util/math_functions.cpp:108
Function
caffe_bound
src/caffe/util/math_functions.cpp:520
Function
caffe_cpu_asum<double>
src/caffe/util/math_functions.cpp:438
Function
caffe_cpu_asum<float>
src/caffe/util/math_functions.cpp:433
Function
caffe_cpu_axpby<double>
src/caffe/util/math_functions.cpp:183
Function
caffe_cpu_axpby<float>
src/caffe/util/math_functions.cpp:177
Function
caffe_cpu_gemm<double>
src/caffe/util/math_functions.cpp:83
Function
caffe_cpu_gemm<float>
src/caffe/util/math_functions.cpp:72
Function
caffe_cpu_gemv<double>
src/caffe/util/math_functions.cpp:101
Function
caffe_cpu_gemv<float>
src/caffe/util/math_functions.cpp:94
Function
caffe_cpu_hamming_distance<double>
src/caffe/util/math_functions.cpp:422
Function
caffe_cpu_hamming_distance<float>
src/caffe/util/math_functions.cpp:411
Function
caffe_cpu_permute
src/caffe/util/math_functions.cpp:457
Function
caffe_cpu_relu_backward
src/caffe/util/math_functions.cpp:42
Function
caffe_cpu_relu_forward
src/caffe/util/math_functions.cpp:33
Function
caffe_cpu_scale<double>
src/caffe/util/math_functions.cpp:450
Function
caffe_cpu_scale<float>
src/caffe/util/math_functions.cpp:443
Function
caffe_cpu_sigmoid_backward
src/caffe/util/math_functions.cpp:23
Function
caffe_cpu_sigmoid_forward
src/caffe/util/math_functions.cpp:14
Function
caffe_cpu_strided_dot<double>
src/caffe/util/math_functions.cpp:394
Function
caffe_cpu_strided_dot<float>
src/caffe/util/math_functions.cpp:388
Function
caffe_cpu_tanh_backward
src/caffe/util/math_functions.cpp:61
Function
caffe_cpu_tanh_forward
src/caffe/util/math_functions.cpp:51
Function
caffe_div<double>
src/caffe/util/math_functions.cpp:231
Function
caffe_div<float>
src/caffe/util/math_functions.cpp:225
Function
caffe_exp<double>
src/caffe/util/math_functions.cpp:264
Function
caffe_exp<float>
src/caffe/util/math_functions.cpp:259
Function
caffe_log<double>
src/caffe/util/math_functions.cpp:274
Function
caffe_log<float>
src/caffe/util/math_functions.cpp:269
Function
caffe_mul<double>
src/caffe/util/math_functions.cpp:219
Function
caffe_mul<float>
src/caffe/util/math_functions.cpp:213
Function
caffe_nextafter
src/caffe/util/math_functions.cpp:293
Function
caffe_powx<double>
src/caffe/util/math_functions.cpp:243
Function
caffe_powx<float>
src/caffe/util/math_functions.cpp:237
Function
caffe_scal<double>
src/caffe/util/math_functions.cpp:172
Function
caffe_scal<float>
src/caffe/util/math_functions.cpp:167
Function
caffe_sign
include/caffe/util/math_functions.hpp:135
Function
caffe_sqr<double>
src/caffe/util/math_functions.cpp:254
Function
caffe_sqr<float>
src/caffe/util/math_functions.cpp:249
Function
caffe_sub<double>
src/caffe/util/math_functions.cpp:207
Function
caffe_sub<float>
src/caffe/util/math_functions.cpp:201
Method
capture
src/gtest/gtest.h:9152
Function
catch_exceptions
Returns the value of GTEST_FLAG(catch_exceptions) at the moment UnitTest::Run() starts.
src/gtest/gtest-all.cpp:1182
Method
channels
include/caffe/data_layers.hpp:288
Method
compute
src/caffe/parallel.cpp:121
Method
compute_output_shape
src/caffe/layers/deconv_layer.cpp:12
Method
compute_output_shape
src/caffe/layers/conv_layer.cpp:12
Method
constructor_sanity_check
include/caffe/sgd_solvers.hpp:74
Method
constructor_sanity_check
include/caffe/sgd_solvers.hpp:94
Method
conv_col2im_cpu
include/caffe/vision_layers.hpp:115
Method
conv_col2im_gpu
include/caffe/vision_layers.hpp:143
Method
conv_im2col_cpu
wrap im2col/col2im so we don't have to remember the (long) argument lists
include/caffe/vision_layers.hpp:102
Method
conv_im2col_gpu
include/caffe/vision_layers.hpp:129
Method
cpu_data
src/caffe/syncedmem.cpp:81
Function
createConvolutionDesc
include/caffe/util/cudnn.hpp:96
Function
createFilterDesc
include/caffe/util/cudnn.hpp:88
Function
createPoolingDesc
include/caffe/util/cudnn.hpp:109
Function
createTensor4dDesc
include/caffe/util/cudnn.hpp:64
Function
create_handle_vec
matlab/+caffe/private/caffe_.cpp:148
Function
cublasGetErrorString
src/caffe/common.cpp:218
Method
cublas_handle
include/caffe/common.hpp:131
Function
cudnnGetErrorString
include/caffe/util/cudnn.hpp:17
Function
curandGetErrorString
src/caffe/common.cpp:248
Method
curand_generator
include/caffe/common.hpp:132
Function
current_test_case
src/gtest/gtest-all.cpp:1112
Function
current_test_info
src/gtest/gtest-all.cpp:1113
Function
datum_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
Function
death_test_count
Returns the death test count.
src/gtest/gtest.h:17611
Function
death_test_factory
Returns a pointer to the current death test factory.
src/gtest/gtest-all.cpp:1141
Function
default_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
Function
default_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
Method
depart
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
Method
depart
src/gtest/gtest.h:9148
Method
deprocess
Invert Caffe formatting; see preprocess().
python/caffe/io.py:163
Function
device_query
Device Query: show diagnostic information for a GPU device.
tools/caffe.cpp:110
Method
diff_at
include/caffe/blob.hpp:197
Function
draw_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
Function
elapsed_time
Returns the elapsed time, in milliseconds.
src/gtest/gtest.h:17561
Function
elapsed_time
Gets the elapsed time, in milliseconds.
src/gtest/gtest-all.cpp:949
Function
empty
Returns true iff this is an empty string (i.e. "").
src/gtest/gtest.h:3091
Method
end
src/gtest/gtest.h:10106
Method
entry
src/caffe/internal_thread.cpp:41
Method
exponent_bits
Returns the exponent bits of this number.
src/gtest/gtest.h:7069
Function
failed
Returns true iff the test part failed.
src/gtest/gtest.h:16749
Method
failed_test_case_count
Gets the number of failed test cases.
src/gtest/gtest-all.cpp:2012
Function
failure_message
TODO(vladl@google.com): Remove this after making sure no clients use it. Deprecated; please use message() instead.
src/gtest/gtest.h:17313
Function
fatally_failed
Returns true iff the test part fatally failed.
src/gtest/gtest.h:16755
Function
feature_extraction_pipeline
tools/extract_features.cpp:33
Function
file_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
Method
forward
(self, bottom, top)
python/caffe/test/test_python_layer.py:41
Method
forward_gpu_bias
src/caffe/layers/base_conv_layer.cpp:331
Method
forward_gpu_gemm
src/caffe/layers/base_conv_layer.cpp:313
Method
fraction_bits
Returns the fraction bits of this number.
src/gtest/gtest.h:7072
Method
get
src/gtest/gtest.h:9126
Function
get_init_key
Usage: caffe_('get_init_key')
matlab/+caffe/private/caffe_.cpp:666
Function
get_net
Usage: caffe_('get_net', model_file, phase_name)
matlab/+caffe/private/caffe_.cpp:300
Method
get_pytype
python/caffe/_caffe.cpp:152
← previous
next →
2,001–2,100 of 2,509, ranked by callers