MCPcopy Create free account

hub / github.com/AllentDan/LibtorchTutorials / functions

Functions772 in github.com/AllentDan/LibtorchTutorials

MethodTiXmlUnknown
lesson7-Detection/src/utils/tinyxml.h:1357
MethodToComment
< Cast to a more defined type. Will return null if not of the requested type.
lesson7-Detection/src/utils/tinyxml.h:699
MethodToComment
lesson7-Detection/src/utils/tinyxml.h:1186
MethodToDeclaration
lesson7-Detection/src/utils/tinyxml.h:1325
MethodToDocument
lesson7-Detection/src/utils/tinyxml.h:1532
MethodToElement
lesson7-Detection/src/utils/tinyxml.h:1133
MethodToElement
Return the handle as a TiXmlElement. This may return null. */
lesson7-Detection/src/utils/tinyxml.h:1688
MethodToLower
lesson7-Detection/src/utils/tinyxml.h:382
MethodToNode
Return the handle as a TiXmlNode. This may return null. */
lesson7-Detection/src/utils/tinyxml.h:1685
MethodToText
lesson7-Detection/src/utils/tinyxml.h:1249
MethodToText
Return the handle as a TiXmlText. This may return null. */
lesson7-Detection/src/utils/tinyxml.h:1691
MethodToUnknown
lesson7-Detection/src/utils/tinyxml.h:1370
MethodToUnknown
Return the handle as a TiXmlUnknown. This may return null. */
lesson7-Detection/src/utils/tinyxml.h:1694
MethodTrain
lesson7-Detection/src/Detector.cpp:98
MethodUNetDecoderImpl
lesson6-Segmentation/UNetDecoder.cpp:65
MethodUNetImpl
lesson6-Segmentation/UNet.cpp:3
MethodUnknown
@deprecated use ToUnknown() Return the handle as a TiXmlUnknown. This may return null. */
lesson7-Detection/src/utils/tinyxml.h:1711
MethodUpsampleImpl
lesson7-Detection/src/models/yolo4_tiny.cpp:4
MethodVGGImpl
lesson5-TrainingVGG/vgg.cpp:23
MethodValue
< Return the name of this attribute.
lesson7-Detection/src/utils/tinyxml.h:812
FunctionValueType
lesson6-Segmentation/json.hpp:19720
MethodVersion
Version. Will return an empty string if none was found.
lesson7-Detection/src/utils/tinyxml.h:1309
MethodVisit
Visit a declaration
lesson7-Detection/src/utils/tinyxml.h:144
MethodVisitEnter
Visit a document.
lesson7-Detection/src/utils/tinyxml.h:134
MethodVisitExit
Visit a document.
lesson7-Detection/src/utils/tinyxml.h:136
MethodYOLOLossImpl
lesson7-Detection/src/models/yolo_training.cpp:157
MethodYoloBody_tinyImpl
lesson7-Detection/src/models/yolo4_tiny.cpp:26
Method_make_layer
lesson6-Segmentation/ResNet.cpp:128
Function_wreaddir
* Read next directory entry. * * Returns pointer to static directory entry which may be overwritten by * subsequent calls to _wreaddir(). */
lesson7-Detection/src/utils/_dirent.h:458
Functionaccept
lesson6-Segmentation/json.hpp:23228
Functionalphasort
Alphabetical sorting */
lesson7-Detection/src/utils/_dirent.h:888
Methodarray_index
! @param[in] s reference token to be converted into an array index @return integer representation of @a s @throw parse_error.106 if an
lesson6-Segmentation/json.hpp:11869
Functionback
! @brief access the last element Returns a reference to the last element in the container. For a JSON container `c`, the expression `c.ba
lesson6-Segmentation/json.hpp:20449
Functionbasic_json array
! @brief explicitly create an array from an initializer list Creates a JSON array value from a given initializer list. That is, given a l
lesson6-Segmentation/json.hpp:18269
Functionbasic_json binary
! @brief explicitly create a binary array (without subtype) Creates a JSON binary array value from a given binary container. Binary value
lesson6-Segmentation/json.hpp:18166
Functionbasic_json diff
! @brief creates a diff as a JSON patch Creates a [JSON Patch](http://jsonpatch.com) so that value @a source can be changed into the valu
lesson6-Segmentation/json.hpp:24957
Functionbasic_json from_bson
lesson6-Segmentation/json.hpp:24331
Functionbasic_json from_cbor
lesson6-Segmentation/json.hpp:23959
Functionbasic_json from_msgpack
lesson6-Segmentation/json.hpp:24102
Functionbasic_json from_ubjson
lesson6-Segmentation/json.hpp:24218
Functionbasic_json meta
! @brief returns version information on the library This function returns a JSON object with information about the library, including the
lesson6-Segmentation/json.hpp:16830
Functionbasic_json object
! @brief explicitly create an object from an initializer list Creates a JSON object value from a given initializer list. The initializer
lesson6-Segmentation/json.hpp:18313
Functionbasic_json parse
lesson6-Segmentation/json.hpp:23173
Methodbinary
lesson6-Segmentation/json.hpp:5389
Methodbinary
lesson6-Segmentation/json.hpp:5564
Methodbinary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
lesson6-Segmentation/json.hpp:7712
Methodbinary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
lesson6-Segmentation/json.hpp:12764
Methodboolean
lesson6-Segmentation/json.hpp:5359
Methodboolean
lesson6-Segmentation/json.hpp:5534
Methodbyte_container_with_subtype
lesson6-Segmentation/json.hpp:4439
Methodcalc_bson_array_size
! @return The size of the BSON-encoded array @a value */
lesson6-Segmentation/json.hpp:13776
Methodcalc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
lesson6-Segmentation/json.hpp:13791
Methodcalc_bson_element_size
! @brief Calculates the size necessary to serialize the JSON value @a j with its @a name @return The calculated size for the BSON document ent
lesson6-Segmentation/json.hpp:13833
Methodcalc_bson_entry_header_size
! @return The size of a BSON document entry header, including the id marker and the entry name size (and its null-terminator). */
lesson6-Segmentation/json.hpp:13629
Methodcalc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
lesson6-Segmentation/json.hpp:13706
Methodcalc_bson_object_size
! @brief Calculates the size of the BSON serialization of the given JSON-object @a j. @param[in] j JSON value to serialize @pr
lesson6-Segmentation/json.hpp:13927
Methodcalc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
lesson6-Segmentation/json.hpp:13676
Methodcalc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
lesson6-Segmentation/json.hpp:13734
Methodcapacity
Return capacity of string
lesson7-Detection/src/utils/tinystr.h:143
Functionclear
! @brief clears the contents Clears the content of a JSON value and resets it to the default value as if @ref basic_json(value_t) would h
lesson6-Segmentation/json.hpp:21636
Methodclear_subtype
! @brief clears the binary subtype Clears the binary subtype and flags the value as not having a subtype, which has implications for seri
lesson6-Segmentation/json.hpp:4564
Methodconstruct
lesson6-Segmentation/json.hpp:4020
Methodconstruct
lesson6-Segmentation/json.hpp:4032
Methodconstruct
lesson6-Segmentation/json.hpp:4062
Methodconstruct
lesson6-Segmentation/json.hpp:4084
Methodconstruct
lesson6-Segmentation/json.hpp:4096
Methodconstruct
lesson6-Segmentation/json.hpp:4108
Methodconstruct
lesson6-Segmentation/json.hpp:4120
Methodconstruct
lesson6-Segmentation/json.hpp:4179
Functioncontains
! @throw parse_error.106 if an array index begins with '0' @throw parse_error.109 if an array index was not a number */
lesson6-Segmentation/json.hpp:12196
Functioncount
lesson6-Segmentation/json.hpp:20863
Methodcount_digits
! @brief count digits Count the number of decimal (base 10) digits for an input unsigned integer. @param[in] x unsigned integer number
lesson6-Segmentation/json.hpp:16073
Methodcreate
! @brief create a parse error exception @param[in] id_ the id of the exception @param[in] pos the position where the error occ
lesson6-Segmentation/json.hpp:2436
Methodcreate
lesson6-Segmentation/json.hpp:2513
Methodcreate
lesson6-Segmentation/json.hpp:2614
Methodcreate
lesson6-Segmentation/json.hpp:2652
Methodcreate
lesson6-Segmentation/json.hpp:5056
Methodcreate
lesson6-Segmentation/json.hpp:5080
MethoddataSetClc
lesson5-TrainingVGG/dataSet.h:19
Methoddecode
! @brief check whether a string is UTF-8 encoded The function checks each byte of a string whether it is UTF-8 encoded. The result of the
lesson6-Segmentation/json.hpp:16298
Functiondirent_mbstowcs_s
lesson7-Detection/src/utils/_dirent.h:963
Functiondirent_wcstombs_s
lesson7-Detection/src/utils/_dirent.h:991
Methoddiyfp
lesson6-Segmentation/json.hpp:14396
Methoddraw_mask
lesson6-Segmentation/SegDataset.cpp:67
Functiondropout_options
lesson6-Segmentation/util.h:27
Functiondropout_options
lesson7-Detection/src/utils/util.h:27
Methoddump_escaped
! @brief dump escaped string Escape a string by replacing certain special characters by a sequence of an escape character (backslash) and
lesson6-Segmentation/json.hpp:15817
Methoddump_float
! @brief dump a floating-point number Dump a given floating-point number to output stream @a o. Works internally with @a number_buffer.
lesson6-Segmentation/json.hpp:16199
Methoddump_integer
lesson6-Segmentation/json.hpp:16113
Methodempty
lesson6-Segmentation/json.hpp:4872
Methodend_array
lesson6-Segmentation/json.hpp:5434
Methodend_array
lesson6-Segmentation/json.hpp:5651
Methodend_object
lesson6-Segmentation/json.hpp:5415
Methodend_object
lesson6-Segmentation/json.hpp:5605
Methodexception_message
! @param[in] format the current format @param[in] detail a detailed error message @param[in] context further context information
lesson6-Segmentation/json.hpp:10050
Methodexception_message
lesson6-Segmentation/json.hpp:10572
Methodfile_input_adapter
lesson6-Segmentation/json.hpp:4760
Methodfill_buffer
UTF-32
lesson6-Segmentation/json.hpp:4887
Methodfill_buffer
UTF-16
lesson6-Segmentation/json.hpp:4945
Methodfill_buffer
lesson6-Segmentation/json.hpp:5034
← previousnext →401–500 of 772, ranked by callers