Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AllentDan/LibtorchSegmentation
/ functions
Functions
542 in github.com/AllentDan/LibtorchSegmentation
⨍
Functions
542
◇
Types & classes
182
Method
MergeBlockImpl
src/architectures/FPNDecoder.cpp:62
Method
PANDecoderImpl
src/architectures/PANDecoder.cpp:98
Method
PANImpl
src/architectures/PAN.cpp:3
Method
PANImpl
src/architectures/PAN.h:14
Method
PSPBlockImpl
src/architectures/PSPNetDecoder.cpp:3
Method
PSPDecoderImpl
src/architectures/PSPNetDecoder.cpp:40
Method
PSPModuleImpl
src/architectures/PSPNetDecoder.cpp:23
Method
PSPNetImpl
src/architectures/PSPNet.h:14
Method
PSPNetImpl
src/architectures/PSPNet.cpp:3
Function
RandomNum
src/utils/Augmentations.cpp:4
Method
RandomScaleRotate
src/utils/Augmentations.cpp:89
Method
ResNetImpl
src/backbones/ResNet.cpp:62
Method
Resize
src/utils/Augmentations.cpp:54
Method
SCSEModuleImpl
src/architectures/UNetDecoder.cpp:3
Method
SegDataset
src/SegDataset.cpp:94
Method
SegmentationBlockImpl
src/architectures/FPNDecoder.cpp:34
Method
SegmentationHeadImpl
src/utils/util.cpp:3
Method
Segmentor
src/Segmentor.h:46
Method
SetTrainTricks
src/Segmentor.h:81
Method
UNetDecoderImpl
src/architectures/UNetDecoder.cpp:65
Method
UNetImpl
src/architectures/UNet.cpp:3
Method
UNetImpl
src/architectures/UNet.h:15
Method
VGGImpl
src/backbones/VGG.cpp:23
Function
ValueType
src/utils/json.hpp:19720
Method
VerticalFlip
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
Function
accept
src/utils/json.hpp:23228
Function
alphasort
Alphabetical sorting */
src/utils/_dirent.h:888
Method
array_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
Function
back
! @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
Function
basic_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
Function
basic_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
Function
basic_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
Function
basic_json from_bson
src/utils/json.hpp:24331
Function
basic_json from_cbor
src/utils/json.hpp:23959
Function
basic_json from_msgpack
src/utils/json.hpp:24102
Function
basic_json from_ubjson
src/utils/json.hpp:24218
Function
basic_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
Function
basic_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
Function
basic_json parse
src/utils/json.hpp:23173
Method
binary
src/utils/json.hpp:5389
Method
binary
src/utils/json.hpp:5564
Method
binary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
src/utils/json.hpp:7712
Method
binary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
src/utils/json.hpp:12764
Method
boolean
src/utils/json.hpp:5359
Method
boolean
src/utils/json.hpp:5534
Method
byte_container_with_subtype
src/utils/json.hpp:4439
Method
calc_bson_array_size
! @return The size of the BSON-encoded array @a value */
src/utils/json.hpp:13776
Method
calc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
src/utils/json.hpp:13791
Method
calc_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
Method
calc_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
Method
calc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
src/utils/json.hpp:13706
Method
calc_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
Method
calc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
src/utils/json.hpp:13676
Method
calc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
src/utils/json.hpp:13734
Function
clear
! @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
Method
clear_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
Method
construct
src/utils/json.hpp:4020
Method
construct
src/utils/json.hpp:4032
Method
construct
src/utils/json.hpp:4062
Method
construct
src/utils/json.hpp:4084
Method
construct
src/utils/json.hpp:4096
Method
construct
src/utils/json.hpp:4108
Method
construct
src/utils/json.hpp:4120
Method
construct
src/utils/json.hpp:4179
Function
contains
! @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
Function
count
src/utils/json.hpp:20863
Method
count_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
Method
create
! @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
Method
create
src/utils/json.hpp:2513
Method
create
src/utils/json.hpp:2614
Method
create
src/utils/json.hpp:2652
Method
create
src/utils/json.hpp:5056
Method
create
src/utils/json.hpp:5080
Method
decode
! @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
Function
dirent_mbstowcs_s
src/utils/_dirent.h:963
Function
dirent_wcstombs_s
src/utils/_dirent.h:991
Method
diyfp
src/utils/json.hpp:14396
Method
draw_mask
src/SegDataset.cpp:68
Function
dropout_options
src/utils/util.h:28
Method
dump_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
Method
dump_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
Method
dump_integer
src/utils/json.hpp:16113
Method
empty
src/utils/json.hpp:4872
Method
end_array
src/utils/json.hpp:5434
Method
end_array
src/utils/json.hpp:5651
Method
end_object
src/utils/json.hpp:5415
Method
end_object
src/utils/json.hpp:5605
Method
exception_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
Method
exception_message
src/utils/json.hpp:10572
Method
features
src/backbones/ResNet.cpp:121
Method
features_at
src/backbones/ResNet.cpp:147
Method
features_at
src/backbones/VGG.cpp:78
Method
file_input_adapter
src/utils/json.hpp:4760
Method
fill_buffer
UTF-32
src/utils/json.hpp:4887
Method
fill_buffer
UTF-16
src/utils/json.hpp:4945
Method
fill_buffer
src/utils/json.hpp:5034
Method
forward
src/architectures/FPN.cpp:29
Method
forward
src/architectures/UNetDecoder.cpp:16
← previous
next →
201–300 of 542, ranked by callers