Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alexgkendall/caffe-posenet
/ functions
Functions
2,536 in github.com/alexgkendall/caffe-posenet
⨍
Functions
2,536
◇
Types & classes
780
↳
Endpoints
3
↓ 1 callers
Function
python_net_file
()
python/caffe/test/test_python_layer.py:47
↓ 1 callers
Function
python_param_net_file
()
python/caffe/test/test_python_layer_with_param_str.py:28
↓ 1 callers
Function
read_net
(filename)
tools/extra/summarize.py:22
↓ 1 callers
Function
reset
Usage: caffe_('reset')
matlab/+caffe/private/caffe_.cpp:458
↓ 1 callers
Method
resize_and_crop_image
Takes an image name, resize it and crop the center square
tools/extra/resize_and_crop_images.py:20
↓ 1 callers
Function
resize_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 callers
Function
save_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 callers
Method
scale_data
src/caffe/blob.cpp:323
↓ 1 callers
Method
set
src/gtest/gtest.h:2408
↓ 1 callers
Method
set_forwarding_enabled
src/gtest/gtest-all.cpp:4210
↓ 1 callers
Method
set_loss
* @brief Sets the loss associated with a top blob at a given index. */
include/caffe/layer.hpp:206
↓ 1 callers
Function
sigmoid
src/caffe/layers/sigmoid_layer.cpp:9
↓ 1 callers
Function
silent_net
()
python/caffe/test/test_net_spec.py:44
↓ 1 callers
Method
simple_solver_param
src/caffe/test/test_solver_factory.cpp:19
↓ 1 callers
Method
size
STL-style container methods.
src/gtest/gtest.h:7739
↓ 1 callers
Function
start_from_terminal
Parse command line options and start the server.
examples/web_demo/app.py:192
↓ 1 callers
Function
start_tornado
(app, port=5000)
examples/web_demo/app.py:184
↓ 1 callers
Method
successful_test_count
Gets the number of successful tests.
src/gtest/gtest-all.cpp:2028
↓ 1 callers
Function
summarize_net
(net)
tools/extra/summarize.py:63
↓ 1 callers
Function
tanh_naive
src/caffe/test/test_tanh_layer.cpp:16
↓ 1 callers
Method
test_property_count
Returns the number of the test properties.
src/gtest/gtest-all.cpp:3191
↓ 1 callers
Function
time
Time: benchmark the execution time of a model.
tools/caffe.cpp:290
↓ 1 callers
Method
to_proto
Generate a NetParameter that contains all layers needed to compute this top.
python/caffe/net_spec.py:90
↓ 1 callers
Method
total_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 callers
Method
type
include/caffe/layers/filter_layer.hpp:28
↓ 1 callers
Method
type
include/caffe/layers/hinge_loss_layer.hpp:63
↓ 1 callers
Method
type
include/caffe/layers/multinomial_logistic_loss_layer.hpp:51
↓ 1 callers
Method
type
include/caffe/layers/sigmoid_cross_entropy_loss_layer.hpp:56
↓ 1 callers
Method
type
include/caffe/layers/softmax_loss_layer.hpp:61
↓ 1 callers
Method
type
include/caffe/layers/hdf5_data_layer.hpp:36
↓ 1 callers
Method
type
include/caffe/layers/absval_layer.hpp:32
↓ 1 callers
Method
type
include/caffe/layers/memory_data_layer.hpp:27
↓ 1 callers
Method
type
include/caffe/layers/split_layer.hpp:26
↓ 1 callers
Method
value
include/caffe/util/db_lmdb.hpp:32
Method
SingleFailureChecker
The constructor of SingleFailureChecker remembers where to look up test part results, what type of failure we expect, and what substring the failure m
src/gtest/gtest-all.cpp:1947
Method
AbsValLayer
include/caffe/layers/absval_layer.hpp:27
Method
AccuracyLayer
* @param param provides AccuracyParameter accuracy_param, * with AccuracyLayer options: * - top_k (\b optional, default 1). * Sets
include/caffe/layers/accuracy_layer.hpp:29
Method
AccuracyLayerTest
src/caffe/test/test_accuracy_layer.cpp:19
Method
AdaDeltaPreSolve
src/caffe/solvers/adadelta_solver.cpp:8
Method
AdaDeltaSolver
include/caffe/sgd_solvers.hpp:109
Method
AdaGradSolver
include/caffe/sgd_solvers.hpp:66
Method
AdamPreSolve
src/caffe/solvers/adam_solver.cpp:8
Method
AdamSolver
include/caffe/sgd_solvers.hpp:133
Method
AddCreator
Adds a creator.
include/caffe/solver_factory.hpp:65
Method
AddCreator
Adds a creator.
include/caffe/layer_factory.hpp:67
Function
AddGlobalTestEnvironment
A convenient wrapper for adding an environment for the test program. You should call this before RUN_ALL_TESTS() is called, probably in main(). If y
src/gtest/gtest.h:18288
Method
AddTestCaseInstantiation
INSTANTIATE_TEST_CASE_P macro uses AddGenerator() to record information about a generator.
src/gtest/gtest.h:10409
Function
AddTestInfo
Adds a TestInfo to the unit test. Arguments: set_up_tc: pointer to the function that sets up the test case tear_down_tc: pointer to the function
src/gtest/gtest-all.cpp:1030
Function
AddTestName
src/gtest/gtest.h:7270
Method
AddTestPattern
TEST_P macro uses AddTestPattern() to record information about a single test in a LocalTestInfo structure. test_case_name is the base name of the test
src/gtest/gtest.h:10400
Method
Advance
src/gtest/gtest.h:10229
Method
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
src/gtest/gtest.h:13426
Method
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
src/gtest/gtest.h:13545
Method
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
src/gtest/gtest.h:13682
Method
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
src/gtest/gtest.h:13836
Method
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
src/gtest/gtest.h:14009
Method
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
src/gtest/gtest.h:14199
Method
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
src/gtest/gtest.h:14408
Method
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
src/gtest/gtest.h:14633
Method
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
src/gtest/gtest.h:14876
Method
AllowForceBackward
* Unlike most loss layers, in the ContrastiveLossLayer we can backpropagate * to the first two inputs. */
include/caffe/layers/contrastive_loss_layer.hpp:52
Method
AllowForceBackward
* We usually cannot backpropagate to the labels; ignore force_backward for * these inputs. */
include/caffe/layers/loss_layer.hpp:46
Method
AllowForceBackward
* Unlike most loss layers, in the EuclideanLossLayer we can backpropagate * to both inputs -- override to return true and always allow force_backwa
include/caffe/layers/euclidean_loss_layer.hpp:53
Method
AnsiToUtf16
Creates a UTF-16 wide string from the given ANSI string, allocating memory using new. The caller is responsible for deleting the return value using de
src/gtest/gtest-all.cpp:2162
Method
AppendBottom
src/caffe/net.cpp:444
Method
AppendParam
src/caffe/net.cpp:470
Method
AppendTop
src/caffe/net.cpp:385
Method
ApplyUpdate
src/caffe/solvers/sgd_solver.cpp:102
Method
ApplyUpdate
include/caffe/solver.hpp:144
Method
ArgMaxLayer
* @param param provides ArgMaxParameter argmax_param, * with ArgMaxLayer options: * - top_k (\b optional uint, default 1). * the nu
include/caffe/layers/argmax_layer.hpp:38
Method
ArgMaxLayerTest
src/caffe/test/test_argmax_layer.cpp:18
Method
Arguments
src/gtest/gtest-all.cpp:7043
Function
ArrayAwareFind
src/gtest/gtest.h:7660
Method
AssertHeld
Does nothing if the current thread holds the mutex. Otherwise, crashes with high probability.
src/gtest/gtest.h:2285
Method
AssertHeld
src/gtest/gtest.h:2464
Method
AssertHelper
AssertHelper constructor.
src/gtest/gtest-all.cpp:1643
Method
AssertHelperData
src/gtest/gtest.h:18635
Function
AssertPred1Helper
src/gtest/gtest.h:18909
Function
AssertPred2Helper
src/gtest/gtest.h:18951
Function
AssertPred3Helper
src/gtest/gtest.h:19000
Function
AssertPred4Helper
src/gtest/gtest.h:19056
Function
AssertPred5Helper
src/gtest/gtest.h:19119
Method
AssertionResult
AssertionResult constructors. Used in EXPECT_TRUE/FALSE(assertion_result).
src/gtest/gtest-all.cpp:2253
Method
AssumeRole
The AssumeRole process for a Windows death test. It creates a child process with the same executable as the current process to run the death test. T
src/gtest/gtest-all.cpp:6840
Method
AtEnd
src/gtest/gtest.h:13599
Method
AtEnd
src/gtest/gtest.h:13745
Method
AtEnd
src/gtest/gtest.h:13907
Method
AtEnd
src/gtest/gtest.h:14088
Method
AtEnd
src/gtest/gtest.h:14286
Method
AtEnd
src/gtest/gtest.h:14503
Method
AtEnd
src/gtest/gtest.h:14737
Method
AtEnd
src/gtest/gtest.h:14988
Method
AutoHandle
src/gtest/gtest-all.cpp:1341
Method
AutoTopBlobs
* @brief For convenience and backwards compatibility, instruct the Net to * automatically allocate a single top Blob for LossLayers, into wh
include/caffe/layers/loss_layer.hpp:40
Method
BNLLLayer
include/caffe/layers/bnll_layer.hpp:34
Function
BOOST_PYTHON_MODULE
python/caffe/_caffe.cpp:212
Method
BackwardDebugInfo
src/caffe/net.cpp:684
Method
BackwardFromTo
src/caffe/net.cpp:635
Method
Backward_cpu
src/caffe/layers/prelu_layer.cpp:92
Method
Backward_cpu
src/caffe/layers/filter_layer.cpp:79
← previous
next →
801–900 of 2,536, ranked by callers