MCPcopy Create free account

hub / github.com/NVlabs/tiny-cuda-nn / types & classes

Types & classes667 in github.com/NVlabs/tiny-cuda-nn

↓ 30 callersClassOpt
dependencies/catch2/catch.hpp:9376
↓ 21 callersClassColumnBreak
dependencies/catch2/catch.hpp:16296
↓ 18 callersClassDuration
dependencies/catch2/catch.hpp:16299
↓ 17 callersClassColumn
dependencies/catch2/catch.hpp:8493
↓ 13 callersClasspluralise
dependencies/catch2/catch.hpp:3216
↓ 11 callersClassColour
dependencies/catch2/catch.hpp:5990
↓ 10 callersClassStringRef
A non-owning string class (similar to the forthcoming std::string_view) Note that, because a StringRef may be a substring of another string, it may no
dependencies/catch2/catch.hpp:606
↓ 8 callersClassParseState
dependencies/catch2/catch.hpp:9046
↓ 7 callersClassnow
dependencies/catch2/catch.hpp:6469
↓ 5 callersClassLazyExpression
dependencies/catch2/catch.hpp:2526
↓ 5 callersClassdiyfp
dependencies/json/json.hpp:15373
↓ 5 callersClassjson_pointer
dependencies/json/json.hpp:3462
↓ 4 callersClassCasedString
dependencies/catch2/catch.hpp:3538
↓ 4 callersClassEstimate
dependencies/catch2/catch.hpp:5432
↓ 4 callersClassNameAndLocation
dependencies/catch2/catch.hpp:7478
↓ 4 callersClassSDF
scripts/test_grid_bwdbwd.py:17
↓ 4 callersClassSummaryColumn
Fwd decls
dependencies/catch2/catch.hpp:6152
↓ 4 callersClassWithinRelMatcher
Given IEEE-754 format for floats and doubles, we can assume that float -> double promotion is lossless. Given this, we can assume that if we do the st
dependencies/catch2/catch.hpp:3454
↓ 4 callersClassiterator
dependencies/catch2/catch.hpp:8500
↓ 3 callersClassGeneratorException
dependencies/catch2/catch.hpp:3919
↓ 3 callersClassRowBreak
dependencies/catch2/catch.hpp:16297
↓ 3 callersClassmodel
dependencies/catch2/catch.hpp:6716
↓ 2 callersClassChronometer
dependencies/catch2/catch.hpp:6617
↓ 2 callersClassGroupInfo
dependencies/catch2/catch.hpp:5517
↓ 2 callersClassParser
dependencies/catch2/catch.hpp:9223
↓ 2 callersClassReporterConfig
dependencies/catch2/catch.hpp:5481
↓ 2 callersClassSession
dependencies/catch2/catch.hpp:13216
↓ 2 callersClassSourceLineInfo
dependencies/catch2/catch.hpp:502
↓ 2 callersClassTestCaseStats
dependencies/catch2/catch.hpp:5560
↓ 2 callersClassTestRunStats
dependencies/catch2/catch.hpp:5597
↓ 2 callersClassWithinUlpsMatcher
dependencies/catch2/catch.hpp:3438
↓ 2 callersClassXmlEncode
dependencies/catch2/catch.hpp:6234
↓ 2 callersClassinput_stream_adapter
! Input adapter for a (caching) istream. Ignores a UFT Byte Order Mark at beginning of input. Does not support changing the underlying std::streambuf
dependencies/json/json.hpp:5499
↓ 2 callersClassout_of_range
! @brief exception indicating access out of the defined range This exception is thrown in case a library function is called on an input parameter tha
dependencies/json/json.hpp:3091
↓ 2 callersClasssigaction
dependencies/catch2/catch.hpp:10893
↓ 1 callersClassArg
dependencies/catch2/catch.hpp:9342
↓ 1 callersClassArgs
Transport for raw args (copied from main args, or supplied via init list for testing)
dependencies/catch2/catch.hpp:8826
↓ 1 callersClassAssertionStats
dependencies/catch2/catch.hpp:5527
↓ 1 callersClassBenchmarkFunction
We need to reinvent std::function because every piece of code that might add overhead in a measurement context needs to have consistent performance ch
dependencies/catch2/catch.hpp:6708
↓ 1 callersClassBySectionInfo
dependencies/catch2/catch.hpp:5838
↓ 1 callersClassContainsMatcher
dependencies/catch2/catch.hpp:3560
↓ 1 callersClassCounts
dependencies/catch2/catch.hpp:2445
↓ 1 callersClassEndTag
dependencies/catch2/catch.hpp:8677
↓ 1 callersClassEndsWithMatcher
dependencies/catch2/catch.hpp:3568
↓ 1 callersClassEqualsMatcher
dependencies/catch2/catch.hpp:3556
↓ 1 callersClassExceptionMessageMatcher
dependencies/catch2/catch.hpp:3399
↓ 1 callersClassExeName
dependencies/catch2/catch.hpp:9300
↓ 1 callersClassFatalConditionHandler
Wrapper for platform-specific fatal error (signals/SEH) handlers Tries to be cooperative with other handlers, and not step over other handlers. This
dependencies/catch2/catch.hpp:8011
↓ 1 callersClassFilter
dependencies/catch2/catch.hpp:5147
↓ 1 callersClassHelp
dependencies/catch2/catch.hpp:9477
↓ 1 callersClassImage
samples/mlp_learning_an_image_pytorch.py:57
↓ 1 callersClassImage
benchmarks/image/bench_tensorflow.py:58
↓ 1 callersClassNameAndTags
dependencies/catch2/catch.hpp:980
↓ 1 callersClassNonCopyable
dependencies/catch2/catch.hpp:491
↓ 1 callersClassOneBlob
benchmarks/image/bench_tensorflow.py:87
↓ 1 callersClassRegexMatcher
dependencies/catch2/catch.hpp:3573
↓ 1 callersClassSectionStats
dependencies/catch2/catch.hpp:5543
↓ 1 callersClassSpacer
dependencies/catch2/catch.hpp:8662
↓ 1 callersClassStartsWithMatcher
dependencies/catch2/catch.hpp:3564
↓ 1 callersClassTagAlias
dependencies/catch2/catch.hpp:5185
↓ 1 callersClassTagInfo
dependencies/catch2/catch.hpp:11227
↓ 1 callersClassTcnnFCBlock
scripts/test_random_input.py:14
↓ 1 callersClassTestCase
dependencies/catch2/catch.hpp:577
↓ 1 callersClassTestFailureException
dependencies/catch2/catch.hpp:2521
↓ 1 callersClassTestGroupStats
dependencies/catch2/catch.hpp:5580
↓ 1 callersClassTestSpecParser
dependencies/catch2/catch.hpp:5201
↓ 1 callersClassTokenStream
dependencies/catch2/catch.hpp:8823
↓ 1 callersClassWithinAbsMatcher
dependencies/catch2/catch.hpp:3429
↓ 1 callersClassfile_input_adapter
! Input adapter for stdio file access. This adapter read only 1 byte and do not use any buffer. This adapter is a very low level adapter. */
dependencies/json/json.hpp:5462
↓ 1 callersClassprimitive_iterator_t
@brief an iterator for primitive JSON types This class models an iterator for primitive JSON types (boolean, number, string). It's only purpose is to
dependencies/json/json.hpp:11451
↓ 1 callersClasstype
dependencies/catch2/catch.hpp:6554
EnumActivation
include/tiny-cuda-nn/common.h:131
ClassActivationEpilogue
include/tiny-cuda-nn/cutlass_matmul.h:126
ClassActivationTransferEpilogue
include/tiny-cuda-nn/cutlass_matmul.h:197
ClassAdamOptimizer
include/tiny-cuda-nn/optimizers/adam.h:130
ClassAllocation
include/tiny-cuda-nn/gpu_memory.h:592
ClassApprox
dependencies/catch2/catch.hpp:3078
ClassApproxMatcher
dependencies/catch2/catch.hpp:3681
EnumArch
dependencies/catch2/catch.hpp:15030
ClassAssertionHandler
dependencies/catch2/catch.hpp:2548
ClassAssertionInfo
dependencies/catch2/catch.hpp:1396
ClassAssertionPrinter
Implementation of CompactReporter formatting
dependencies/catch2/catch.hpp:15900
ClassAssertionReaction
dependencies/catch2/catch.hpp:2446
ClassAssertionResult
dependencies/catch2/catch.hpp:2439
ClassAssertionResultData
dependencies/catch2/catch.hpp:2522
ClassAutoReg
dependencies/catch2/catch.hpp:986
ClassAverageOptimizer
include/tiny-cuda-nn/optimizers/average.h:61
ClassBasicResult
dependencies/catch2/catch.hpp:8998
ClassBatchedOptimizer
include/tiny-cuda-nn/optimizers/batched.h:64
ClassBenchmark
dependencies/catch2/catch.hpp:7298
ClassBenchmarkInfo
dependencies/catch2/catch.hpp:2453
ClassBenchmarkStats
dependencies/catch2/catch.hpp:2455
ClassBinaryExpr
dependencies/catch2/catch.hpp:2224
ClassBoundFlagLambda
dependencies/catch2/catch.hpp:9208
ClassBoundFlagRef
dependencies/catch2/catch.hpp:9156
ClassBoundFlagRefBase
dependencies/catch2/catch.hpp:9123
ClassBoundLambda
dependencies/catch2/catch.hpp:9196
ClassBoundRef
dependencies/catch2/catch.hpp:9115
ClassBoundValueRef
dependencies/catch2/catch.hpp:9129
ClassBoundValueRef<std::vector<T>>
dependencies/catch2/catch.hpp:9140
next →1–100 of 667, ranked by callers