MCPcopy Create free account

hub / github.com/WeitaoVan/L-GM-loss / types & classes

Types & classes825 in github.com/WeitaoVan/L-GM-loss

↓ 21 callersClassGet
src/gtest/gtest.h:696
↓ 4 callersClassDevicePair
include/caffe/parallel.hpp:62
↓ 4 callersClassMat
include/caffe/common.hpp:73
↓ 4 callersClasssigaction
src/caffe/util/signal_handler.cpp:31
↓ 3 callersClassFileInfo
Provides utility functions for filenames. FileInfo provides easy access to the components of a file's path relative to the project root.
scripts/cpp_lint.py:871
↓ 2 callersClassNdarrayCallPolicies
python/caffe/_caffe.cpp:205
↓ 2 callersClassTest
Represents a failure message.
src/gtest/gtest.h:6789
↓ 1 callersClassAssertHelper
src/gtest/gtest.h:17175
↓ 1 callersClassBatchLoader
This class abstracts away the loading of images. Images can either be loaded singly, or in a batch. The latter is used for the asyncronou
examples/pycaffe/layers/pascal_multilabel_datalayers.py:81
↓ 1 callersClassClassUniqueToAlwaysTrue
src/gtest/gtest-all.cpp:5831
↓ 1 callersClassCleansedLines
Holds 3 copies of all lines with different preprocessing applied to them. 1) elided member contains lines without strings and comments, 2) lines
scripts/cpp_lint.py:1183
↓ 1 callersClassFunction
A Function specifies a layer, its parameters, and its inputs (which are Tops from other layers).
python/caffe/net_spec.py:100
↓ 1 callersClassGTEST_1_TUPLE_
src/gtest/gtest.h:744
↓ 1 callersClassGTEST_2_TUPLE_
src/gtest/gtest.h:776
↓ 1 callersClassGTEST_3_TUPLE_
src/gtest/gtest.h:819
↓ 1 callersClassGTEST_4_TUPLE_
src/gtest/gtest.h:856
↓ 1 callersClassGTEST_5_TUPLE_
src/gtest/gtest.h:897
↓ 1 callersClassGTEST_6_TUPLE_
src/gtest/gtest.h:941
↓ 1 callersClassGTEST_7_TUPLE_
src/gtest/gtest.h:988
↓ 1 callersClassGTEST_8_TUPLE_
src/gtest/gtest.h:1037
↓ 1 callersClassGTEST_9_TUPLE_
src/gtest/gtest.h:1089
↓ 1 callersClassGoogleTestFailureException
A failed Google Test assertion will throw an exception of this type when GTEST_FLAG(throw_on_failure) is true (if exceptions are enabled). We derive
src/gtest/gtest-all.cpp:3357
↓ 1 callersClassImagenetClassifier
examples/web_demo/app.py:99
↓ 1 callersClassLayers
A Layers object is a pseudo-module which generates functions that specify layers; e.g., Layers().Convolution(bottom, kernel_size=3) will produce a
python/caffe/net_spec.py:195
↓ 1 callersClassOpenCVResizeCrop
tools/extra/resize_and_crop_images.py:19
↓ 1 callersClassPILResizeCrop
tools/extra/resize_and_crop_images.py:38
↓ 1 callersClassParam
python/caffe/net_spec.py:218
↓ 1 callersClassParamIterator
src/gtest/gtest.h:10033
↓ 1 callersClassParameters
A Parameters object is a pseudo-module which generates constants used in layer parameters; e.g., Parameters().Pooling.MAX is the value used to
python/caffe/net_spec.py:212
↓ 1 callersClassScopedTrace
Information about a trace point.
src/gtest/gtest.h:6800
↓ 1 callersClassSimpleTransformer
SimpleTransformer is a simple class for preprocessing and deprocessing images for caffe.
examples/pycaffe/tools.py:4
↓ 1 callersClassTestCase
src/gtest/gtest.h:17207
↓ 1 callersClassTestCaseNameIs
A predicate that checks the name of a TestCase against a known value. This is used for implementation of the UnitTest class only. We put it in the a
src/gtest/gtest-all.cpp:5372
↓ 1 callersClassTestInfo
Represents a test.
src/gtest/gtest.h:6790
↓ 1 callersClassTestPropertyKeyIs
A predicate that checks the key of a TestProperty against a known key. TestPropertyKeyIs is copyable.
src/gtest/gtest-all.cpp:734
↓ 1 callersClassTop
A Top specifies a single output blob (which could be one of several produced by a layer.)
python/caffe/net_spec.py:82
↓ 1 callersClassUnitTest
Result of a test part.
src/gtest/gtest.h:6792
↓ 1 callersClass_BlockInfo
Stores information about a generic block of code.
scripts/cpp_lint.py:1755
↓ 1 callersClass_ClassInfo
Stores information about a class.
scripts/cpp_lint.py:1792
↓ 1 callersClass_CppLintState
Maintains module-wide state..
scripts/cpp_lint.py:687
↓ 1 callersClass_FunctionState
Tracks current function name and the number of lines in its body.
scripts/cpp_lint.py:810
↓ 1 callersClass_IncludeState
Tracks line numbers for includes, and the order in which includes appear. As a dict, an _IncludeState object serves as a mapping between include
scripts/cpp_lint.py:550
↓ 1 callersClass_NamespaceInfo
Stores information about a namespace.
scripts/cpp_lint.py:1848
↓ 1 callersClass_NestingState
Holds states related to parsing braces.
scripts/cpp_lint.py:1916
↓ 1 callersClass_PreprocessorInfo
Stores checkpoints of nesting stacks when #if/#else is seen.
scripts/cpp_lint.py:1902
↓ 1 callersClass_stat
src/gtest/gtest.h:2614
↓ 1 callersClassstat
src/gtest/gtest.h:2649
↓ 1 callersClasstype
python/caffe/_caffe.cpp:194
EnumAbortReason
An enumeration of the three reasons that a test might be aborted.
src/gtest/gtest.h:8047
ClassAbsValLayer
include/caffe/layers/absval_layer.hpp:25
ClassAccuracyLayer
include/caffe/layers/accuracy_layer.hpp:19
ClassAccuracyLayerTest
src/caffe/test/test_accuracy_layer.cpp:17
ClassAdaDeltaSolver
include/caffe/sgd_solvers.hpp:107
ClassAdaDeltaSolverTest
src/caffe/test/test_gradient_based_solver.cpp:932
ClassAdaGradSolver
include/caffe/sgd_solvers.hpp:64
ClassAdaGradSolverTest
src/caffe/test/test_gradient_based_solver.cpp:699
ClassAdamSolver
include/caffe/sgd_solvers.hpp:131
ClassAdamSolverTest
src/caffe/test/test_gradient_based_solver.cpp:1061
ClassAddRef
src/gtest/gtest.h:688
ClassAddRef<T&>
src/gtest/gtest.h:690
ClassAddReference
src/gtest/gtest.h:7502
ClassAddReference<T&>
src/gtest/gtest.h:7504
ClassArgMaxLayer
include/caffe/layers/argmax_layer.hpp:24
ClassArgMaxLayerTest
src/caffe/test/test_argmax_layer.cpp:16
ClassArguments
Utility class for accumulating command-line arguments.
src/gtest/gtest-all.cpp:7041
ClassAssertHelperData
src/gtest/gtest.h:18634
ClassAssertTypeEq
src/gtest/gtest.h:3505
ClassAssertTypeEq<T, T>
src/gtest/gtest.h:3508
ClassAssertionResult
src/gtest/gtest.h:6787
ClassAutoHandle
Provides leak-safe Windows kernel handle ownership.
src/gtest/gtest-all.cpp:1339
ClassAxisMismatchException
Exception raised for mappings with incompatible axes.
python/caffe/coord_map.py:82
ClassBNLLLayer
include/caffe/layers/bnll_layer.hpp:32
ClassBaseConvolutionLayer
include/caffe/layers/base_conv_layer.hpp:18
ClassBaseDataLayer
include/caffe/layers/base_data_layer.hpp:21
ClassBasePrefetchingDataLayer
include/caffe/layers/base_data_layer.hpp:55
ClassBaseTest
src/gtest/gtest.h:8885
ClassBatch
include/caffe/layers/base_data_layer.hpp:49
ClassBatchNormLayer
include/caffe/layers/batch_norm_layer.hpp:40
ClassBatchNormLayerTest
src/caffe/test/test_batch_norm_layer.cpp:21
ClassBatchReindexLayer
include/caffe/layers/batch_reindex_layer.hpp:21
ClassBatchReindexLayerTest
src/caffe/test/test_batch_reindex_layer.cpp:16
ClassBenchmarkTest
src/caffe/test/test_benchmark.cpp:15
ClassBiasLayer
include/caffe/layers/bias_layer.hpp:22
ClassBiasLayerTest
src/caffe/test/test_bias_layer.cpp:17
ClassBilinearFiller
include/caffe/filler.hpp:245
ClassBind
src/gtest/gtest.h:5043
ClassBlob
include/caffe/blob.hpp:24
ClassBlob<int>
src/caffe/blob.cpp:539
ClassBlob<unsigned int>
src/caffe/blob.cpp:540
ClassBlobMathTest
src/caffe/test/test_blob.cpp:116
ClassBlobSimpleTest
src/caffe/test/test_blob.cpp:14
ClassBlockingQueue
include/caffe/util/blocking_queue.hpp:10
ClassBlockingQueue<Batch<double>*>
src/caffe/util/blocking_queue.cpp:90
ClassBlockingQueue<Batch<float>*>
src/caffe/util/blocking_queue.cpp:89
ClassBlockingQueue<Datum*>
src/caffe/util/blocking_queue.cpp:91
ClassBlockingQueue<P2PSync<double>*>
src/caffe/util/blocking_queue.cpp:94
ClassBlockingQueue<P2PSync<float>*>
src/caffe/util/blocking_queue.cpp:93
ClassBlockingQueue<T>::sync
src/caffe/util/blocking_queue.cpp:12
ClassBlockingQueue<shared_ptr<DataReader::QueuePair> >
src/caffe/util/blocking_queue.cpp:92
ClassBody
include/caffe/data_reader.hpp:49
next →1–100 of 825, ranked by callers