MCPcopy Create free account

hub / github.com/AllentDan/LibtorchSegmentation / functions

Functions542 in github.com/AllentDan/LibtorchSegmentation

MethodMergeBlockImpl
src/architectures/FPNDecoder.cpp:62
MethodPANDecoderImpl
src/architectures/PANDecoder.cpp:98
MethodPANImpl
src/architectures/PAN.cpp:3
MethodPANImpl
src/architectures/PAN.h:14
MethodPSPBlockImpl
src/architectures/PSPNetDecoder.cpp:3
MethodPSPDecoderImpl
src/architectures/PSPNetDecoder.cpp:40
MethodPSPModuleImpl
src/architectures/PSPNetDecoder.cpp:23
MethodPSPNetImpl
src/architectures/PSPNet.h:14
MethodPSPNetImpl
src/architectures/PSPNet.cpp:3
FunctionRandomNum
src/utils/Augmentations.cpp:4
MethodRandomScaleRotate
src/utils/Augmentations.cpp:89
MethodResNetImpl
src/backbones/ResNet.cpp:62
MethodResize
src/utils/Augmentations.cpp:54
MethodSCSEModuleImpl
src/architectures/UNetDecoder.cpp:3
MethodSegDataset
src/SegDataset.cpp:94
MethodSegmentationBlockImpl
src/architectures/FPNDecoder.cpp:34
MethodSegmentationHeadImpl
src/utils/util.cpp:3
MethodSegmentor
src/Segmentor.h:46
MethodSetTrainTricks
src/Segmentor.h:81
MethodUNetDecoderImpl
src/architectures/UNetDecoder.cpp:65
MethodUNetImpl
src/architectures/UNet.cpp:3
MethodUNetImpl
src/architectures/UNet.h:15
MethodVGGImpl
src/backbones/VGG.cpp:23
FunctionValueType
src/utils/json.hpp:19720
MethodVerticalFlip
src/utils/Augmentations.cpp:78
Method_make_layer
src/backbones/ResNet.cpp:203
Function_wreaddir
* Read next directory entry. * * Returns pointer to static directory entry which may be overwritten by * subsequent calls to _wreaddir(). */
src/utils/_dirent.h:458
Functionaccept
src/utils/json.hpp:23228
Functionalphasort
Alphabetical sorting */
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
src/utils/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
src/utils/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
src/utils/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
src/utils/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
src/utils/json.hpp:24957
Functionbasic_json from_bson
src/utils/json.hpp:24331
Functionbasic_json from_cbor
src/utils/json.hpp:23959
Functionbasic_json from_msgpack
src/utils/json.hpp:24102
Functionbasic_json from_ubjson
src/utils/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
src/utils/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
src/utils/json.hpp:18313
Functionbasic_json parse
src/utils/json.hpp:23173
Methodbinary
src/utils/json.hpp:5389
Methodbinary
src/utils/json.hpp:5564
Methodbinary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
src/utils/json.hpp:7712
Methodbinary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
src/utils/json.hpp:12764
Methodboolean
src/utils/json.hpp:5359
Methodboolean
src/utils/json.hpp:5534
Methodbyte_container_with_subtype
src/utils/json.hpp:4439
Methodcalc_bson_array_size
! @return The size of the BSON-encoded array @a value */
src/utils/json.hpp:13776
Methodcalc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
src/utils/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
src/utils/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). */
src/utils/json.hpp:13629
Methodcalc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
src/utils/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
src/utils/json.hpp:13927
Methodcalc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
src/utils/json.hpp:13676
Methodcalc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
src/utils/json.hpp:13734
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
src/utils/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
src/utils/json.hpp:4564
Methodconstruct
src/utils/json.hpp:4020
Methodconstruct
src/utils/json.hpp:4032
Methodconstruct
src/utils/json.hpp:4062
Methodconstruct
src/utils/json.hpp:4084
Methodconstruct
src/utils/json.hpp:4096
Methodconstruct
src/utils/json.hpp:4108
Methodconstruct
src/utils/json.hpp:4120
Methodconstruct
src/utils/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 */
src/utils/json.hpp:12196
Functioncount
src/utils/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
src/utils/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
src/utils/json.hpp:2436
Methodcreate
src/utils/json.hpp:2513
Methodcreate
src/utils/json.hpp:2614
Methodcreate
src/utils/json.hpp:2652
Methodcreate
src/utils/json.hpp:5056
Methodcreate
src/utils/json.hpp:5080
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
src/utils/json.hpp:16298
Functiondirent_mbstowcs_s
src/utils/_dirent.h:963
Functiondirent_wcstombs_s
src/utils/_dirent.h:991
Methoddiyfp
src/utils/json.hpp:14396
Methoddraw_mask
src/SegDataset.cpp:68
Functiondropout_options
src/utils/util.h:28
Methoddump_escaped
! @brief dump escaped string Escape a string by replacing certain special characters by a sequence of an escape character (backslash) and
src/utils/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.
src/utils/json.hpp:16199
Methoddump_integer
src/utils/json.hpp:16113
Methodempty
src/utils/json.hpp:4872
Methodend_array
src/utils/json.hpp:5434
Methodend_array
src/utils/json.hpp:5651
Methodend_object
src/utils/json.hpp:5415
Methodend_object
src/utils/json.hpp:5605
Methodexception_message
! @param[in] format the current format @param[in] detail a detailed error message @param[in] context further context information
src/utils/json.hpp:10050
Methodexception_message
src/utils/json.hpp:10572
Methodfeatures
src/backbones/ResNet.cpp:121
Methodfeatures_at
src/backbones/ResNet.cpp:147
Methodfeatures_at
src/backbones/VGG.cpp:78
Methodfile_input_adapter
src/utils/json.hpp:4760
Methodfill_buffer
UTF-32
src/utils/json.hpp:4887
Methodfill_buffer
UTF-16
src/utils/json.hpp:4945
Methodfill_buffer
src/utils/json.hpp:5034
Methodforward
src/architectures/FPN.cpp:29
Methodforward
src/architectures/UNetDecoder.cpp:16
← previousnext →201–300 of 542, ranked by callers