MCPcopy Create free account

hub / github.com/LitLeo/TensorRT_Tutorial / functions

Functions601 in github.com/LitLeo/TensorRT_Tutorial

Methodlogb
Exponent implementation. \param arg number to query \return floating point exponent
resource_for_billibilli/debug_plugin/plugin/half.h:2257
Functionlrint
Nearest integer using half's internal rounding mode. \param arg half expression to round \return nearest integer using default rounding mode template<
resource_for_billibilli/debug_plugin/plugin/half.h:3576
Methodlrint
Nearest integer implementation. \param arg value to round \return rounded value
resource_for_billibilli/debug_plugin/plugin/half.h:2126
Functionlround
Nearest integer. \param arg half to round \return nearest integer, rounded away from zero in half-way cases template<typename T> typename enable<long,
resource_for_billibilli/debug_plugin/plugin/half.h:3537
Methodlround
Nearest integer implementation. \param arg value to round \return rounded value
resource_for_billibilli/debug_plugin/plugin/half.h:2110
Functionmain
@main function **************** **********************************/
cublas&cudnn_int8_demo/cublasGemmEx/gemmInt8_rect.cpp:66
Functionmatmul_add_fp16
(network)
Hackathon2022/encoder2trt.py:276
Methodminus
Subtraction implementation. \param x first operand \param y second operand \return Half-precision difference stored in single-precision
resource_for_billibilli/debug_plugin/plugin/half.h:1598
Methodmodf
Decompression implementation. \param arg number to decompress \param iptr address to store integer part at \return fractional part
resource_for_billibilli/debug_plugin/plugin/half.h:2167
Methodmultiplies
Multiplication implementation. \param x first operand \param y second operand \return Half-precision product stored in single-precision
resource_for_billibilli/debug_plugin/plugin/half.h:1607
Functionn
\brief Get the index count. \return The index count.
resource_for_billibilli/debug_plugin/include/NvInfer.h:358
Functionnanh
Get NaN value. \return quiet NaN
resource_for_billibilli/debug_plugin/plugin/half.h:3058
Methodnanh
Get NaN. \return Half-precision quiet NaN
resource_for_billibilli/debug_plugin/plugin/half.h:1759
Functionnearbyint
Nearest integer using half's internal rounding mode. \param arg half expression to round \return nearest integer using default rounding mode template<
resource_for_billibilli/debug_plugin/plugin/half.h:3550
Methodnegate
Negation implementation. \param arg value to negate \return negated value
resource_for_billibilli/debug_plugin/plugin/half.h:2516
Methodnegate
resource_for_billibilli/debug_plugin/plugin/half.h:2532
Functionnextafter
Next representable value. \param from value to compute next representable value for \param to direction towards which to compute next value \return ne
resource_for_billibilli/debug_plugin/plugin/half.h:3726
Methodnextafter
Enumeration implementation. \param from number to increase/decrease \param to direction to enumerate into \return next representable number
resource_for_billibilli/debug_plugin/plugin/half.h:2287
Functionnexttoward
Next representable value. \param from value to compute next representable value for \param to direction towards which to compute next value \return ne
resource_for_billibilli/debug_plugin/plugin/half.h:3749
Methodnexttoward
Enumeration implementation. \param from number to increase/decrease \param to direction to enumerate into \return next representable number
resource_for_billibilli/debug_plugin/plugin/half.h:2305
Functionoperator!=
resource_for_billibilli/debug_plugin/plugin/half.h:2714
Functionoperator"" _h
Half literal. While this returns an actual half-precision value, half literals can unfortunately not be constant expressions due to rather involved co
resource_for_billibilli/debug_plugin/plugin/half.h:1573
Methodoperator()
Compute hash function. \param arg half to hash \return hash value
resource_for_billibilli/debug_plugin/plugin/half.h:4285
Functionoperator*
resource_for_billibilli/debug_plugin/plugin/half.h:2792
Methodoperator*=
resource_for_billibilli/debug_plugin/plugin/half.h:1461
Functionoperator+
resource_for_billibilli/debug_plugin/plugin/half.h:2772
Methodoperator++
Postfix increment. \return non-incremented half value
resource_for_billibilli/debug_plugin/plugin/half.h:1537
Methodoperator+=
resource_for_billibilli/debug_plugin/plugin/half.h:1441
Functionoperator-
resource_for_billibilli/debug_plugin/plugin/half.h:2782
Methodoperator--
Postfix decrement. \return non-decremented half value
resource_for_billibilli/debug_plugin/plugin/half.h:1546
Methodoperator-=
resource_for_billibilli/debug_plugin/plugin/half.h:1451
Functionoperator/
resource_for_billibilli/debug_plugin/plugin/half.h:2802
Methodoperator/=
resource_for_billibilli/debug_plugin/plugin/half.h:1471
Functionoperator<
resource_for_billibilli/debug_plugin/plugin/half.h:2725
Functionoperator<<
resource_for_billibilli/debug_plugin/plugin/half.h:2834
Functionoperator<=
resource_for_billibilli/debug_plugin/plugin/half.h:2747
Functionoperator==
resource_for_billibilli/debug_plugin/plugin/half.h:2703
Functionoperator>
resource_for_billibilli/debug_plugin/plugin/half.h:2736
Functionoperator>=
resource_for_billibilli/debug_plugin/plugin/half.h:2758
Methodplus
Addition implementation. \param x first operand \param y second operand \return Half-precision sum stored in single-precision
resource_for_billibilli/debug_plugin/plugin/half.h:1589
Methodpow
Power implementation. \param base value to exponentiate \param exp power to expontiate to \return function value stored in single-preicision
resource_for_billibilli/debug_plugin/plugin/half.h:1878
MethodputOutput
resource_for_billibilli/debug_plugin/plugin/logging.h:67
Methodread_calibration_cache
(self)
Hackathon2022/calibrator.py:96
Methodread_calibration_cache
(self)
shenlan_homework_bert/calibrator.py:85
Methodread_histogram_cache
(self, length)
Hackathon2022/calibrator.py:114
Methodread_histogram_cache
(self, length)
shenlan_homework_bert/calibrator.py:103
Methodremainder
Remainder implementation. \param x first operand \param y second operand \return Half-precision division remainder stored in single-precision
resource_for_billibilli/debug_plugin/plugin/half.h:1657
Methodremquo
Remainder implementation. \param x first operand \param y second operand \param quo address to store quotient bits at \return Half-precision division
resource_for_billibilli/debug_plugin/plugin/half.h:1688
MethodreportFail
resource_for_billibilli/debug_plugin/plugin/logging.h:348
MethodreportPass
resource_for_billibilli/debug_plugin/plugin/logging.h:342
MethodreportTest
resource_for_billibilli/debug_plugin/plugin/logging.h:360
MethodreportTestEnd
\brief Report that a test has ended. \pre reportTestStart() has been called for the given testAtom \param[in] testAtom The handle to the test that h
resource_for_billibilli/debug_plugin/plugin/logging.h:335
MethodreportTestResult
\brief method that implements logging test results
resource_for_billibilli/debug_plugin/plugin/logging.h:413
MethodreportTestStart
\brief Report that a test has started. \pre reportTestStart() has not been called yet for the given testAtom \param[in] testAtom The handle to the t
resource_for_billibilli/debug_plugin/plugin/logging.h:319
MethodreportWaive
resource_for_billibilli/debug_plugin/plugin/logging.h:354
Methodrint
Nearest integer implementation. \param arg value to round \return rounded value
resource_for_billibilli/debug_plugin/plugin/half.h:2118
Functionround
Nearest integer. \param arg half to round \return nearest integer, rounded away from zero in half-way cases template<typename T> typename enable<half,
resource_for_billibilli/debug_plugin/plugin/half.h:3524
Methodround
Nearest integer implementation. \param arg value to round \return rounded value
resource_for_billibilli/debug_plugin/plugin/half.h:2102
Functionround_half
resource_for_billibilli/debug_plugin/plugin/half.h:1340
Functionround_half_impl
resource_for_billibilli/debug_plugin/plugin/half.h:1306
Methodscalbln
Scaling implementation. \param arg number to scale \param exp power of two to scale by \return scaled number
resource_for_billibilli/debug_plugin/plugin/half.h:2188
Functionscalbn
Multiply by power of two. \param arg number to modify \param exp power of two to multiply with \return \a arg multplied by 2 raised to \a exp template
resource_for_billibilli/debug_plugin/plugin/half.h:3666
FunctionserFromDev
resource_for_billibilli/debug_plugin/plugin/plugin_common.h:102
FunctionserFromHost
resource_for_billibilli/debug_plugin/plugin/plugin_common.h:117
FunctionserNvDimsFromHost
serialize NvInfer Dims to buffer
resource_for_billibilli/debug_plugin/plugin/plugin_common.h:137
Methodserialize
Hackathon2022/LayerNormPlugin/SkipLayerNormV2Plugin.h:55
Methodserialize
Hackathon2022/LayerNormPlugin/LayerNormPlugin.h:71
Methodserialize
Hackathon2022/LayerNormPlugin/SkipLayerNormV1Plugin.h:55
Methodserialize
resource_for_billibilli/debug_plugin/plugin/serialize.hpp:47
Methodserialize
resource_for_billibilli/debug_plugin/plugin/serialize.hpp:64
Methodserialize
resource_for_billibilli/debug_plugin/plugin/serialize.hpp:85
Functionserialized_size
resource_for_billibilli/debug_plugin/plugin/serialize.hpp:106
Methodserialized_size
resource_for_billibilli/debug_plugin/plugin/serialize.hpp:44
Methodserialized_size
resource_for_billibilli/debug_plugin/plugin/serialize.hpp:61
Methodserialized_size
resource_for_billibilli/debug_plugin/plugin/serialize.hpp:82
MethodsetPluginNamespace
Hackathon2022/LayerNormPlugin/SkipLayerNormV2Plugin.h:122
MethodsetPluginNamespace
Hackathon2022/LayerNormPlugin/SkipLayerNormV2Plugin.h:188
MethodsetPluginNamespace
Hackathon2022/LayerNormPlugin/LayerNormPlugin.h:137
MethodsetPluginNamespace
Hackathon2022/LayerNormPlugin/LayerNormPlugin.h:203
MethodsetPluginNamespace
Hackathon2022/LayerNormPlugin/SkipLayerNormV1Plugin.h:121
MethodsetPluginNamespace
Hackathon2022/LayerNormPlugin/SkipLayerNormV1Plugin.h:187
MethodsetPluginNamespace
shenlan_homework_bert/基础款LayerNormPlugin/基础款LayerNormPlugin/LayerNormPlugin.h:130
MethodsetPluginNamespace
shenlan_homework_bert/基础款LayerNormPlugin/基础款LayerNormPlugin/LayerNormPlugin.h:196
FunctionsetReportableSeverity
resource_for_billibilli/debug_plugin/plugin/logger.cc:27
MethodsetReportableSeverity
resource_for_billibilli/debug_plugin/plugin/logging.h:148
Functionset_output_name
(layer, prefix, name, out_idx = 0)
shenlan_homework_bert/builder.py:59
Functionset_output_range
(layer, maxval, out_idx = 0)
shenlan_homework_bert/builder.py:62
MethodseverityPrefix
resource_for_billibilli/debug_plugin/plugin/logging.h:160
MethodseverityPrefix
\brief returns an appropriate string for prefixing a log message with the given severity
resource_for_billibilli/debug_plugin/plugin/logging.h:374
Methodsignbit
Sign bit implementation. \param arg value to check \retval true if signed \retval false if unsigned
resource_for_billibilli/debug_plugin/plugin/half.h:2378
Methodsin
Sine implementation. \param arg function argument \return function value stored in single-preicision
resource_for_billibilli/debug_plugin/plugin/half.h:1886
Methodsinh
Hyperbolic sine implementation. \param arg function argument \return function value stored in single-preicision
resource_for_billibilli/debug_plugin/plugin/half.h:1943
Functionsubsample_fp16
(network)
Hackathon2022/encoder2trt.py:263
MethodsupportsFormatCombination
Hackathon2022/LayerNormPlugin/SkipLayerNormV2Plugin.h:78
MethodsupportsFormatCombination
Hackathon2022/LayerNormPlugin/LayerNormPlugin.h:94
MethodsupportsFormatCombination
Hackathon2022/LayerNormPlugin/SkipLayerNormV1Plugin.h:78
MethodsupportsFormatCombination
shenlan_homework_bert/基础款LayerNormPlugin/基础款LayerNormPlugin/LayerNormPlugin.h:92
Methodsync
synchronizes the stream buffer and returns 0 on success synchronizing the stream buffer consists of inserting the buffer contents into the stream, res
resource_for_billibilli/debug_plugin/plugin/logging.h:61
Methodtan
Tan implementation. \param arg function argument \return function value stored in single-preicision
resource_for_billibilli/debug_plugin/plugin/half.h:1902
Methodtanh
Hyperbolic tangent implementation. \param arg function argument \return function value stored in single-preicision
resource_for_billibilli/debug_plugin/plugin/half.h:1959
← previousnext →401–500 of 601, ranked by callers