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
↓ 2 callers
Function
emplace
src/utils/json.hpp:21954
↓ 2 callers
Function
find
src/utils/json.hpp:20812
↓ 2 callers
Function
from_json_array_impl
src/utils/json.hpp:3574
↓ 2 callers
Function
get_impl_ptr
get a pointer to the value (object)
src/utils/json.hpp:19194
↓ 2 callers
Function
grisu2
src/utils/json.hpp:15162
↓ 2 callers
Function
grisu2_round
src/utils/json.hpp:14880
↓ 2 callers
Method
is_end
return whether the iterator is at end
src/utils/json.hpp:10671
↓ 2 callers
Method
is_errored
src/utils/json.hpp:5453
↓ 2 callers
Function
is_folder
define throw_if(expression) if(expression)throw "error" 判断是否是文件夹
src/utils/readfile.h:18
↓ 2 callers
Function
is_number_unsigned
! @brief return whether value is an unsigned integer number This function returns true if and only if the JSON value is an unsigned integ
src/utils/json.hpp:19001
↓ 2 callers
Function
little_endianess
! @brief determine system byte order @return true if and only if system's byte order is little endian @note from https://stackoverflow.com/a/1001328
src/utils/json.hpp:7681
↓ 2 callers
Function
load_seg_data_from_folder
遍历该目录下的.xml文件,并且找到对应的
src/utils/util.cpp:28
↓ 2 callers
Function
readdir_r
* Read next directory entry into called-allocated buffer. * * Returns zero on success. If the end of directory stream is reached, then * sets r
src/utils/_dirent.h:688
↓ 2 callers
Function
reset
reset token_buffer; current character is beginning of token
src/utils/json.hpp:7191
↓ 2 callers
Method
set_begin
! @brief set the iterator to the first value @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/utils/json.hpp:10940
↓ 2 callers
Method
set_subtype
! @brief sets the binary subtype Sets the binary subtype of the value, also flags a binary JSON value as having a subtype, which has impl
src/utils/json.hpp:4492
↓ 2 callers
Function
size
! @brief returns the number of elements Returns the number of elements in a JSON value. @return The return value depends on the differen
src/utils/json.hpp:21494
↓ 2 callers
Function
skip_whitespace
src/utils/json.hpp:7371
↓ 2 callers
Function
swap
! @brief exchanges the values Exchanges the contents of the JSON value with those of @a other. Does not invoke any move, copy, or swap op
src/utils/json.hpp:22359
↓ 2 callers
Method
write_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
src/utils/json.hpp:12773
↓ 2 callers
Method
write_cbor
! @param[in] j JSON value to serialize */
src/utils/json.hpp:12793
↓ 2 callers
Method
write_msgpack
! @param[in] j JSON value to serialize */
src/utils/json.hpp:13098
↓ 2 callers
Method
write_ubjson
! @param[in] j JSON value to serialize @param[in] use_count whether to use '#' prefixes (optimized format) @param[in] use_type wheth
src/utils/json.hpp:13422
↓ 1 callers
Function
CenterBlock
src/architectures/UNetDecoder.cpp:60
↓ 1 callers
Method
LoadWeight
src/Segmentor.h:206
↓ 1 callers
Method
Predict
src/Segmentor.h:214
↓ 1 callers
Method
Train
src/Segmentor.h:87
↓ 1 callers
Function
TransposeX2
src/architectures/LinknetDecoder.cpp:3
↓ 1 callers
Function
_wopendir
* Open directory stream DIRNAME for read and return a pointer to the * internal working area that is used to retrieve individual directory * entri
src/utils/_dirent.h:365
↓ 1 callers
Function
_wreaddir_r
* Read next directory entry. * * Returns zero on success. If end of directory stream is reached, then sets * result to NULL and returns zero.
src/utils/_dirent.h:477
↓ 1 callers
Function
_wrewinddir
* Rewind directory stream such that _wreaddir() returns the very first * file name again. */
src/utils/_dirent.h:550
↓ 1 callers
Function
append_exponent
src/utils/json.hpp:15262
↓ 1 callers
Function
at
! @brief access specified array element with bounds checking Returns a reference to the element at specified location @a idx, with bounds
src/utils/json.hpp:19793
↓ 1 callers
Function
centerCrop
src/utils/Augmentations.cpp:17
↓ 1 callers
Method
count
src/utils/json.hpp:16506
↓ 1 callers
Function
crbegin
! @brief returns a const reverse iterator to the last element Returns a const iterator to the reverse-beginning; that is, the last elemen
src/utils/json.hpp:21181
↓ 1 callers
Method
create
src/utils/json.hpp:2567
↓ 1 callers
Function
crend
! @brief returns a const reverse iterator to one before the first Returns a const reverse iterator to the reverse-end; that is, one before
src/utils/json.hpp:21210
↓ 1 callers
Function
emplace_back
src/utils/json.hpp:21901
↓ 1 callers
Function
end_with
判断src是否以指定的字符串(suffix)结尾
src/utils/readfile.h:82
↓ 1 callers
Function
erase
src/utils/json.hpp:20516
↓ 1 callers
Function
find_largest_pow10
! For n != 0, returns k, such that pow10 := 10^(k-1) <= n < 10^k. For n == 0, returns 1 and sets pow10 := 1. */
src/utils/json.hpp:14824
↓ 1 callers
Function
flatten
! @param[in] reference_string the reference string to the current value @param[in] value the value to consider @param[in,out]
src/utils/json.hpp:12384
↓ 1 callers
Function
for_each_file
* 列出指定目录的所有文件(不包含目录)执行,对每个文件执行filter过滤器, * filter返回true时将文件名全路径加入std::vector * sub为true时为目录递归 * 返回每个文件的全路径名 */
src/utils/readfile.h:51
↓ 1 callers
Function
format_buffer
src/utils/json.hpp:15314
↓ 1 callers
Function
from_json_tuple_impl
src/utils/json.hpp:3733
↓ 1 callers
Function
get_cached_power_for_binary_exponent
! For a normalized diyfp w = f * 2^e, this function returns a (normalized) cached power-of-ten c = f_c * 2^e_c, such that the exponent of the product
src/utils/json.hpp:14660
↓ 1 callers
Function
get_color_list
src/SegDataset.cpp:4
↓ 1 callers
Method
get_value
src/utils/json.hpp:10647
↓ 1 callers
Function
grisu2_digit_gen
! Generates V = buffer * 10^decimal_exponent, such that M- <= V <= M+. M- and M+ must be normalized and share the same exponent -60 <= e <= -32. */
src/utils/json.hpp:14921
↓ 1 callers
Function
hash
src/utils/json.hpp:4613
↓ 1 callers
Function
int_to_string
src/utils/json.hpp:3835
↓ 1 callers
Function
is_number
! @brief return whether value is a number This function returns true if and only if the JSON value is a number. This includes both intege
src/utils/json.hpp:18944
↓ 1 callers
Function
make_features
src/backbones/VGG.cpp:3
↓ 1 callers
Function
maxpool_options
src/utils/util.h:35
↓ 1 callers
Method
mul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
src/utils/json.hpp:14414
↓ 1 callers
Method
name
src/utils/json.hpp:2369
↓ 1 callers
Method
operator+
add to iterator
src/utils/json.hpp:11491
↓ 1 callers
Function
operator+=
! @brief add an object to an array @copydoc push_back(basic_json&&) */
src/utils/json.hpp:21738
↓ 1 callers
Function
operator<
! @brief comparison operator for JSON types Returns an ordering that is similar to Python: - order: null < boolean < number < object < array < string
src/utils/json.hpp:3404
↓ 1 callers
Function
parse
src/utils/json.hpp:23187
↓ 1 callers
Function
readdir
Read next directory entry */
src/utils/_dirent.h:669
↓ 1 callers
Function
sax_parse
src/utils/json.hpp:23291
↓ 1 callers
Function
skip_bom
! @brief skip the UTF-8 byte order mark @return true iff there is no BOM or the correct BOM has been skipped */
src/utils/json.hpp:7357
↓ 1 callers
Function
split
! @brief split the string input to reference tokens @note This function is only called by the json_pointer constructor. All excepti
src/utils/json.hpp:12276
↓ 1 callers
Function
strverscmp
Compare strings */
src/utils/_dirent.h:900
↓ 1 callers
Function
sumTensor
src/architectures/FPNDecoder.cpp:53
↓ 1 callers
Function
to_cbor
src/utils/json.hpp:23558
↓ 1 callers
Function
to_json_tuple_impl
src/utils/json.hpp:4336
↓ 1 callers
Function
tolower1
字符串大小写转换
src/utils/readfile.h:76
↓ 1 callers
Function
unescape
unescape "~1" to tilde and "~0" to slash (order is important!)
src/utils/json.hpp:12371
↓ 1 callers
Method
what
returns the explanatory string
src/utils/json.hpp:2356
Method
ASPPImpl
src/architectures/DeepLabDecoder.cpp:42
Method
ASPPPoolingImpl
src/architectures/DeepLabDecoder.cpp:27
Method
BlockImpl
src/backbones/ResNet.cpp:3
Method
Conv2dReLUImpl
src/architectures/UNetDecoder.cpp:21
Method
Conv3x3GNReLUImpl
src/architectures/FPNDecoder.cpp:3
Method
ConvBnReluImpl
src/architectures/PANDecoder.cpp:3
Method
Data
src/utils/Augmentations.h:6
Method
DecoderBlockImpl
src/architectures/UNetDecoder.cpp:34
Method
DecoderBlockLinkImpl
src/architectures/LinknetDecoder.cpp:24
Method
DeepLabV3DecoderImpl
src/architectures/DeepLabDecoder.cpp:81
Method
DeepLabV3Impl
src/architectures/DeepLab.cpp:3
Method
DeepLabV3Impl
src/architectures/DeepLab.h:9
Method
DeepLabV3PlusDecoderImpl
src/architectures/DeepLabDecoder.cpp:95
Method
DeepLabV3PlusImpl
src/architectures/DeepLab.cpp:36
Method
DeepLabV3PlusImpl
src/architectures/DeepLab.h:26
Method
FPABlockImpl
src/architectures/PANDecoder.cpp:26
Method
FPNBlockImpl
src/architectures/FPNDecoder.cpp:19
Method
FPNDecoderImpl
src/architectures/FPNDecoder.cpp:75
Method
FPNImpl
src/architectures/FPN.cpp:3
Method
FPNImpl
src/architectures/FPN.h:16
Method
GAUBlockImpl
src/architectures/PANDecoder.cpp:75
Method
HorizontalFlip
src/utils/Augmentations.cpp:67
Function
JSON_CATCH
src/utils/json.hpp:19802
Method
JSON_CATCH
src/utils/json.hpp:11893
Function
JSON_INTERNAL_CATCH
src/utils/json.hpp:20361
Method
LinkNetImpl
src/architectures/LinkNet.h:14
Method
LinkNetImpl
src/architectures/LinkNet.cpp:2
Method
LinknetDecoderImpl
src/architectures/LinknetDecoder.cpp:43
← previous
next →
101–200 of 542, ranked by callers